aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Reader
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-08-28std: delete most remaining uses of GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-05std: remove BoundedArrayAndrew Kelley
This use case is handled by ArrayListUnmanaged via the "...Bounded" method variants, and it's more optimal to share machine code, versus generating multiple versions of each function for differing array lengths.
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.