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
/
Package
Age
Commit message (
Expand
)
Author
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-30
compiler: remove medium code model workaround for loongarch64
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
compiler: update to not use GenericWriter
Andrew Kelley
2025-08-26
fetch: update xz API usage
Andrew Kelley
2025-08-16
Merge pull request #24874 from ziglang/tls-client
Andrew Kelley
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-16
Fetch: bump zstd decompression buffer
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-09
Merge pull request #24743 from ziglang/BufferedWriter
Andrew Kelley
2025-08-08
Fetch.git: fix FetchStream packet reading
Ian Johnson
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-08
Fetch.git: replace a toss with discardAll
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-07
Fetch: fix FetchStream logic
Andrew Kelley
2025-08-07
Fetch: make FetchStream live longer
Andrew Kelley
2025-08-07
Fetch: handle compressed git+http
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
fetch: avoid copying Resource
Andrew Kelley
2025-08-07
std.Io: delete BufferedReader
Andrew Kelley
2025-08-07
fetch: update for new http API
Andrew Kelley
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-04
std.compress.flate.Decompress: return correct size for unbuffered decompression
Ian Johnson
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-31
fetch: More Git fixes
Ian Johnson
2025-07-31
fetch: remove checksum logic and fix new I/O API bugs
Andrew Kelley
2025-07-31
fetch: update API usage
Andrew Kelley
2025-07-31
compiler: fix unit test compile errors
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
fetch: remove calls to fsync
Andrew Kelley
2025-07-26
aarch64: implement stack probing
Jacob Young
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-07-22
give the Reader API adapter a buffer
Andrew Kelley
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-07
update compiler unit tests to new API
Andrew Kelley
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: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
update compiler source to new APIs
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-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-07
fix: MIME for ZIP in Zig Fetch
PlayDay
2025-06-06
Merge pull request #24090 from fardragon/handle-empty-hash
Andrew Kelley
[next]