COMMITS
/ lib/std/Build/Step.zig July 2, 2025
A
fix build runner
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
June 13, 2025
J
Build: add install commands to `--verbose` output
Jacob Young committed
June 2, 2025
A
std.Build: Demote errors for exceeding max_rss to warnings.
Alex Rønne Petersen committed
April 24, 2025
M
std.Build.Cache: fix several bugs
mlugg committed
April 13, 2025
A
std.Build.Step: Don't capture a stack trace if !std.debug.sys_can_stack_trace.
Alex Rønne Petersen committed
March 4, 2025
A
std.Build.Step: fix missing path sep in error message
Andrew Kelley committed
December 11, 2024
A
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley committed
A
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley committed
November 26, 2024
A
diversify "unable to spawn" failure messages
Andrew Kelley committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
September 1, 2024
A
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley committed
August 23, 2024
A
fix autodocs regression FTBFS
Andrew Kelley committed
J
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson committed
August 17, 2024
R
fix various issues related to Path handling in the compiler and std
Robin Voetter committed
August 1, 2024
A
introduce a web interface for fuzzing
Andrew Kelley committed
July 15, 2024
A
build runner: update watch caption to include subprocesses
Andrew Kelley committed
A
build runner: handle compiler subprocess failures gracefully
Andrew Kelley committed
A
build system: update std.Progress.Node for long-lived children
Andrew Kelley committed
A
make zig compiler processes live across rebuilds
Andrew Kelley committed
July 11, 2024
A
integrate Compile steps with file watching
Andrew Kelley committed
A
std.Build.Step.Run: integrate with --watch
Andrew Kelley committed
July 10, 2024
A
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley committed
A
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley committed
A
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley committed
A
make more build steps integrate with the watch system
Andrew Kelley committed
A
std.Build.Watch: make dirty steps invalidate each other
Andrew Kelley committed
July 9, 2024
A
build runner: implement --watch (work-in-progress)
Andrew Kelley committed
July 5, 2024
A
build system: add --watch flag and report source file in InstallFile
Andrew Kelley committed
June 17, 2024
A
Merge pull request #20321 from ziglang/build-system-fmt
Andrew Kelley committed
A
std.Build.Step: split evalChildProcess into two functions
Andrew Kelley committed
June 16, 2024
A
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen committed
May 24, 2024
A
std.Build.Step: don't create an empty progress node
Andrew Kelley committed
A
update the codebase for the new std.Progress API
Andrew Kelley committed
May 23, 2024
A
std: restructure child process namespace
Andrew Kelley committed
May 4, 2024
J
Build: cleanup
Jacob Young committed
March 19, 2024
J
Update uses of `@fieldParentPtr` to use RLS
Jacob Young committed
J
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young committed
March 22, 2024
A
std.Build.Cache: use an array hash map for files
Andrew Kelley committed
February 1, 2024
A
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley committed
January 10, 2024
A
zig build: handle stderr more elegantly
Andrew Kelley committed
November 26, 2023
D
complete todo
David Rubin committed
November 18, 2023
D
test: check compile errors when compilation has no errors
dweiller committed
October 25, 2023
J
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka committed
October 19, 2023
J
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer committed
April 28, 2023
K
build: add --skip-oom-steps
kcbanner committed
August 25, 2023
J
Build: fail tests that log errors, like `zig test` does
Jacob Young committed
August 13, 2023
S
std.Build: factorize Step stack trace dumping code
Sahnvour committed
August 11, 2023
S
std.Build: make number of collected stack frames configurable
Sahnvour committed
July 30, 2023
A
build system: follow-up enhancements regarding LazyPath
Andrew Kelley committed