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
2025-10-29
add some networking
Andrew Kelley
2025-10-29
std.Io: delete asyncParallel
Andrew Kelley
2025-10-29
std.Io: fix error handling and asyncParallel docs
Andrew Kelley
2025-10-29
std.Io: add asyncConcurrent and asyncParallel
Andrew Kelley
2025-10-29
std.Io: rename go to asyncDetached
Andrew Kelley
2025-10-29
revert std.Thread.Pool for now
Andrew Kelley
2025-10-29
Io: update for new linked list API
Andrew Kelley
2025-10-29
std.Io: remove `@ptrCast` workarounds
Andrew Kelley
2025-10-29
introduce Io.select and implement it in thread pool
Andrew Kelley
2025-10-29
Io.Condition: implement full API
Jacob Young
2025-10-29
std.Io.Condition: change primitive to support only one
Andrew Kelley
2025-10-29
EventLoop: implement detached async
Andrew Kelley
2025-10-29
Io: implement faster mutex
Jacob Young
2025-10-29
std.Io: add detached async
Andrew Kelley
2025-10-29
implement Mutex, Condition, and Queue
Andrew Kelley
2025-10-29
Io: implement sleep and fix cancel bugs
Jacob Young
2025-10-29
EventLoop: implement thread-local queues and cancellation
Jacob Young
2025-10-29
std.Io: introduce cancellation
Andrew Kelley
2025-10-29
better API for Io.async
Andrew Kelley
2025-10-29
start adding fs functions to std.Io
Andrew Kelley
2025-10-29
fix context passing in threaded Io impl
Andrew Kelley
2025-10-29
demo: single-threaded green threads implementation
Andrew Kelley
2025-10-29
introduce std.Io interface
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-08-07
std.Io: delete LimitedReader
Andrew Kelley
2025-08-07
std.Io: delete BufferedReader
Andrew Kelley
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-05
std: remove BoundedArray
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-31
std.Io: delete SeekableStream
Andrew Kelley
2025-07-31
std.Io: delete BitReader
Andrew Kelley
2025-07-31
std.Io: remove BitWriter
Andrew Kelley
2025-07-28
DeprecatedReader.Adapted: fix EndOfStream handling
Kendall Condon
2025-07-26
std.Io.Reader: add rebase to the vtable
Andrew Kelley
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-22
don't forget to advance in the deprecated adapter
Andrew Kelley
2025-07-22
std: fix deprecated writer not handling the buffer
Andrew Kelley
2025-07-22
give the Reader API adapter a buffer
Andrew Kelley
2025-07-22
std.Io: add deprecation warnings
Andrew Kelley
2025-07-22
std.Io: delete FindByteWriter
Andrew Kelley
2025-07-22
std.Io: delete ChangeDetectionStream
Andrew Kelley
2025-07-22
std.Io: delete MultiWriter
Andrew Kelley
[prev]
[next]