COMMITS
/ lib/std/Build/Step.zig November 24, 2025
A
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley committed
A
build runner: update from std.Thread.Pool to std.Io
Andrew Kelley committed
November 17, 2025
M
std.Build.Step: send messages to compiler as little-endian
Matthew Lugg committed
November 13, 2025
M
std.Build: don't force all children to inherit color option
Matthew Lugg committed
October 21, 2025
A
std: back out the StackTrace byval changes
Andrew Kelley committed
October 19, 2025
A
std: fix compilation errors on Windows
Andrew Kelley committed
October 8, 2025
A
std: updating to std.Io interface
Andrew Kelley committed
K
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner committed
August 26, 2025
M
std.Build: separate errors from failed commands
mlugg committed
M
std.Build.Step.Run: many enhancements
mlugg committed
August 21, 2025
M
std.Build: implement unit test timeouts
mlugg committed
September 8, 2025
M
std: fixes
mlugg committed
September 5, 2025
M
replace usages of old std.debug APIs
mlugg committed
August 15, 2025
M
std.Build: improve error for peak RSS exceeding declared value
mlugg committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 10, 2025
M
build system: replace fuzzing UI with build UI, add time report
mlugg committed
July 23, 2025
A
std.Io.poll: update to new I/O API
Andrew Kelley committed
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