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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
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
EventLoop: fix futex usage
Jacob Young
2025-10-29
EventLoop: get file operations working
Jacob Young
2025-10-29
WIP
Andrew Kelley
2025-10-29
EventLoop: move context after the async closure
Jacob Young
2025-10-29
EventLoop: fix incorrect alignment panic
Jacob Young
2025-10-29
update threaded fibers impl to actually storing args
Andrew Kelley
2025-10-29
fix context passing in threaded Io impl
Andrew Kelley
2025-10-29
EventLoop: implement main idle fiber
Jacob Young
2025-10-29
EventLoop: add threads
Jacob Young
2025-10-29
EventLoop: rewrite context switching
Jacob Young
2025-10-29
EventLoop: prepare for threading
Jacob Young
2025-10-29
demo: single-threaded green threads implementation
Andrew Kelley
2025-10-27
fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.
GasInfinity
2025-10-08
std.Io.Reader: rework peekDelimiterInclusive
Andrew Kelley
2025-10-08
Fix Reader.Limited end of stream conditions
whatisaphone
2025-10-08
std.Io.Reader: fix delimiter bugs
mlugg
2025-10-08
std: fix sendFileReading not accounting for buffer
Andrew Kelley
2025-10-08
Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...
Ryan Liptak
2025-10-07
Revert "Fix infinite loop in Reader.Limited"
Andrew Kelley
2025-10-07
Fix infinite loop in Reader.Limited
achan1989
2025-09-21
Merge pull request #25302 from ziglang/growCapacity
Andrew Kelley
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
Reader.defaultReadVec: Workaround bad `r.end += r.vtable.stream()` behavior
Ryan Liptak
2025-09-20
std: remove loop from growCapacity
Andrew Kelley
2025-09-08
std.Io.Writer.writeSliceEndian: add compile error
Andrew Kelley
2025-09-05
Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"
Andrew Kelley
2025-09-04
sendFileAll: use stream instead of sendFileReading
Kendall Condon
2025-09-04
fix sendFile implementations bypassing interface buffer
Kendall Condon
2025-08-31
Io.Writer.Allocating: test new *Aligned methods
Travis Staloch
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
Revert "std.Io.Reader: work around llvm backend bug"
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
std.debug.Pdb: migrate more towards new Reader API
Andrew Kelley
2025-08-28
std.Io.Reader: work around llvm backend bug
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-28
std.Io.Writer: add toArrayList/fromArrayList
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-28
Reader.appendRemaining: Take ownership of the full allocated slice
Ryan Liptak
2025-08-19
std.Io.Writer: fix upper case hex float formatting
TemariVirus
2025-08-19
never advance seek position in `std.Io.Reader.peekDelimiterExclusive` (#24899)
Rohlem
[prev]
[next]