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
/
Build
/
Step
/
Run.zig
Age
Commit message (
Expand
)
Author
4 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
4 days
update all occurrences of openFile to receive an io instance
Andrew Kelley
4 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
4 days
update all occurrences of close() to close(io)
Andrew Kelley
6 days
Merge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...
Alex Rønne Petersen
2025-12-05
std: replace usages of std.mem.indexOf with std.mem.find
Adrià Arrufat
2025-11-27
std: Remove a handful of things deprecated during the 0.15 release cycle
Linus Groh
2025-11-24
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley
2025-11-24
build runner: update from std.Thread.Pool to std.Io
Andrew Kelley
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.Build: fix crashes running fuzz tests
Matthew Lugg
2025-11-19
std.Build.Step.Run: read/write messages as little endian
Alex Rønne Petersen
2025-11-14
std.Build: don't force all children to inherit color option
Matthew Lugg
2025-11-06
Step.Run: Fix for `convertPathArg` when cwd and path args are on different dr...
Ryan Liptak
2025-10-30
std.Build: fix '--webui' crash
Matthew Lugg
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
ci: bump unit test timeouts
mlugg
2025-10-18
std.Build: separate errors from failed commands
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-19
std.Build.Step.Run: Enable passing (generated) file content as args
Justus Klausecker
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-16
Build.Step.Run: fix missing stdin buffer and flush
Isaac Freund
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-30
build system: print captured stderr on Run step failure
Loris Cro
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
2025-07-20
std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7
Alex Rønne Petersen
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
2025-07-12
std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.
Alex Rønne Petersen
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-20
Merge pull request #24227 from mlugg/misc-build-stuff
Matthew Lugg
2025-06-20
std.Build.Step.Run: pass correct relative cache dir to tests
mlugg
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-18
std.Build.Step.Run: prefix relative path arguments with './'
mlugg
2025-06-13
std.Build.Step.Run: convert relative paths to be relative to child cwd
mlugg
2025-06-09
std.Build.Step.Run: add addDecoratedDirectoryArg function
Andrew Kelley
2025-05-21
std.Build.Step.Run: inherit build runner cwd
mlugg
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-03-26
zig build: add env_map entries to hash for Step.Run
dweiller
2025-01-20
std.process.Child: add `waitForSpawn`
mlugg
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
[next]