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
2023-10-10
Step.Run: change `cwd` to `?Build.LazyPath` (#17418)
Krzysztof Wolicki
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-09-29
Step.Run: fix assert of the wrong value (#17303)
Krzysztof Wolicki
2023-08-25
Build: fail tests that log errors, like `zig test` does
Jacob Young
2023-08-13
std.Build: add support for deps .d file in Step.Run
Sahnvour
2023-07-30
std.Build.LazyPath: fix resolution of cwd_relative
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-28
Build: use optionals again
Jacob Young
2023-07-09
Changed Step.Run's stdin to accept FileSource (#16358)
Krzysztof Wolicki
2023-07-06
std: add prefixed versions of addFileSource and addDirectorySource to Step.Run
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
std.Build.Step.Run: add stdin to cache manifest
Isaac Freund
2023-06-13
allow run step to skip foreign binary execution if executor fails
Lee Cannon
2023-05-10
fix 'zig build test' crashing with no tests
0x5a4
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele