aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/build_runner.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
2025-10-18compiler: rename `--test-timeout-ms` to `--test-timeout`Matthew Lugg
2025-10-18build runner: final tweaks to outputmlugg
2025-10-18build runner: remove `--prominent-compile-errors`, introduce `--error-style`mlugg
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-09-25implement review suggestionsLoris Cro
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-13build runner: fix single-threaded buildmlugg
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-04build runner: fix FTBFS on targets without `--watch` implementationmlugg
2025-08-02std.Build.Watch: add macOS implementation based on FSEventStreammlugg
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-25std.Progress: introduce StatusAndrew Kelley
2025-07-21build runner: print newline before summaryAndrew Kelley
2025-07-10Merge pull request #24329 from ziglang/writergateAndrew Kelley
2025-07-10build runner: fix --verbose-llvm-bc= not properly accepting valuetriallax
2025-07-07build runner: restore missing newlineAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-05build runner: disable fuzz in single-threaded buildsElaine Gibson
2025-06-05std.Build.Watch: not supported on haikuElaine Gibson
2025-06-02std.Build: Demote errors for exceeding max_rss to warnings.Alex Rønne Petersen
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-16build runner: don't incorrectly omit reference tracesmlugg
2025-05-06std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.Alex Rønne Petersen
2025-04-11Merge pull request #22516 from Jan200101/PR/build_id_optionAndrew Kelley
2025-04-05std.Build: update build-id flag descriptionJan200101
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26zig build: allow to choose "lazy mode" for fetching processEric Joldasov
2025-03-07std.Build: add build-id optionJan200101
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-27Merge pull request #22898 from kristoff-it/deprecated-proposalAndrew Kelley
2025-02-26compiler.build_runner: only build Fuzz on 64-bit platformsBrad Olson
2025-02-26don't inherit allowed deprecation from parent modulesAndrew Kelley
2025-02-26`@deprecated`: add build system supportLoris Cro
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-01-30Make -freference-trace work without colorsGuillaume Wenzek
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-16compiler: add some missing `const`smlugg
2024-10-24implement --watch for kqueueAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-07build runner: --fuzz not yet supported on WindowsAndrew Kelley