aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Reader/Limited.zig
AgeCommit message (Collapse)Author
2025-10-08Fix Reader.Limited end of stream conditionswhatisaphone
2025-10-07Revert "Fix infinite loop in Reader.Limited"Andrew Kelley
This reverts commit 27aba2d776caf59bb6569934626af587fdba9c75. I'd like to review this contribution more carefully, particularly with the alternate implementation that is also open as a pull request (#25109). Reopens #25093
2025-10-07Fix infinite loop in Reader.Limitedachan1989
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-07-11std: Fix `Io.Reader.Limited` and add testmochalins
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.