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
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
2024-11-28
std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().
Alex Rønne Petersen
2024-11-27
std.Build: gracefully handle child stdin closing when running tests
mlugg
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-19
build: don't hang when capturing Stdout of verbose Build.Step.Run
Alex Kladov
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
build runner sends a start_fuzzing message to test runner
Andrew Kelley
2024-07-25
build runner: extract logic to std.Build.Fuzz
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-23
std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.
Alex Rønne Petersen
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
std.Build.Step.Run: support prefixed artifact args
xtex
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
[next]