aboutsummaryrefslogtreecommitdiff
path: root/lib/build_runner.zig
AgeCommit message (Expand)Author
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-02-26back out the build_runner.zig moving changeAndrew Kelley
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-08Replace std.rand references with std.Randome4m2
2024-02-02zig build: avoid using stdout for communication with runnerAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-02build system: implement --release[=mode]Andrew Kelley
2024-02-02std.Build: make system library integrations more generalAndrew Kelley
2024-02-02std.Build: revert moving some fields to GraphAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-02build system: introduce system library integrationAndrew Kelley
2024-01-23std.process: return u64 in totalSystemMemoryTristan Ross
2024-01-10zig build: handle stderr more elegantlyAndrew Kelley
2024-01-01zig build: reintroduce --prominent-compile-errorsAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01build runner: print subtree of failed nodes contextAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03build runner: fix missing newline in error messageAndrew Kelley
2023-10-19build system: fixups to --seed mechanismAndrew Kelley
2023-10-19std.Build: add --seed argument to randomize step dependencies spawningSahnvour
2023-10-08zig build: add `--fetch` argumentAndrew Kelley
2023-09-22build: add --skip-oom-stepskcbanner
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-16zig build: add option to only print failed stepsVeikka Tuominen
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-24std.debug: Rename TTY.Color enum values to snake caseLinus Groh
2023-05-10Add std.fmt.parseIntSizeSuffix and use for --maxrssEvin Yulo
2023-03-18delete `--prominent-compile-errors` from helpsquare
2023-03-17fix copy-paste errorsMotiejus Jakštys
2023-03-17Build.zig_exe: make it sentinel-awareMotiejus Jakštys
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15use DEC graphics instead of Unicode for box drawingAndrew Kelley
2023-03-15build runner: tweak progress bar displayAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15Revert "build runner: print to stderr in dumb terminals"Andrew Kelley
2023-03-15build runner: print to stderr in dumb terminalsAndrew Kelley
2023-03-15build runner: communicate TTY conf to child procs via env varsAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15build runner: fix typo in max rss displayAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley
2023-03-15build runner: add microseconds to elapsed in build summaryAndrew Kelley
2023-03-15build runner supports reporting cached status and durationAndrew Kelley