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
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-27
GenericReader error set fixes
Travis Staloch
2023-10-03
std: add type-erased reader; base GenericReader on it
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
std.io: remove `FindByteOutStream` and `findByteOutStream` (deprecated in
Eric Joldasov
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-03-25
std: remove temporary workarounds for stage2_x86_64
Jacob Young
2023-03-01
std.io.poll: remove done function
Jonathan Marler
2023-03-01
std.io.zig: fmt
Jonathan Marler
2023-02-28
std.io.poll initial windows implementation
Jonathan Marler
2023-02-27
redo std.io.poll with only outputs
Andrew Kelley
2023-02-27
add std.io.poll and implement it for POSIX
Andrew Kelley
2023-01-11
expose std.io.bufferedReaderSize
Andrew Kelley
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2022-11-05
coff: compile and link simple exit program on arm64
Jakub Konka
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
[next]