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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2025-08-03
zig fmt: canonicalize nested cast builtin order
Justus Klausecker
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-03
Merge pull request #24562 from h57624paen/fix-win-spawn-double-normalize
Alex Rønne Petersen
2025-08-03
Merge pull request #22997 from Rexicon226/align-0-reify
Matthew Lugg
2025-08-02
disallow alignment on packed union fields
David Rubin
2025-08-02
std.Build: keep compiler alive under `-fincremental --webui`
mlugg
2025-08-02
std.Build.Watch: add macOS implementation based on FSEventStream
mlugg
2025-08-01
Merge pull request #24614 from ziglang/flate
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-08-01
std.compress.flate.Decompress: use 64 buffered bits
Andrew Kelley
2025-07-31
std.Io.Writer.Hashed: fix bad assert
Andrew Kelley
2025-07-31
fetch: More Git fixes
Ian Johnson
2025-07-31
std.compress.flate.Decompress: respect stream limit
Andrew Kelley
2025-07-31
std.Io.Writer: fix wrong return value from fixedDrain
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: be in indirect or direct mode
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: allow users to swap out Writer
Andrew Kelley
2025-07-31
std.debug.Dwarf: work around API deficiency
Andrew Kelley
2025-07-31
std.compress: fix discard impl and flate error detection
Andrew Kelley
2025-07-31
std.Io.Reader: don't set end to zero
Andrew Kelley
2025-07-31
std: match readVec fn prototype exactly
Andrew Kelley
2025-07-31
fetch: update API usage
Andrew Kelley
2025-07-31
std.compress.zstd.Decompress: implement discard and readVec
Andrew Kelley
2025-07-31
fix test failures by adding readVec
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement readVec and discard
Andrew Kelley
2025-07-31
compiler: fix unit test compile errors
Andrew Kelley
2025-07-31
fix 32-bit compilation
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: delete bad unit tests
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: hashing is out of scope
Andrew Kelley
2025-07-31
std.Io: delete SeekableStream
Andrew Kelley
2025-07-31
putting stuff back does not require mutation
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
simplify tossBitsEnding
Andrew Kelley
2025-07-31
fix takeBitsEnding
Andrew Kelley
2025-07-31
make takeBits deal with integers only
Andrew Kelley
2025-07-31
fix peekBitsEnding
Andrew Kelley
2025-07-31
error.EndOfStream disambiguation
Andrew Kelley
2025-07-31
implement tossBitsEnding
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: unfuck the test suite
Andrew Kelley
2025-07-31
simplify test cases
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: don't compute checksums
Andrew Kelley
2025-07-31
refactor gzip test cases
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement peekBitsEnding and writeMatch
Andrew Kelley
2025-07-31
fix bit read not at eof
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: fix bit read at eof
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement more bit reading
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: passing basic test case
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: add rebase impl
Andrew Kelley
2025-07-31
std.Io: delete BitReader
Andrew Kelley
2025-07-31
std.Io: remove BitWriter
Andrew Kelley
[prev]
[next]