| Age | Commit message (Expand) | Author |
| 2025-10-29 | Merge pull request #25592 from ziglang/init-std.Io | Andrew Kelley |
| 2025-10-29 | remove all IBM AIX and z/OS support | Alex Rønne Petersen |
| 2025-10-29 | std: fix compilation errors on Windows | Andrew Kelley |
| 2025-10-27 | feat: init x86_16 arch via CBE | GasInfinity |
| 2025-10-23 | std.builtin: move AddressSpace.Context to std.Target.AddressSpaceContext | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.sh_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.microblaze_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.msp430_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.x86_64_x32 | Alex Rønne Petersen |
| 2025-10-23 | std.Target: add tags and info for alpha, hppa, microblaze, sh | Alex Rønne Petersen |
| 2025-10-23 | std.Target: add arceb and xtensaeb Cpu.Arch tags | Alex Rønne Petersen |
| 2025-10-19 | compiler: add support for arc_interrupt calling convention | Alex Rønne Petersen |
| 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 |