| Age | Commit message (Expand) | Author |
| 2025-09-30 | replace usages of old std.debug APIs | mlugg |
| 2025-09-26 | std.builtin: define VaList as `*u8` for uefi | Alex Rønne Petersen |
| 2025-09-26 | std.builtin: remove dead powerpc-darwin handling for VaList | Alex Rønne Petersen |
| 2025-09-26 | std.builtin: define VaList for arc, csky, lanai, m68k, msp430, nvptx, ve, xcore | Alex Rønne Petersen |
| 2025-09-26 | std.builtin: sort VaList prongs a bit | Alex Rønne Petersen |
| 2025-09-26 | std.builtin: define VaList as `struct { __ap: *anyopaque }` for Arm per AAPCS | Alex Rønne Petersen |
| 2025-08-29 | std.Io: delete GenericReader | Andrew Kelley |
| 2025-08-25 | start adding big endian RISC-V support | Alex Rønne Petersen |
| 2025-07-28 | aarch64: workaround some optional/union issues | Jacob Young |
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young |
| 2025-07-16 | inline assembly: use types | Andrew Kelley |
| 2025-07-11 | Remove numerous things deprecated during the 0.14 release cycle | Linus Groh |
| 2025-07-07 | std.fmt: fully remove format string from format methods | Andrew Kelley |
| 2025-07-07 | std.fmt: breaking API changes | Andrew Kelley |
| 2025-07-07 | std.io: move getStdIn, getStdOut, getStdErr functions to fs.File | Andrew Kelley |
| 2025-07-07 | zig fmt | Andrew Kelley |
| 2025-07-07 | remove `async` and `await` keywords | Andrew Kelley |
| 2025-06-23 | remove `spirv` cpu arch | Ali Cheraghi |
| 2025-06-16 | rename spirv backend name | Ali Cheraghi |
| 2025-06-06 | x86_64: add support for pie executables | Jacob Young |
| 2025-05-21 | spirv: write error value in an storage buffer | Ali Cheraghi |
| 2025-05-20 | compiler: Scaffold stage2_powerpc backend. | Alex Rønne Petersen |
| 2025-05-03 | std.Target: Add Cpu.Arch.or1k and basic target info. | Alex Rønne Petersen |
| 2025-03-19 | compiler: Support more GCC code models and fix the mapping to LLVM code models. | Alex Rønne Petersen |
| 2025-02-17 | std.Target: Remove functions that just wrap component functions. | Alex Rønne Petersen |
| 2025-02-17 | std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context. | Alex Rønne Petersen |
| 2025-02-17 | std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv. | Alex Rønne Petersen |
| 2025-02-17 | std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp. | Alex Rønne Petersen |
| 2025-02-17 | std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp). | Alex Rønne Petersen |
| 2025-02-17 | std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead. | Alex Rønne Petersen |
| 2025-01-24 | std: remove old declarations now a zig1 update has happened | mlugg |
| 2025-01-24 | all: update for `panic.unwrapError` and `panic.call` signature changes | mlugg |
| 2025-01-24 | compiler: yet more panic handler changes | mlugg |
| 2025-01-22 | std.builtin: make `returnError` not take the error trace | mlugg |
| 2025-01-16 | std.builtin.Type: improve ergonomics of `*const anyopaque` fields | mlugg |
| 2025-01-16 | std.builtin.Type: rename `Pointer.Size` fields to lowercase | mlugg |
| 2024-12-11 | compiler: Improve the handling of unwind table levels. | Alex Rønne Petersen |
| 2024-12-09 | std.Target: Remove our broken support for the ancient and obsolete Arm OABI. | Alex Rønne Petersen |
| 2024-11-28 | std.builtin: Add VaListXtensa. | Alex Rønne Petersen |
| 2024-11-08 | add storage_buffer address space | Robin Voetter |
| 2024-11-02 | std.builtin: Some minor fixes to CallingConvention doc comments. | Alex Rønne Petersen |
| 2024-11-01 | spirv: Uniform/PushConstant variables | Ali Cheraghi |
| 2024-10-25 | remove default field for `RiscvInterruptOptions.Mode` | David Rubin |
| 2024-10-23 | Merge pull request #21758 from kcbanner/dll_storage_class | Andrew Kelley |
| 2024-10-22 | Change `ExternOptions.dll_storage_class` to `is_dll_import` | kcbanner |
| 2024-10-22 | Add support for specifying `dll_storage_class` in @extern | kcbanner |
| 2024-10-19 | std.builtin.CallingConvention: remove deprecated RISC-V privilege mode | mlugg |
| 2024-10-19 | std.builtin.CallingConvention: include exact architecture tags in comments | mlugg |
| 2024-10-19 | std.builtin.CallingConvention: RISC-V `PrivilegeLevel` -> `PrivilegeMode` | mlugg |
| 2024-10-19 | std.builtin.CallingConvention: don't provide bogus `winapi` value | mlugg |