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
/
test.zig
Age
Commit message (
Collapse
)
Author
2025-11-04
Io.Queue: fix empty and full states being indistinguishable.
Jacob Young
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
rename Cancelled to Canceled
2025-10-29
std.Io: make select unit test not depend on cancellation
Andrew Kelley
2025-10-29
std.Io.Threaded: handle -fsingle-threaded in unit tests
Andrew Kelley
2025-10-29
std.Io: add unit test for select
Andrew Kelley
2025-10-29
std.Io: add unit tests for Group and concurrent
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
and delete deprecated alias std.io
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-07
std.Io: delete BufferedReader
Andrew Kelley
2025-07-31
std.Io: remove BitWriter
Andrew Kelley
2025-07-28
DeprecatedReader.Adapted: fix EndOfStream handling
Kendall Condon
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
This commit is non-breaking. std.io is deprecated in favor of std.Io, in preparation for that namespace becoming an interface.