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-17
std.Io.Reader: update OneByteReader usage to std.testing.Reader
Andrew Kelley
2025-07-17
std.Io: Fix GenericReader.adaptToNewApi; add DeprecatedReader.adaptToNewApi (...
John Benediktsson
2025-07-17
Merge pull request #24472 from ziglang/zig-fmt
Andrew Kelley
2025-07-17
std.Progress: reset end when failing to flush stderr
kcbanner
2025-07-17
std.Build.Step.ConfigHeader: add the lazy file styled input as a dependency
Tristan Ross
2025-07-17
Make sure to test the sign of the zero results
Lewis Gaul
2025-07-17
Add tests for math.expm1(), fixing bug in 32-bit function
Lewis Gaul
2025-07-17
Add tests for math.log1p()
Lewis Gaul
2025-07-16
std.Ast.Render: fix conflicts with master branch
Andrew Kelley
2025-07-16
std.Io.Reader: fix appendRemaining harder
Andrew Kelley
2025-07-16
std.zig.readSourceFileToEndAlloc: add file size heuristic
Andrew Kelley
2025-07-16
std.Io.Writer: fix writeStruct
Andrew Kelley
2025-07-16
std.Io.Reader: fix appendRemaining
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-16
std.zig.Render: update it and references
Andrew Kelley
2025-07-16
move a file without changing it
Andrew Kelley
2025-07-16
std.zig.Ast: update to new I/O API
Andrew Kelley
2025-07-16
std.zig: update to new I/O API
Andrew Kelley
2025-07-17
Merge pull request #24419 from ziglang/asm-clobbers
Andrew Kelley
2025-07-16
fix splatBytesAll and writeSplatAll
Silver
2025-07-16
add lr register to mips
Andrew Kelley
2025-07-16
fix sparc ccr regs
Andrew Kelley
2025-07-16
fix mips clobbers
Andrew Kelley
2025-07-16
canonicalize loongarch clobbers
Andrew Kelley
2025-07-16
fix mips inline asm
Andrew Kelley
2025-07-16
add clobbers for more architectures
Andrew Kelley
2025-07-16
std.zig.render: handle legacy clobber updating more gracefully
Andrew Kelley
2025-07-16
remove condition codes
Andrew Kelley
2025-07-16
alexrp suggestions
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-16
fix memory leak
Alex Kladov
2025-07-16
Merge pull request #24464 from ziglang/fixes
Andrew Kelley
2025-07-15
std.os.windows: restore sendmsg, sendto, recvfrom
Andrew Kelley
2025-07-15
std.Io.Writer.Allocating: fix sendFile EndOfStream
Andrew Kelley
2025-07-15
std.Io.Writer.Discarding: fix sendFile EndOfStream
Andrew Kelley
2025-07-15
std.io.Reader: add more docs for rebase
Andrew Kelley
2025-07-15
better default min versions for freebsd and netbsd
Andrew Kelley
2025-07-15
Merge pull request #24454 from ziglang/packed-struct-streams
Andrew Kelley
2025-07-15
memory safety fix for Io.Writer.Allocating.toOwnedSlice*()
Travis Staloch
2025-07-14
std.Io.Reader.streamDelimiterEnding docs clarification
Andrew Kelley
2025-07-14
std.Io: handle packed structs better
Andrew Kelley
2025-07-14
std.posix: skip flaky test
Andrew Kelley
2025-07-14
std.c: add missing netbsd and freebsd MSG flags
Andrew Kelley
2025-07-14
std.fs.File.Reader.seekTo: add missing int cast
Andrew Kelley
2025-07-14
std.Io.Writer.Discarding: fix drain calculation
Andrew Kelley
2025-07-14
std.net: wasi does not have unix sockets
Andrew Kelley
2025-07-14
align those `@fieldParentPtr` casts
Andrew Kelley
2025-07-14
make msghdr.iovlen unsigned
Andrew Kelley
2025-07-14
std.net: update to new I/O API
Andrew Kelley
[prev]
[next]