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-10-30
Merge pull request #25558 from jacobly0/elfv2-load-obj
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
Elf2: start implementing input object loading
Jacob Young
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
link: move the windows kernel bug workaround to Io implementation
Andrew Kelley
2025-10-12
windows: workaround kernel race condition the most
Jacob Young
2025-10-11
windows: workaround kernel race condition even more
Jacob Young
2025-10-11
windows: workaround kernel race condition better
Jacob Young
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-06
Elf2: implement virtual allocation
Jacob Young
2025-10-02
Coff: delete
Jacob Young
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-28
compiler: update to not use GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-13
compiler: fix atomic orderings
mlugg
2025-06-12
compiler: don't queue too much AIR/MIR
mlugg
2025-06-12
compiler: estimate totals for "Code Generation" and "Linking" progress nodes
mlugg
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
spirv: make the backend compile again
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
link: make checking for failed types the responsibility of Compilation
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-06
link: support static archives that are linker scripts
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-12
Merge pull request #23835 from alexrp/freebsd-libc
Alex Rønne Petersen
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
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
[next]