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
/
build_runner.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
back out the build_runner.zig moving change
Andrew Kelley
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-02
zig build: avoid using stdout for communication with runner
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-02
build system: implement --release[=mode]
Andrew Kelley
2024-02-02
std.Build: make system library integrations more general
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-02
build system: introduce system library integration
Andrew Kelley
2024-01-23
std.process: return u64 in totalSystemMemory
Tristan Ross
2024-01-10
zig build: handle stderr more elegantly
Andrew Kelley
2024-01-01
zig build: reintroduce --prominent-compile-errors
Andrew Kelley
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
build runner: print subtree of failed nodes context
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
build runner: fix missing newline in error message
Andrew Kelley
2023-10-19
build system: fixups to --seed mechanism
Andrew Kelley
2023-10-19
std.Build: add --seed argument to randomize step dependencies spawning
Sahnvour
2023-10-08
zig build: add `--fetch` argument
Andrew Kelley
2023-09-22
build: add --skip-oom-steps
kcbanner
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-16
zig build: add option to only print failed steps
Veikka Tuominen
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-10
Add std.fmt.parseIntSizeSuffix and use for --maxrss
Evin Yulo
2023-03-18
delete `--prominent-compile-errors` from help
square
2023-03-17
fix copy-paste errors
Motiejus Jakštys
2023-03-17
Build.zig_exe: make it sentinel-aware
Motiejus Jakštys
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
use DEC graphics instead of Unicode for box drawing
Andrew Kelley
2023-03-15
build runner: tweak progress bar display
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
Revert "build runner: print to stderr in dumb terminals"
Andrew Kelley
2023-03-15
build runner: print to stderr in dumb terminals
Andrew Kelley
2023-03-15
build runner: communicate TTY conf to child procs via env vars
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
zig build: add an OOM-prevention system
Andrew Kelley
2023-03-15
build runner: fix typo in max rss display
Andrew Kelley
2023-03-15
std.build.CompileStep: eliminate std.log usage
Andrew Kelley
2023-03-15
build runner: add microseconds to elapsed in build summary
Andrew Kelley
2023-03-15
build runner supports reporting cached status and duration
Andrew Kelley
[next]