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
/
elf.zig
Age
Commit message (
Expand
)
Author
4 days
update test-link to new std.Io API
Andrew Kelley
4 days
test: std.fs.File -> std.Io.File
Andrew Kelley
2025-11-19
test: disable test-link on big-endian hosts
Alex Rønne Petersen
2025-11-05
zig fmt: fix extra whitespace in StructInit with multiline strings
skewb1k
2025-09-22
test: disable test-link on FreeBSD
alexrp
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-07-26
Migrate from deprecated `Step.Compile` APIs
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-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
correct some bugs
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
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
2024-10-10
link.Elf tests: update for new static lib behavior
Andrew Kelley
2024-10-08
link tests: add a way to check prefix and use it
Andrew Kelley
2024-10-08
link.Elf: avoid needless file system reads in flush()
Andrew Kelley
2024-09-04
elf: fix emitting static lib when ZigObject is present
Jakub Konka
2024-09-04
test/link/elf: test --gc-sections on Zig input with LLVM too
Jakub Konka
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-23
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen
2024-08-21
link/elf: simplify how we test thunks
Jakub Konka
2024-08-15
test/elf: enhance testImportingDataDynamic
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: resolve COMDATs in more parallel-friendly way
Jakub Konka
2024-07-30
test/link/elf: test COMDAT elimination
Jakub Konka
2024-04-20
link/elf: populate current Zig version in .comment; test
Jakub Konka
2024-04-20
test/link/elf: add merge strings test for -r mode
Jakub Konka
2024-04-20
test/link/elf: enhance merge strings tests
Jakub Konka
2024-04-20
link/elf: remove link.link.build as unused; add some merge strings tests
Jakub Konka
2024-03-13
test/link/elf: do not check for $thunk in thunks tests for now
Jakub Konka
2024-03-12
elf+aarch64: fix off-by-one in converging on groups interleaved with thunks
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-10
test/link/elf: remove pie hack due to QEMU bug that is now fixed
Jakub Konka
2024-03-09
test/link/elf: enable tests for aarch64 cpu arch
Jakub Konka
2024-02-21
test/link/elf: test static linking C riscv64-musl
Jakub Konka
2024-02-21
test/link/elf: test static linking C aarch64-musl
Jakub Konka
2024-01-24
test/link/link: pass build options to elf and macho tests
Jakub Konka
2024-01-24
test/link/elf: make invalid input file test less janky
Jakub Konka
[next]