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
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
2024-06-08
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki
2024-05-31
std.Build.Step.Run: global lock when child inherits stderr
Andrew Kelley
2024-05-27
std.Build.Step.Run: account for new environment variable
Andrew Kelley
2024-05-27
std.Build.Step.Run: don't create empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-20
Build.Step.Run: fix cache management when there are side effects
Jacob Young
2024-05-11
std.Build.Step.Run: add missing call to writeManifest
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-05-05
Run: add lazy path file inputs
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-18
std.Build.Step.Run: documentation for addFileArg and friends
Andrew Kelley
2024-03-15
Fix stuttering stderr in Zig test log
Nguyễn Gia Phong
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
std.Build: revert moving some fields to Graph
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-10
zig build: handle stderr more elegantly
Andrew Kelley
2024-01-03
Merge pull request #18262 from ziglang/fix-18259
Andrew Kelley
2024-01-02
std.Build.Step.Run: fix depfile support
Loris Cro
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
fix infinite loop in Run step
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
introduce std.Build.Module and extract some logic into it
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
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