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
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
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-09
wasm: Add basic debug info references
Luuk de Gram
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-16
stage2,macho: swap out inodes before checking for intermediary basename
Jakub Konka
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-12
fix `link.renameTmpIntoCache` on windows when dest dir exists.
jagt
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-13
macho: simplify writing atoms for stage2
Jakub Konka
2022-03-08
LLVM: add compile unit to debug info
Andrew Kelley
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
[next]