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
Age
Commit message (
Expand
)
Author
2025-08-28
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-28
link.Wasm: update for new writer API
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
Dwarf: handle noreturn union fields in more places
mlugg
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
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
aarch64: implement more assembler instructions
Jacob Young
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-11
elf: fix potential overflow in got emission
David Rubin
2025-08-10
Merge pull request #24768 from alichraghi/spv5
Alex Rønne Petersen
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-07
link.Dwarf: minimal changes to remove CountingWriter
Andrew Kelley
2025-08-07
Revert "random patches from another branch"
Andrew Kelley
2025-08-07
random patches from another branch
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-06
link: prevent deadlock when prelink tasks fail
mlugg
2025-08-04
spirv: define and use extended instruction set opcodes
Ali Cheraghi
2025-08-03
linker: remove dependency on std.fifo
Andrew Kelley
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-02
spirv: remove deduplication ISel
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-07-31
disable failing incremental test cases due to dwarf linker logic
Andrew Kelley
2025-07-31
link: update some dwarf code to non deprecated API
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-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-17
LLD: don't default allow_shlib_undefined when cross compiling
Andrew Kelley
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-11
link.Elf: check files in archives for ELF magic
Isaac Freund
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
cbe: fix code header being omitted from the output
Jacob Young
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
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
C backend: fix compilation errors
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
cbe: reapply writer changes
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
[prev]
[next]