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
/
Io
/
Writer.zig
Age
Commit message (
Expand
)
Author
2025-07-19
std.Io.Writer: add missing writeSliceSwap
Andrew Kelley
2025-07-17
std.io.Writer: remove requirement of a 2-byte buffer for extern unions (#24489)
John Benediktsson
2025-07-16
std.Io.Writer: fix writeStruct
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-16
std.zig.Render: update it and references
Andrew Kelley
2025-07-16
fix splatBytesAll and writeSplatAll
Silver
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
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: handle packed structs better
Andrew Kelley
2025-07-14
std.Io.Writer.Discarding: fix drain calculation
Andrew Kelley
2025-07-14
std.net: update to new I/O API
Andrew Kelley
2025-07-11
Merge pull request #24394 from ziglang/fixes
Andrew Kelley
2025-07-11
fixed .fixed flush recursion
Anton Serov
2025-07-10
std: add some missing doc comments
Andrew Kelley
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
[prev]