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
/
src
/
link.zig
Age
Commit message (
Expand
)
Author
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-28
link: fix memory leaks
Jacob Young
2022-12-25
WebAssembly: do not link with --allow-undefined unconditionally
Frank Denis
2022-12-09
Revert "coff: specify default base path for relative source paths in pdb"
Jakub Konka
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
2022-11-05
std.os: take advantage of the freebsd's copy_file_range
Ali Chraghi
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
2022-10-25
use fixed-size arrays for feature lists
Luuk de Gram
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-24
additional fixes for Plan9
Jacob G-W
2022-10-23
build: add `-Donly-c` option
Andrew Kelley
2022-10-18
stage2: better handling of CacheMode.whole on Windows
Andrew Kelley
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-18
macho: do not open file handle when building static archive
Jakub Konka
2022-08-11
std: add missing error to windows.WriteFile
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-11
ELF: understand -Wl,--compress-debug-sections
Motiejus Jakštys
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-04
stage2: ELF: improve error reporting when libc is missing
Andrew Kelley
2022-06-28
link: cache weak libraries
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
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
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
link:clarification & enable MachO getGlobalSymbol
Luuk de Gram
2022-06-24
link: Implement API to get global symbol index
Luuk de Gram
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-17
macho: unify flushing object path with other linkers
Jakub Konka
2022-06-11
stage2: correctly work out dirname for ar
Jakub Konka
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
[next]