aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step.zig
AgeCommit message (Expand)Author
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysupdate all occurrences of std.fs.Dir to std.Io.DirAndrew Kelley
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysupdate all occurrences of close() to close(io)Andrew Kelley
4 daysstd: all Dir functions moved to std.IoAndrew Kelley
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-19std.Build.Step: send messages to compiler as little-endianMatthew Lugg
2025-11-14std.Build: don't force all children to inherit color optionMatthew Lugg
2025-10-29std: back out the StackTrace byval changesAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-18std.Build: separate errors from failed commandsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-09-30std: fixesmlugg
2025-09-30replace usages of old std.debug APIsmlugg
2025-08-15std.Build: improve error for peak RSS exceeding declared valuemlugg
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-02std.Build: Demote errors for exceeding max_rss to warnings.Alex Rønne Petersen
2025-04-27std.Build.Cache: fix several bugsmlugg
2025-04-14std.Build.Step: Don't capture a stack trace if !std.debug.sys_can_stack_trace.Alex Rønne Petersen
2025-03-03std.Build.Step: fix missing path sep in error messageAndrew Kelley
2024-12-11std.Build.Cache.hit: work around macOS kernel bugAndrew Kelley
2024-12-10std.Build.Cache.hit: more discipline in error handlingAndrew Kelley
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-31Merge pull request #21173 from mrjbq7/writeStackTraceAndrew Kelley
2024-08-23fix autodocs regression FTBFSAndrew Kelley
2024-08-22std.debug: remove allocator from std.debug.writeStackTrace()John Benediktsson
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-14build runner: update watch caption to include subprocessesAndrew Kelley
2024-07-14build runner: handle compiler subprocess failures gracefullyAndrew Kelley
2024-07-14build system: update std.Progress.Node for long-lived childrenAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley
2024-07-12std.Build.Step.WriteFile: fix handling of directoriesAndrew Kelley
2024-07-12std.Build.Watch: introduce special file "." to watch entire dirAndrew Kelley
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-12std.Build.Watch: make dirty steps invalidate each otherAndrew Kelley
2024-07-12build runner: implement --watch (work-in-progress)Andrew Kelley