index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
io
/
reader.zig
Age
Commit message (
Expand
)
Author
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-01-24
readUntilDelimiter*: read only if buffer not full
Pablo Santiago Blum de Aguiar
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-20
Add std.io.Reader.readUntilDelimiter()
Samadi van Koten
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
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
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
2020-06-22
Add std.fs.File.readAllAlloc tests
Jakub Konka
2020-06-09
Support Reader for InStream
Jonathan Marler