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-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
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-22
std.io.tty: add detectTtyConfigForce for forcing color
dweiller
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-03
std.io.reader.Reader: add `streamUntilDelimiter`
Eric Joldasov
2023-05-29
std.io.Writer: add support for non-power-of-two int sizes
Cortex
2023-05-24
std.io.tty: Remove unused Config.writeDEC() function
Linus Groh
2023-05-24
std.io.tty: Add missing colors to Color enum
Linus Groh
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-19
multi-writer: test with a non-comptime stream
Motiejus Jakštys
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-11
fix std.io.Reader regression
Andrew Kelley
2023-01-11
expose std.io.bufferedReaderSize
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-28
std: stop using LinearFifo in BufferedReader (#14029)
Walther Chen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
[next]