aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/test.zig
AgeCommit message (Collapse)Author
2025-11-04Io.Queue: fix empty and full states being indistinguishable.Jacob Young
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
rename Cancelled to Canceled
2025-10-29std.Io: make select unit test not depend on cancellationAndrew Kelley
2025-10-29std.Io.Threaded: handle -fsingle-threaded in unit testsAndrew Kelley
2025-10-29std.Io: add unit test for selectAndrew Kelley
2025-10-29std.Io: add unit tests for Group and concurrentAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-07std.Io: delete BufferedReaderAndrew Kelley
2025-07-31std.Io: remove BitWriterAndrew Kelley
2025-07-28DeprecatedReader.Adapted: fix EndOfStream handlingKendall Condon
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
This commit is non-breaking. std.io is deprecated in favor of std.Io, in preparation for that namespace becoming an interface.