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
2024-10-06
std: async read into small temporary buffer between `poll` calls on Windows
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-03-27
haiku: fix poll definitions
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-20
std.io: remove BufferedTee
Igor Anić
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-14
remove std.io.PeekStream
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-02-25
Add pollTimeout for non-blocking/timeout-having polls
SuperAuguste
2024-02-21
add BufferedTee
Igor Anić
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
std.start: remove event loop integration
Veikka Tuominen
2024-01-29
Add type-erased writer and GenericWriter
Ian Johnson
2024-01-22
std.io: replace readStructBig with readStructEndian
Tristan Ross
2024-01-13
std.io.GenericReader: add missing error annotations
Jacob Young
2024-01-07
Work around stage1 not yet returning null-terminated `@typeInfo` strings
Carl Åstholm
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
[next]