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
Age
Commit message (
Expand
)
Author
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-09-04
link.Elf: truncate st_other to u3 before converting to std.elf.STV
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-15
Dwarf: implement comptime-known extern values
Jacob Young
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
Merge pull request #24734 from Rexicon226/tsan-fix
Alex Rønne Petersen
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-11
elf: fix potential overflow in got emission
David Rubin
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-11
link.Elf: check files in archives for ELF magic
Isaac Freund
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
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
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
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-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
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-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework backend pipeline to separate codegen and link
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-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-02-22
zig build fmt
Andrew Kelley
2025-02-11
link.Elf: implement non-alloc `{SET,SUB}_ULEB128`
David Rubin
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-15
link.Elf: fix error reporting for failed hot swap
Andrew Kelley
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
[next]