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-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
2025-07-31
std.compress.flate: finish reorganizing
Andrew Kelley
2025-07-31
simplify std.hash.Adler32
Andrew Kelley
2025-07-31
delete flate implementation
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-08-01
enable pwd.h functions for other OSes
Chinmay Dalal
2025-07-31
std.Io.Reader: fix readVec at end
Andrew Kelley
2025-07-31
std.enums: fix `EnumIndexer` branch quota
mlugg
2025-07-31
Merge pull request #24632 from mlugg/lossy-int-to-float-coercion
Matthew Lugg
2025-07-31
Merge pull request #24633 from linusg/more-serenity-fixes
Andrew Kelley
2025-07-31
std.Target: require libc for Android API levels prior to 29
Alex Rønne Petersen
2025-07-31
std: stop relying on precision-losing coercions
mlugg
2025-07-30
add grp.h functions to c.zig
Chinmay Dalal
2025-07-30
std: Add serenity to more OS checks
Linus Groh
2025-07-30
std.posix: Default ACCMODE to NONE for serenity
Linus Groh
2025-07-30
std.c: Fix MAP for serenity
Linus Groh
2025-07-30
std.c: Fix msghdr_const for serenity
Linus Groh
2025-07-30
build system: print captured stderr on Run step failure
Loris Cro
2025-07-30
std.Target: pull Os.requiresLibC() up to Target
Alex Rønne Petersen
2025-07-30
std.Io.Reader: introduce readVec back into the VTable
Andrew Kelley
2025-07-30
Update doc comment for `ptr_type` and `ptr_type_bit_range` to `data` of `.ext...
Kurt Wagner
2025-07-29
std.Io.Reader: make fillUnbuffered respect prexisting buffer
Andrew Kelley
2025-07-29
disable more failing tests
mlugg
2025-07-28
DeprecatedReader.Adapted: fix EndOfStream handling
Kendall Condon
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-27
std.compress.xz: eliminate dependency on std.Io.bitReader
Andrew Kelley
2025-07-26
std.zig: fmtId returns a FormatId
A cursed quail
2025-07-26
std.Io.Reader: add rebase to the vtable
Andrew Kelley
2025-07-26
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
Carl Åstholm
[prev]
[next]