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
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.Kqueue: implement netConnect
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement netSend
Andrew Kelley
2025-10-29
concurrent and await
Andrew Kelley
2025-10-29
one kqueue per thread
Andrew Kelley
2025-10-29
revert adding asyncDetached
Andrew Kelley
2025-10-29
add bind
Andrew Kelley
2025-10-29
std.Io: add Kqueue implementation
Andrew Kelley
2025-10-29
std.Io.net.Socket.send: fix compilation errors
Andrew Kelley
2025-10-29
std.Io.Threaded: fix sending invalid pointer
Andrew Kelley
2025-10-29
std.Io.Threaded: fix signature of dirMakeOpenPathWasi
Andrew Kelley
2025-10-29
std.Io.Threaded: delete Windows implementation of if_nametoindex
Andrew Kelley
2025-10-29
std: fix build failure on wasm32-freestanding
Andrew Kelley
2025-10-29
std.process.Child: update for std.Io changes
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netLookup for Windows
Andrew Kelley
2025-10-29
std.os.windows.ws2_32: remove 'A' variants
Andrew Kelley
2025-10-29
std.Io.Threaded: implement Windows futex functions
Andrew Kelley
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netConnectIp for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netBindIp for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenDir
Andrew Kelley
2025-10-29
std.Io: add dirMakePath and dirMakeOpenPath
Andrew Kelley
2025-10-29
std.posix: fix compilation on wasm32-freestanding
Andrew Kelley
2025-10-29
std.posix: untangle getRandomBytesDevURandom from Io.Reader
Andrew Kelley
2025-10-29
std.Io: introduce openSelfExe
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirStatPath for Windows
Andrew Kelley
2025-10-29
std.debug.SelfInfo: add missing io parameter to getSymbol
Andrew Kelley
2025-10-29
std.Io.Threaded: add dirMake for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.Io.net.HostName.ResolvConf: ignore nameservers above max
Andrew Kelley
2025-10-29
std.Io: add dirClose
Andrew Kelley
2025-10-29
std: move some windows path checking logic
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std: accessZ -> access
Andrew Kelley
2025-10-29
std.Io.Threaded: fix -fsingle-threaded build
Andrew Kelley
2025-10-29
std.Io: add dirOpenDir and WASI impl
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for WASI
Andrew Kelley
2025-10-29
std.Io.net.Server: refine AcceptError set
Andrew Kelley
2025-10-29
std.Io.Threaded: fix netWrite cancellation
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for WASI
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirMake for WASI
Andrew Kelley
2025-10-29
std.Io.Threaded: handle ECANCELED
Andrew Kelley
2025-10-29
std.Io: add dirAccess
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: fix compilation errors on macos
Andrew Kelley
[prev]
[next]