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
/
Lld.zig
Age
Commit message (
Expand
)
Author
2025-10-29
Elf2: start implementing dynamic linking
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
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-02
Lld: fix implib emit path
mlugg
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-07-17
LLD: don't default allow_shlib_undefined when cross compiling
Andrew Kelley
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-06
wasi: Build emulated libraries into libc.a
Alex Rønne Petersen
2025-06-29
Replace `unreachable` with error return for non-standard Windows targets
Ryan Liptak
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
link.Lld: remove dead caching logic
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg