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
Age
Commit message (
Expand
)
Author
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.EventLoop: add aarch64 support
Andrew Kelley
2025-10-29
std.Io.ThreadPool: fix asyncDetached
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
update to sync with master
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
std.Io.EventLoop: implement select
Andrew Kelley
2025-10-29
Io.EventLoop: select stub
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
EventLoop: implement detached fibers
Jacob Young
2025-10-29
EventLoop: let the allocator do its job
Andrew Kelley
2025-10-29
EventLoop: fix `std.Io.Condition` implementation
Jacob Young
2025-10-29
EventLoop: revert incorrect optimization
Jacob Young
2025-10-29
EventLoop: remove broken mechanism for making deinit block on detached
Andrew Kelley
2025-10-29
std.Io.Condition: change primitive to support only one
Andrew Kelley
2025-10-29
EventLoop: take DetachedClosure into account when allocating
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
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
start adding fs functions to std.Io
Andrew Kelley
2025-10-29
free freeing wrong amount in thread pool impl
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-29
make thread pool satisfy async/await interface
Andrew Kelley
2025-10-29
introduce std.Io interface
Andrew Kelley
2025-10-29
Merge pull request #25705 from squeek502/linked-list-remove-docs
Ryan Liptak
2025-10-29
std.Target.aarch64: updates for LLVM 21.1.5
Alex Rønne Petersen
2025-10-28
std.heap.debug_allocator outdated doc (#25634)
Adrian
2025-10-28
Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc
Alex Rønne Petersen
2025-10-28
Fix stale reference bug in `std.zig.system.resolveTargetQuery` (#25713)
Sean
[prev]
[next]