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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
2025-07-09
std.io.Writer: remove some unimplemented functions
Andrew Kelley
2025-07-09
std.io.Writer.writeStructEndian: fix packed structs
Andrew Kelley
2025-07-09
std.io.Writer.writeSplatHeader: fix splat alias bug
Andrew Kelley
2025-07-09
std.io.Writer.writeSplat: simplify and fix
Andrew Kelley
2025-07-09
std.io.Reader: make vtable contract more consistent
Andrew Kelley
2025-07-09
std.io.Reader.peekDelimiterInclusive: simplify and fix
Andrew Kelley
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-09
chicken out and allow ascii string alignment
Andrew Kelley
2025-07-09
std: forbid alignment formatting options sometimes
Andrew Kelley
2025-07-09
std: replace formatInteger with formatNumber
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
std.io.Writer.VectorWrapper: fix vtable not being a unique addr
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.io.Reader: fix peekByte
Andrew Kelley
2025-07-07
fix std.io.Writer.VectorWrapper mechanism
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.io.Reader: fix appendRemaining
Andrew Kelley
2025-07-07
std.io.Reader: finish implementing the unit tests
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: extra ensure byte
Andrew Kelley
2025-07-07
std.io.Reader: fix fill implementation
Andrew Kelley
2025-07-07
std.io.Reader: add doctest for streamDelimiterLimit
Andrew Kelley
2025-07-07
std.io.Reader: fix streamDelimiter and streamDelimiterEnding
Andrew Kelley
2025-07-07
std: formatted printing no longer prints type names
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-09
std/lib: {fs,io,posix} test clean up
Pat Tullmann
2025-02-06
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-10-13
Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...
tgschultz
2024-09-26
std.io.Reader: Fix test erroneously using undefined.
Alex Rønne Petersen
2024-09-23
Improve efficiency of buffered_reader. (#21256)
Lucas Santos
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-10
define an error set for `std.io.tty.Config.setColor`
Veikka Tuominen
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
[next]