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
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-04-27
link: Stub out GOFF/XCOFF linker code based on LLVM.
Alex Rønne Petersen
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-22
link: mark prelink tasks as procesed under `-fno-emit-bin`
mlugg
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-22
Merge pull request #22659 from ifreund/linker-script-fix
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
link: simplify control flow
Isaac Freund
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
type checking for synthetic functions
Andrew Kelley
2025-01-15
wasm linker: improve error messages by making source locations more lazy
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
fix compilation when enabling llvm
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-31
link: Fix archive format selection for some OSs.
Alex Rønne Petersen
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-10-23
link.flushTaskQueue: move safety lock
Andrew Kelley
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-23
glibc sometimes makes archives be ld scripts
Andrew Kelley
2024-10-23
also find static libc files on the host
Andrew Kelley
2024-10-23
better error messages
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
link.MachO: fix missing input classification
Andrew Kelley
2024-10-23
fix MachO linking regression
Andrew Kelley
2024-10-23
fix resolving link inputs
Andrew Kelley
2024-10-23
CLI: fix detection of link inputs
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
[next]