| Age | Commit message (Expand) | Author |
| 2025-02-23 | std.Build.Step.ConfigHeader: follow deprecation policy | Andrew Kelley |
| 2025-02-23 | Merge pull request #22794 from cbilz/autoconf_at | Andrew Kelley |
| 2025-02-22 | std.Build: Allow ConfigHeader values to be added at build.zig runtime | Constantin Bilz |
| 2025-02-22 | link.MachO: Add support for the -x flag (discard local symbols). | Alex Rønne Petersen |
| 2025-02-21 | std.Build.Step.ConfigHeader: Add tests for Autoconf `@FOO@` variables | Constantin Bilz |
| 2025-02-21 | std.Build.Step.ConfigHeader: Add support for Autoconf `@FOO@` variables | Constantin Bilz |
| 2025-02-19 | std.Build.Step.ConfigHeader: permit inserting enum values | Techatrix |
| 2025-02-19 | std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf header | Techatrix |
| 2025-02-19 | std.Build.Step.ConfigHeader: allow using autoconf values multiple times | Techatrix |
| 2025-02-17 | std.Target: Remove functions that just wrap component functions. | Alex Rønne Petersen |
| 2025-02-10 | std.ArrayList: popOrNull() -> pop() [v2] (#22720) | Meghan Denny |
| 2025-01-30 | std.Build: Add option to specify language of CSourceFiles | GalaxyShard |
| 2025-01-20 | Merge pull request #22511 from apwadkar/master | Andrew Kelley |
| 2025-01-20 | Fix dependsOnSystemLibrary compile error | Adheesh Wadkar |
| 2025-01-20 | std.process.Child: add `waitForSpawn` | mlugg |
| 2025-01-20 | std.Build: extend `test_runner` option to specify whether runner uses `std.zi... | mlugg |
| 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 |