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
/
test
/
standalone
/
child_process
Age
Commit message (
Expand
)
Author
5 days
test-standalone: fix most compilation errors
Andrew Kelley
5 days
update remaining calls to std.Io.Threaded.init
Andrew Kelley
5 days
fix a handful of compilation errors related to std.fs migration
Andrew Kelley
5 days
update std.process.Child.run occurences to use io
Andrew Kelley
5 days
tests: close() -> close(io)
Andrew Kelley
5 days
test: std.fs.File -> std.Io.File
Andrew Kelley
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
fix some std.Io compilation failures
Andrew Kelley
2025-08-30
child process test: preemptively use streaming mode
Andrew Kelley
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-07-26
child_process standalone test: Test spawning a path with leading ..
Ryan Liptak
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2024-12-18
test-standalone: migrate from deprecated std.Build APIs
mlugg
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-07-25
test/standalone: reinstate std.ChildProcess tests
alex