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-10-29
std: updating to std.Io interface
Andrew Kelley
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-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-09-30
std: fixes
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-08-15
std.Build: improve error for peak RSS exceeding declared value
mlugg
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
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
[next]