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.zig
Age
Commit message (
Expand
)
Author
2023-11-10
test/link: spawn ELF and MachO tests from the same root test/link/link.zig
Jakub Konka
2023-09-26
elf: port some of zld's test harness
Jakub Konka
2023-09-19
disable failing wasm linking tests
Andrew Kelley
2023-08-16
macho: add smoke test for re-exports in static libs
Jakub Konka
2023-08-02
link-test: add matching test case for unwind info when MH_SUBSECTIONS_VIA_SYM...
Jakub Konka
2023-07-26
Merge pull request #16553 from ziglang/issue-11896
Jakub Konka
2023-07-26
link-test: add test case for MachO bug 16308
Jakub Konka
2023-07-26
link-test: add test for TBDv3 updated parsing logic
Jakub Konka
2023-07-11
test: linking static libraries built from intermediary object files
Xavier Bouchoux
2023-06-19
link-test: remove now obsolete UUID test for MachO
Jakub Konka
2023-04-06
Merge pull request #15101 from motiejus/glibc_compat
Andrew Kelley
2023-04-01
link-test: add test for entry in a dynamic library for MachO
Jakub Konka
2023-04-01
link-test: add test for entry in a static archive for MachO
Jakub Konka
2023-03-28
glibc compat: add a test and README
Motiejus Jakštys
2023-03-15
remove redundant link test
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
re-enable wasm linker tests
Andrew Kelley
2023-03-15
delete link test "static_lib_as_system_lib"
Andrew Kelley
2023-03-15
new linker test harness
Andrew Kelley
2023-01-20
link-tests: test unwind info emitter via c++ exceptions
Jakub Konka
2023-01-03
wasm-linker: Fix & mangle symbol name of imports
Luuk de Gram
2023-01-02
test/link: add test case for exporting data syms
Luuk de Gram
2023-01-02
test/link: add test case for function table
Luuk de Gram
2023-01-02
test/link: linker tests for all export cases
Luuk de Gram
2022-12-23
link-tests: add macho strict validation test
Jakub Konka
2022-12-16
macho: add uuid link test
Jakub Konka
2022-11-26
'fmt'
kcbanner
2022-11-26
test-link: add -Denable-symlinks-windows to opt-in to using symlinks
kcbanner
2022-11-06
link-tests: add test case for parsing weak imports
Jakub Konka
2022-11-06
Merge pull request #13459 from ziglang/issue-13457
Jakub Konka
2022-11-06
macho: add linker test case for issue 13457
Jakub Konka
2022-11-01
test/link: add linker test to verify mangling
Luuk de Gram
2022-10-25
test/link: add Wasm linker tests for features
Luuk de Gram
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-10-08
test/link: Add linker test for producers section
Luuk de Gram
2022-09-17
macho: test empty translation units
Jakub Konka
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-08-30
test/link: add test for extern resolution
Luuk de Gram
2022-08-20
test/link: add wasm linker-test for archives
Luuk de Gram
2022-08-17
link-test: refactor and reorg
Jakub Konka
2022-08-17
link-test: move tls test to macho/tls
Jakub Konka
2022-08-11
disable failing link tests on windows
Andrew Kelley
2022-07-23
enable link-test on linux CI
Luuk de Gram
2022-07-22
link-tests: add checkNotPresent and add -dead_strip smoke test
Jakub Konka
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-06-28
link-tests: test -weak-lx and -weak_framework x
Jakub Konka
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
[next]