aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/reader.zig
AgeCommit message (Expand)Author
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-01-24readUntilDelimiter*: read only if buffer not fullPablo Santiago Blum de Aguiar
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-20Add std.io.Reader.readUntilDelimiter()Samadi van Koten
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-01-11std: reader.skipBytes's num_bytes should be a u64daurnimator
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2020-12-31Year++Frank Denis
2020-12-29std: fix Reader.readUntilDelimiterOrEofAlloc() APIIsaac Freund
2020-12-03Make zig fmt happy with multiline arguments for `readAllArrayListAligned`Lee Cannon
2020-12-02Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc`Lee Cannon
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-09-03update uses of deprecated type field accessVexu
2020-08-28Improve io.Reader.skipBytes and add testsjoachimschmidt557
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-22Add std.fs.File.readAllAlloc testsJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler