| Age | Commit message (Expand) | Author |
| 2025-08-01 | build system: replace fuzzing UI with build UI, add time report | mlugg |
| 2025-07-07 | std.Build.Step.Options: fix build failure | Andrew Kelley |
| 2025-07-07 | std.fmt: breaking API changes | Andrew Kelley |
| 2025-02-28 | Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" | Andrew Kelley |
| 2025-02-26 | fix regressed build system unit test | Loris Cro |
| 2025-01-16 | all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames | mlugg |
| 2025-01-16 | all: update to `std.builtin.Type.Pointer.Size` field renames | mlugg |
| 2024-12-18 | std.Build: remove deprecated APIs | Eric Joldasov |
| 2024-08-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg |
| 2024-07-20 | add std.fmt.hex | Andrew Kelley |
| 2024-07-14 | make zig compiler processes live across rebuilds | Andrew Kelley |
| 2024-07-12 | update build system unit test | Andrew Kelley |
| 2024-07-12 | make more build steps integrate with the watch system | Andrew Kelley |
| 2024-05-27 | update the codebase for the new std.Progress API | Andrew Kelley |
| 2024-05-05 | Run: add output directory arguments | Jacob Young |
| 2024-05-05 | Build: cleanup | Jacob Young |
| 2024-05-03 | Rename Dir.writeFile2 -> Dir.writeFile and update all callsites | Ryan Liptak |
| 2024-04-18 | std.Build: revert --host-target, --host-cpu, --host-dynamic-linker | Andrew Kelley |
| 2024-04-07 | Update usages of `fmtId`/`isValidId` | Carl Åstholm |
| 2024-03-30 | Update uses of `@fieldParentPtr` to use RLS | Jacob Young |
| 2024-03-30 | Update uses of `@fieldParentPtr` to pass a pointer type | Jacob Young |
| 2024-03-18 | Implementing structs and better enums in build options | Reokodoku |
| 2024-02-02 | std.Build: implement --host-target, --host-cpu, --host-dynamic-linker | Andrew Kelley |
| 2024-01-18 | zig build: add doc comments for functions related to options | Andrew Kelley |
| 2024-01-15 | Allow multiple options using the same enum type | Krzysztof Wolicki |
| 2024-01-01 | std.Build.Step.Options: update unit test to new API | Andrew Kelley |
| 2024-01-01 | std.Target: add DynamicLinker | Andrew Kelley |
| 2024-01-01 | fix std lib tests | Andrew Kelley |
| 2024-01-01 | zig build system: change target, compilation, and module APIs | Andrew Kelley |
| 2023-10-26 | x86_64: fix behavior of `getValue` | Jacob Young |
| 2023-10-26 | Step.Options: `@typeName` gives a fully qualified name so the test needs to r... | Krzysztof Wolicki |
| 2023-10-22 | Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" | Jacob Young |
| 2023-10-22 | Revert "Merge pull request #17637 from jacobly0/x86_64-test-std" | Andrew Kelley |
| 2023-10-21 | x86_64: fix bugs and disable erroring tests | Jacob Young |
| 2023-09-15 | package manager: write deps in a flat format, eliminating the FQN concept | mlugg |
| 2023-07-30 | build system: follow-up enhancements regarding LazyPath | Andrew Kelley |
| 2023-07-30 | Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov... | Felix (xq) Queißner |
| 2023-06-17 | std: replace builtin.Version with SemanticVersion | r00ster91 |
| 2023-05-03 | std.Build: use Step.* instead of *Step | Veikka Tuominen |
| 2023-05-03 | build: rename std.Build.*Step to std.Build.Step.* | Nicolas Sterchele |