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
/
Elf
/
gc.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-30
elf: move entry tracking into LinkerDefined
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-01-01
linker: fix some allocator references
Andrew Kelley
2023-11-04
elf: implement --gc-sections for non-LLVM Zig source
Jakub Konka
2023-10-16
elf: add garbage collection of sections
Jakub Konka