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
/
compiler
/
build_runner.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
2025-10-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
build runner: final tweaks to output
mlugg
2025-10-18
build runner: remove `--prominent-compile-errors`, introduce `--error-style`
mlugg
2025-10-18
std.Build: separate errors from failed commands
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
2025-09-25
implement review suggestions
Loris Cro
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-13
build runner: fix single-threaded build
mlugg
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-04
build runner: fix FTBFS on targets without `--watch` implementation
mlugg
2025-08-02
std.Build.Watch: add macOS implementation based on FSEventStream
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-25
std.Progress: introduce Status
Andrew Kelley
2025-07-21
build runner: print newline before summary
Andrew Kelley
2025-07-10
Merge pull request #24329 from ziglang/writergate
Andrew Kelley
2025-07-10
build runner: fix --verbose-llvm-bc= not properly accepting value
triallax
2025-07-07
build runner: restore missing newline
Andrew Kelley
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-05
build runner: disable fuzz in single-threaded builds
Elaine Gibson
2025-06-05
std.Build.Watch: not supported on haiku
Elaine Gibson
2025-06-02
std.Build: Demote errors for exceeding max_rss to warnings.
Alex Rønne Petersen
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-16
build runner: don't incorrectly omit reference traces
mlugg
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-05
std.Build: update build-id flag description
Jan200101
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-07
std.Build: add build-id option
Jan200101
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-27
Merge pull request #22898 from kristoff-it/deprecated-proposal
Andrew Kelley
2025-02-26
compiler.build_runner: only build Fuzz on 64-bit platforms
Brad Olson
2025-02-26
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
`@deprecated`: add build system support
Loris Cro
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-01-30
Make -freference-trace work without colors
Guillaume Wenzek
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-16
compiler: add some missing `const`s
mlugg
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-07
build runner: --fuzz not yet supported on Windows
Andrew Kelley
[next]