| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-11 | std: reader.skipBytes's num_bytes should be a u64 | daurnimator | |
| 2021-01-06 | std: Rename ArrayList shrink => shrinkAndFree | Alex Cameron | |
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-12-29 | std: fix Reader.readUntilDelimiterOrEofAlloc() API | Isaac Freund | |
| The current API does not allow the user to distinguish between EOF and an empty line. Reader.readUntilDelimiterOrEof() gets this API right so update readUntilDelimiterOrEofAlloc() to match it. Returning an optional here additionally makes calling this in a loop much cleaner. Remove readUntilDelimiterOrEofArrayList() as it no longer needed to implement readUntilDelimiterOrEof() and has the same API issues described without a clear way to fix them. | |||
| 2020-12-03 | Make zig fmt happy with multiline arguments for `readAllArrayListAligned` | Lee Cannon | |
| 2020-12-02 | Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc` | Lee Cannon | |
| 2020-11-27 | Add readAllArrayListAligned to Reader which can accept an arbitrary alignment | christian-stephen | |
| 2020-11-07 | remove deprecated uses of ArrayList.span | Josh Holland | |
| 2020-09-03 | update uses of deprecated type field access | Vexu | |
| 2020-08-28 | Improve io.Reader.skipBytes and add tests | joachimschmidt557 | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-06-22 | Add std.fs.File.readAllAlloc tests | Jakub Konka | |
| This commit adds some unit tests for `std.fs.File.readAllAlloc` function. It also updates the docs of `Reader.readNoEof` which were outdated, and swaps `inStream()` for `reader()` in `File.readAllAlloc` with the former being deprecated. | |||
| 2020-06-09 | Support Reader for InStream | Jonathan Marler | |
