index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Target.zig
Age
Commit message (
Expand
)
Author
2024-06-16
std.Target: Update known Windows 10/11 versions and build numbers.
Alex Rønne Petersen
2024-06-05
LLVM backend: loongarch64 support
Andrew Kelley
2024-05-20
Target: add OpenHarmonyOS ABI
Veikka Tuominen
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
std.Target: add spirv to toCoffTarget
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
LLVM 18 uses 16 byte alignment for x86_64 i128
Andrew Kelley
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-08
update for LLVM 18 new target data
Andrew Kelley
2024-04-14
wasi: change default os version to `0.1.0`
Jacob Young
2024-04-14
Target: cleanup
Jacob Young
2024-04-08
haiku: fix linking issues
Jacob Young
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-02-28
Merge pull request #19114 from ziglang/lazy-resinator
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-28
posix: `@as` and other general cleanup
Jacob Young
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
std.Target: flatten
Andrew Kelley