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
Age
Commit message (
Expand
)
Author
2025-11-05
zig fmt: fix extra whitespace in StructInit with multiline strings
skewb1k
2025-10-11
test: disable test-link macho on FreeBSD
Alex Rønne Petersen
2025-09-22
test: disable test-link on FreeBSD
alexrp
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-16
test: move glibc_compat from link to standalone tests
Alex Rønne Petersen
2025-09-16
test: remove @cImport usage in interdependent_static_c_libs
Alex Rønne Petersen
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-20
Update test build.zig.zon files to conform to the new manifest rules
Carl Åstholm
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-01
test: Properly limit glibc_compat versions based on the host
Alex Rønne Petersen
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-12
test-link: correct expected object file name
mlugg
2025-06-06
tests: avoid loading 16 MiB onto the stack
mlugg
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-03-08
test: Disable `test-elf-ld-script-path-error` for now.
Alex Rønne Petersen
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-25
ubsan: update wording
David Rubin
2025-02-25
build: add comments explaining why we disable ubsan
David Rubin
2025-02-25
correct some bugs
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
Merge pull request #22659 from ifreund/linker-script-fix
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-15
test/link/wasm/shared-memory: update to better linker behavior
Andrew Kelley
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
2025-01-15
wasm linker: fix TLS data segments
Andrew Kelley
2025-01-15
tests: remove dead code
Andrew Kelley
2025-01-15
test/link/wasm/export-data: update expected behavior
Andrew Kelley
2025-01-15
test/wasm/infer-features: update to expected behavior
Andrew Kelley
2025-01-15
test/link/wasm/function-table: delete bad test
Andrew Kelley
2025-01-15
test/link/wasm/segment: delete bad test
Andrew Kelley
2025-01-15
test/link/wasm/type: remove redundant tests
Andrew Kelley
2025-01-15
test/wasm/export: delete redundant tests
Andrew Kelley
2025-01-15
delete bad linker test: bss
Andrew Kelley
2025-01-15
wasm linker: implement hidden visibility
Andrew Kelley
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
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-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-23
more helpful message when testTlsOffsetAlignment fails
Andrew Kelley
2024-10-23
use deterministic order in relocatable-eh-frame tests
Andrew Kelley
2024-10-23
split a fat test case
Andrew Kelley
2024-10-23
better error messages
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
[next]