aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io.zig
AgeCommit message (Expand)Author
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27GenericReader error set fixesTravis Staloch
2023-10-03std: add type-erased reader; base GenericReader on itAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13std.io: remove `FindByteOutStream` and `findByteOutStream` (deprecated inEric Joldasov
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-03-25std: remove temporary workarounds for stage2_x86_64Jacob Young
2023-03-01std.io.poll: remove done functionJonathan Marler
2023-03-01std.io.zig: fmtJonathan Marler
2023-02-28std.io.poll initial windows implementationJonathan Marler
2023-02-27redo std.io.poll with only outputsAndrew Kelley
2023-02-27add std.io.poll and implement it for POSIXAndrew Kelley
2023-01-11expose std.io.bufferedReaderSizeAndrew Kelley
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2022-11-05coff: compile and link simple exit program on arm64Jakub Konka
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