index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
io.zig
Age
Commit message (
Expand
)
Author
2022-09-07
libstd: use windows.GetStdHandle() with stage2_x86_64 backend for now
Jakub Konka
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-08
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
Added std.io.counting_reader
tgschultz
2020-12-20
std: move serialization to the std lib orphanage
Andrew Kelley
2020-08-31
zig fmt: Remove dynamic stack from auto-indenting-stream
Lachlan Easton
2020-08-29
Refactor zig fmt indentation. Remove indent from rendering code and have a st...
Lachlan Easton
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-05-16
Merge pull request #5175 from daurnimator/multi-out-stream
Vexu
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-04-27
std: add io.MultiOutStream
daurnimator
2020-04-01
io: test all files under std/io
Vincent Rischmann
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-20
remove std.io.readLine
Andrew Kelley
2020-02-18
avoid a `@ptrCast` with an array literal
Andrew Kelley
2020-02-18
std: use LinearFifo to implement io.BufferedOutStreamCustom
daurnimator
2020-02-18
std: let PeekStream have static/dynamic variants
daurnimator
2020-02-18
std: use LinearFifo to implement io.PeekStream
daurnimator
2020-02-18
std: use LinearFifo to implement io.BufferedInStreamCustom
daurnimator
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-29
Move FailingAllocator to testing
Benjamin Feng
2019-12-11
lib/std/io: let the bring-your-own OS package handle stdio (#3887)
Christine Dodrill
2019-12-10
Add hotpath for BufferedOutStream (#3858)
frmdstryr
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
[next]