| Age | Commit message (Expand) | Author |
| 2025-01-17 | std.Build: fix setLibCFile() to add step dependencies | pfg |
| 2024-12-18 | std.Build: simplify module dependency handling | mlugg |
| 2024-12-18 | std.Build.Step.Compile.Options: change `root_module` field type to `*Module` | mlugg |
| 2024-12-18 | std.Build.Step.Compile: change `root_module` field type to `*Module` | mlugg |
| 2024-12-18 | std.Build: remove deprecated APIs | Eric Joldasov |
| 2024-11-29 | std.Build: Detect `pkg-config` names with "lib" prefix | Jay Petacat |
| 2024-10-23 | introduce a CLI flag to enable .so scripts; default off | Andrew Kelley |
| 2024-10-23 | std.Build.Step.Compile: add a way to expect an error message | Andrew Kelley |
| 2024-10-16 | std.Target: Move isLib{C,Cxx}LibName() to std.zig.target. | Alex Rønne Petersen |
| 2024-10-16 | std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName(). | Alex Rønne Petersen |
| 2024-10-08 | link tests: add a way to check prefix and use it | Andrew Kelley |
| 2024-09-12 | Replace deprecated default initializations with decl literals | Linus Groh |
| 2024-08-28 | LLVM: disable inline 8-bit counters when using trace pc guard | Andrew Kelley |
| 2024-08-19 | fix various issues related to Path handling in the compiler and std | Robin Voetter |
| 2024-07-28 | std.fs.Dir: Refactor atomicSymLink from std.fs | Carter Snook |
| 2024-07-25 | add --debug-rt CLI arg to the compiler + bonus edits | Andrew Kelley |
| 2024-07-25 | add `--fuzz` CLI argument to `zig build` | Andrew Kelley |
| 2024-07-23 | default "trace pc guard" coverage off | Andrew Kelley |
| 2024-07-21 | zig build: respect `PKG_CONFIG` environment variable | Eric Joldasov |
| 2024-07-14 | frontend: add -fincremental, -fno-incremental flag | Andrew Kelley |
| 2024-07-14 | make zig compiler processes live across rebuilds | Andrew Kelley |
| 2024-07-13 | Compile: Pass the default --zig-lib-dir along to child processes | kcbanner |
| 2024-07-01 | Extract getZigArgs function in std.Build.Step.Compile | Sashko |
| 2024-06-02 | pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig` | Veikka Tuominen |
| 2024-05-28 | std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary() | Linus Groh |
| 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-05-03 | Delete compile errors for deprecated decls | Ryan Liptak |
| 2024-05-02 | Build system: Allow specifying Win32 resource include paths using LazyPath | Ryan Liptak |
| 2024-04-22 | std.Build: Install Windows DLLs to `<prefix>/bin/` by default | Carl Åstholm |
| 2024-04-18 | std.Build: revert --host-target, --host-cpu, --host-dynamic-linker | Andrew Kelley |
| 2024-04-11 | remove deprecated LazyPath.path union tag | Andrew Kelley |
| 2024-04-10 | introduce std.Build.path; deprecate LazyPath.relative | Andrew Kelley |
| 2024-04-07 | Account for dependency boundaries when duping headers | Carl Åstholm |
| 2024-04-07 | Document added/updated functions | Carl Åstholm |
| 2024-04-07 | Oops, forgot to dupe installations in `installLibraryHeaders` | Carl Åstholm |
| 2024-04-07 | Implement `WriteFile.addCopyDirectory` | Carl Åstholm |
| 2024-04-07 | Create an include tree of installed headers for dependent modules | Carl Åstholm |
| 2024-04-07 | std.Build: correct behavior of `Step.Compile.installHeader` | 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-27 | Build.Step.Compile: Add `mingw_unicode_entry_point` field | Ryan Liptak |
| 2024-03-11 | std.builtin: make link mode fields lowercase | Tristan Ross |
| 2024-03-06 | feat: add support for --enable-new-dtags and --disable-new-dtags | Dillen Meijboom |
| 2024-02-25 | test: rework how filtering works | Jacob Young |
| 2024-02-24 | change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017) | David Rubin |
| 2024-02-09 | Merge pull request #18712 from Vexu/std.options | Andrew Kelley |
| 2024-02-02 | std.Build: implement --host-target, --host-cpu, --host-dynamic-linker | Andrew Kelley |