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-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
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-13
zld: support -Wl,-force_load=archive_path flag
Jakub Konka
2022-01-09
Merge pull request #10525 from g-w1/plan9-zig-test
Jakub Konka
2022-01-07
handle `error.PathAlreadyExists` in `renameTmpIntoCache`
Lee Cannon
2022-01-06
Plan9: implement getDeclVAddr
Jacob G-W
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: fix UAF of system_libs
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-26
macos: detect SDK path and version, then pass to the linker
Jakub Konka
2021-11-26
bpf: do not invoke lld when linking eBPF relocatables
Jakub Konka
[next]