aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
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
2020-08-29Refactor zig fmt indentation. Remove indent from rendering code and have a st...Lachlan Easton
2020-08-28Improve io.Reader.skipBytes and add testsjoachimschmidt557
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-22Add std.fs.File.readAllAlloc testsJakub Konka
2020-06-20zig fmtAndrew Kelley
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-05-24run zig fmt on std libAndrew Kelley
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17Merge pull request #5164 from daurnimator/in_stream-helpersVeikka Tuominen
2020-05-16Merge pull request #5175 from daurnimator/multi-out-streamVexu
2020-05-03std: use async for MultiOutStreamdaurnimator
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-27zig fmt: still print the relative pathAndrew Kelley
2020-04-27std: add io.MultiOutStreamdaurnimator