aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/in_stream.zig
AgeCommit message (Expand)Author
2020-06-09Support Reader for InStreamJonathan Marler
2020-04-25std: add in_stream.isBytesdaurnimator
2020-04-25std: add instream.readBytesNoEof functiondaurnimator
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-02new ArrayList API, fix enough std lib to testxackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06std: use ArrayList rather than Buffer for in_stream helper functionsdaurnimator
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2019-12-05Increase io.BufferedInStream readByte speed by ~75%frmdstryr
2019-11-26std.elf: breaking improvements to the APIAndrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley