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
Age
Commit message (
Expand
)
Author
2024-10-13
Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...
tgschultz
2024-09-26
std.io.Reader: Fix test erroneously using undefined.
Alex Rønne Petersen
2024-09-23
Improve efficiency of buffered_reader. (#21256)
Lucas Santos
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-10
define an error set for `std.io.tty.Config.setColor`
Veikka Tuominen
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
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-03-10
std.io.Writer: add writeFile method
Andrew Kelley
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-23
std.io.Reader: add discard function
Andrew Kelley
2024-02-22
refactor according to Ian's review
Igor Anić
2024-02-21
cleanup tests
Igor Anić
2024-02-21
add BufferedTee
Igor Anić
2024-02-18
dwarf: optimize dwarf parsing for speed
Jacob Young
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-07
Merge pull request #17634 from ianprime0509/type-erased-writer
Andrew Kelley
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
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
Fix fmt UTF-8 characters as fill (#18533)
vinnichase
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-27
Merge pull request #17716 from jacobly0/x86_64
Jacob Young
2023-10-27
GenericReader error set fixes
Travis Staloch
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-03
std: add type-erased reader; base GenericReader on it
Andrew Kelley
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-07-24
Fix type mismatch for Reader.readIntoBoundedBytes (#16416)
lockbox
2023-07-03
Merge pull request #15879 from r00ster91/more_stage1_test_coverage
Andrew Kelley
2023-07-03
check for UEFI in io.StreamSource
xdBronch
2023-07-02
Fix `TTY.detectConfig` regression on windows
Ryan Liptak
2023-06-27
fix u65529 and above overflowing in more places
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
[next]