aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
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
2020-03-11Merge remote-tracking branch 'origin/master' into io-stream-ifaceAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10fix regressions caused earlier in this branchAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06std: use ArrayList rather than Buffer for in_stream helper functionsdaurnimator
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-26debug: Fix end-of-stream condition in DWARF parserLemonBoy
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley