aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
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
2020-04-25std: add in_stream.isBytesdaurnimator
2020-04-25std: add instream.readBytesNoEof functiondaurnimator
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-13std: fix StreamSource to disallow writing to a const bufferdaurnimator
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-04-01Remove unneeeded address-of operatorAndrew Kelley
2020-04-01io: fix COutStream testVincent Rischmann
2020-04-01io: fix serialization compilation and testsVincent Rischmann
2020-04-01io: fix PeekStream compilationVincent Rischmann
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-28Fix typo in Serializer declarationLuna
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-15fix Serializer to work with new OutStream APImomumi
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-13Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...Andrew Kelley
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-11FixedBufferStream: match file semantics more by clamping posAndrew Kelley