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
/
RunStep.zig
Age
Commit message (
Expand
)
Author
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-05-11
some fixes to the EnvMap HashContext
Jonathan Marler
2022-05-11
Fix regression in RunStep.addPathDir
Ryan Liptak
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-24
allow `expected_exit_code` to be `null`
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-16
add print field to RunStep
Jonathan Marler
2021-10-21
distinguish between unexpected child process exit code and unclean exit
Jonathan Marler
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-27
Add option to hide build command on compilation error to build_runner (#8513)
Lee Cannon
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Makes output path stuff more sane.
Felix (xq) Queißner
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Moves files to file-global struct layout.
Felix (xq) Queißner