aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-20Add std.io.Reader.readUntilDelimiter()Samadi van Koten
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-21fix code broken from previous commitJacob G-W
2021-06-08Limit Fixed Buffer Stream seekTo (#9023)Dustin Taylor
2021-06-04Makes std.io.StreamSource usable with freestandingFelix (xq) Queißner
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-03-03std: add io.Writer.writeStructdaurnimator
2021-02-24Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-16std: remove io.AutoIndentingStreamIsaac Freund
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: add LimitedReader: reader that returns EOF earlydaurnimator
2021-01-11std: reader.skipBytes's num_bytes should be a u64daurnimator
2021-01-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-29std: fix Reader.readUntilDelimiterOrEofAlloc() APIIsaac Freund
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23Added std.io.counting_readertgschultz
2020-12-20std: move serialization to the std lib orphanageAndrew Kelley
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-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06change debug.assert to testing.expect in testsxackus
2020-11-02std: Fix syscall stubs passing 64bit offsets for BE targetsLemonBoy
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-09-07Use less inefficient method of replacing TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-07Update standard library for removal of TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-03update uses of deprecated type field accessVexu
2020-09-02zig fmt: Patch rename stream to ais (auto indenting stream) & other small ref...Lachlan Easton
2020-09-01zig fmt: Fix regression not covered by testingLachlan Easton
2020-08-31zig fmt: Set indent_delta to 2 when rendering inline asmLachlan Easton
2020-08-31zig fmt: Remove dynamic stack from auto-indenting-streamLachlan Easton
2020-08-30Use ArrayList instead of fixed array for auto_indenting_streamLachlan Easton
2020-08-30zig fmt review commentsLachlan Easton