aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io.zig
AgeCommit message (Expand)Author
2022-09-07libstd: use windows.GetStdHandle() with stage2_x86_64 backend for nowJakub Konka
2022-04-14stage2: progress towards stage3Andrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-08Remove deprecated stream aliasesJay Petacat
2020-12-31Year++Frank Denis
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-08-31zig fmt: Remove dynamic stack from auto-indenting-streamLachlan Easton
2020-08-29Refactor zig fmt indentation. Remove indent from rendering code and have a st...Lachlan Easton
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-05-16Merge pull request #5175 from daurnimator/multi-out-streamVexu
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-04-27std: add io.MultiOutStreamdaurnimator
2020-04-01io: test all files under std/ioVincent Rischmann
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew 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-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-20remove std.io.readLineAndrew Kelley
2020-02-18avoid a `@ptrCast` with an array literalAndrew Kelley
2020-02-18std: use LinearFifo to implement io.BufferedOutStreamCustomdaurnimator
2020-02-18std: let PeekStream have static/dynamic variantsdaurnimator
2020-02-18std: use LinearFifo to implement io.PeekStreamdaurnimator
2020-02-18std: use LinearFifo to implement io.BufferedInStreamCustomdaurnimator
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-29Move FailingAllocator to testingBenjamin Feng
2019-12-11lib/std/io: let the bring-your-own OS package handle stdio (#3887)Christine Dodrill
2019-12-10Add hotpath for BufferedOutStream (#3858)frmdstryr
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter