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
/
test
/
link
/
link.zig
Age
Commit message (
Expand
)
Author
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Ã…stholm
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2024-12-18
test-link: migrate from deprecated std.Build APIs
mlugg
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-10-10
linker tests: avoid trivially unnecessary allocation
Andrew Kelley
2024-07-18
macho: ensure we always name decls like LLVM to avoid confusion
Jakub Konka
2024-05-22
test/link: actually run tests requiring symlinks on non-Win
Jakub Konka
2024-04-20
link/elf: remove link.link.build as unused; add some merge strings tests
Jakub Konka
2024-02-03
test/link/macho: add some smoke tests for self-hosted MachO
Jakub Konka
2024-01-24
test/link/macho: migrate all tests to the new test matrix
Jakub Konka
2024-01-24
test/link/macho: test force-loading objects containing ObjC from archives
Jakub Konka
2024-01-24
test/link/link: pass build options to elf and macho tests
Jakub Konka
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-10
test/link: spawn ELF and MachO tests from the same root test/link/link.zig
Jakub Konka