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-11-06
std.Io.Writer.print: support .enum_literal in 't' format specifier
snoire
2025-10-29
fix compilation errors introduced by rebasing
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std: start moving fs.File to Io
Andrew Kelley
2025-10-27
fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.
GasInfinity
2025-10-08
std: fix sendFileReading not accounting for buffer
Andrew Kelley
2025-09-21
Merge pull request #25302 from ziglang/growCapacity
Andrew Kelley
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
std: remove loop from growCapacity
Andrew Kelley
2025-09-08
std.Io.Writer.writeSliceEndian: add compile error
Andrew Kelley
2025-09-05
Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"
Andrew Kelley
2025-09-04
sendFileAll: use stream instead of sendFileReading
Kendall Condon
2025-09-04
fix sendFile implementations bypassing interface buffer
Kendall Condon
2025-08-31
Io.Writer.Allocating: test new *Aligned methods
Travis Staloch
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-28
std.Io.Writer: add toArrayList/fromArrayList
Andrew Kelley
2025-08-19
std.Io.Writer: fix upper case hex float formatting
TemariVirus
2025-08-16
Build.Step.Run: fix missing stdin buffer and flush
Isaac Freund
2025-08-16
[std] fix compile error in std.Io.Writer.failing
Josh Wolfe
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-14
std.Io.Writer: introduce rebase to the vtable
Andrew Kelley
2025-08-13
http: fix handling of limit in chunkedSendFile
Kendall Condon
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-10
Writer: Delete writePreserve/writeAllPreserve
Ryan Liptak
2025-08-08
std.Io.Writer.Allocating: configurable bump amount
Andrew Kelley
2025-08-08
std.Io.Writer.Allocating.sendFile: use logicalPos
Andrew Kelley
2025-08-08
Io.Writer fix dangling pointer
Igor Anić
2025-08-07
link.Dwarf: minimal changes to remove CountingWriter
Andrew Kelley
2025-08-07
http fixes
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
fetch: update API usage
Andrew Kelley
2025-07-30
std.Io.Reader: introduce readVec back into the VTable
Andrew Kelley
2025-07-25
Merge pull request #24559 from ziglang/zstd
Andrew Kelley
2025-07-25
Merge pull request #23340 from castholm/pass-null-to-b-dependency
Andrew Kelley
2025-07-25
std.Io: add "preserve" variants to Reader/Writer
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-21
std.fs.File.Reader: fix missed advance writer positions
Andrew Kelley
2025-07-20
Serialize float options using the hexadecimal format
Carl Åstholm
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
2025-07-20
std.Io.Writer: support alignment for `{t}` specifier
Marc Tiehuis
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
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
[next]