| Age | Commit message (Expand) | Author |
| 2025-01-17 | std.Build: fix setLibCFile() to add step dependencies | pfg |
| 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 |
| 2025-01-15 | std.Build.Step.CheckObject: better EOF handling | Andrew Kelley |
| 2025-01-15 | wasm linker: aggressive DODification | Andrew Kelley |
| 2024-12-18 | std.Build: add API to create Compile steps from existing module | mlugg |
| 2024-12-18 | std.Build: simplify module dependency handling | mlugg |
| 2024-12-18 | std.Build.Step.TranslateC: propagate target, optimize, link_libc to added module | Eric Joldasov |
| 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-12-12 | Merge pull request #22090 from alexrp/glibc-runtime-triples | Alex Rønne Petersen |
| 2024-11-29 | std.Build: Detect `pkg-config` names with "lib" prefix | Jay Petacat |
| 2024-11-28 | std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand(). | Alex Rønne Petersen |
| 2024-11-27 | std.Build: gracefully handle child stdin closing when running tests | mlugg |
| 2024-11-26 | diversify "unable to spawn" failure messages | Andrew Kelley |
| 2024-11-19 | build: don't hang when capturing Stdout of verbose Build.Step.Run | Alex Kladov |
| 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-10 | std.Build.Step.CheckObject: display source file path | Andrew Kelley |
| 2024-10-08 | link tests: add a way to check prefix and use it | Andrew Kelley |
| 2024-10-04 | 19009: zig objcopy: integrate --add-section, --set-section-alignment and --se... | Patrick Wickenhaeuser |
| 2024-09-25 | replace TranslateC.addIncludeDir with variants with LazyPath/library names | dave caruso |
| 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-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg |
| 2024-08-21 | std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m... | mlugg |
| 2024-08-19 | fix various issues related to Path handling in the compiler and std | Robin Voetter |
| 2024-08-07 | fuzzer web ui: introduce entry points | Andrew Kelley |
| 2024-08-07 | fuzzing: progress towards web UI | Andrew Kelley |
| 2024-08-07 | introduce a web interface for fuzzing | Andrew Kelley |
| 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 | build runner sends a start_fuzzing message to test runner | Andrew Kelley |
| 2024-07-25 | build runner: extract logic to std.Build.Fuzz | 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-23 | std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+. | Alex Rønne Petersen |
| 2024-07-23 | add std.testing.random_seed | Andrew Kelley |
| 2024-07-21 | zig build: respect `PKG_CONFIG` environment variable | Eric Joldasov |
| 2024-07-20 | add std.fmt.hex | Andrew Kelley |
| 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-12 | Merge pull request #20580 from ziglang/watch | Andrew Kelley |
| 2024-07-12 | update build system unit test | Andrew Kelley |
| 2024-07-12 | std.Build.Step.Run: support prefixed artifact args | xtex |
| 2024-07-12 | std.Build.Step.ObjCopy: remove random bytes from cache hash | Andrew Kelley |