aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step.zig
AgeCommit message (Expand)Author
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
2024-07-12build system: add --watch flag and report source file in InstallFileAndrew Kelley
2024-06-17Merge pull request #20321 from ziglang/build-system-fmtAndrew Kelley
2024-06-16std.Build: Add Step.Fail and addFail() function.Alex Rønne Petersen
2024-06-16std.Build.Step: split evalChildProcess into two functionsAndrew Kelley
2024-05-27std.Build.Step: don't create an empty progress nodeAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-05Build: cleanupJacob Young
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-10zig build: handle stderr more elegantlyAndrew Kelley
2023-11-26complete todoDavid Rubin
2023-11-19test: check compile errors when compilation has no errorsdweiller
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-09-22build: add --skip-oom-stepskcbanner
2023-08-25Build: fail tests that log errors, like `zig test` doesJacob Young
2023-08-13std.Build: factorize Step stack trace dumping codeSahnvour
2023-08-13std.Build: make number of collected stack frames configurableSahnvour
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg