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.zig
Age
Commit message (
Expand
)
Author
2025-06-02
std.Build: Demote errors for exceeding max_rss to warnings.
Alex Rønne Petersen
2025-04-27
std.Build.Cache: fix several bugs
mlugg
2025-04-14
std.Build.Step: Don't capture a stack trace if !std.debug.sys_can_stack_trace.
Alex Rønne Petersen
2025-03-03
std.Build.Step: fix missing path sep in error message
Andrew Kelley
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-31
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley
2024-08-23
fix autodocs regression FTBFS
Andrew Kelley
2024-08-22
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-14
build runner: update watch caption to include subprocesses
Andrew Kelley
2024-07-14
build runner: handle compiler subprocess failures gracefully
Andrew Kelley
2024-07-14
build system: update std.Progress.Node for long-lived children
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
std.Build.Watch: make dirty steps invalidate each other
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
build system: add --watch flag and report source file in InstallFile
Andrew Kelley
2024-06-17
Merge pull request #20321 from ziglang/build-system-fmt
Andrew Kelley
2024-06-16
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen
2024-06-16
std.Build.Step: split evalChildProcess into two functions
Andrew Kelley
2024-05-27
std.Build.Step: don't create an empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-05
Build: cleanup
Jacob Young
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-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-10
zig build: handle stderr more elegantly
Andrew Kelley
2023-11-26
complete todo
David Rubin
2023-11-19
test: check compile errors when compilation has no errors
dweiller
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-09-22
build: add --skip-oom-steps
kcbanner
2023-08-25
Build: fail tests that log errors, like `zig test` does
Jacob Young
2023-08-13
std.Build: factorize Step stack trace dumping code
Sahnvour
2023-08-13
std.Build: make number of collected stack frames configurable
Sahnvour
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-23
test: test for issues starting codegen on many targets
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
[next]