| Age | Commit message (Expand) | Author |
| 2025-09-30 | change one million things | mlugg |
| 2025-09-30 | debug: refactor stack frame capturing | Jacob Young |
| 2025-09-30 | Merge pull request #25353 from mlugg/x86_64-faster | Matthew Lugg |
| 2025-09-29 | libc: update Linux headers to 6.17 | Alex Rønne Petersen |
| 2025-09-29 | Merge pull request #25388 from alexrp/ksigaction | Alex Rønne Petersen |
| 2025-09-28 | std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscv | Alex Rønne Petersen |
| 2025-09-28 | std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loonga... | Alex Rønne Petersen |
| 2025-09-28 | musl: delete dead __restore and __restore_rt functions for hexagon, loongarch... | Alex Rønne Petersen |
| 2025-09-28 | musl: delete SA_RESTORER for hexagon | Alex Rønne Petersen |
| 2025-09-28 | musl: delete SA_RESTORER for riscv32 | Alex Rønne Petersen |
| 2025-09-28 | libcxx: respond to some feature macro changes in LLVM 20 | Alex Rønne Petersen |
| 2025-09-27 | x86_64: fix `@mulAdd` miscomp | Jacob Young |
| 2025-09-27 | x86_64: fix `~`/`!` miscomps | Jacob Young |
| 2025-09-27 | target: x86_64 backend can build compiler rt with coff | Jacob Young |
| 2025-09-27 | x86_64: fix `@floatFromInt` miscomps | Jacob Young |
| 2025-09-27 | tests: fix redundant target in matrix | mlugg |
| 2025-09-27 | x86_64: fix unencodable `rem` lowerings | mlugg |
| 2025-09-27 | x86_64: fix miscompilation of `mul` on vectors of large ints | mlugg |
| 2025-09-27 | x86_64: generate better constant memcpy code | mlugg |
| 2025-09-27 | Merge pull request #25373 from mneumann/fix-dragonfly-bootstrap | Alex Rønne Petersen |
| 2025-09-27 | ci: remove -Dskip-translate-c from riscv64-linux scripts | Alex Rønne Petersen |
| 2025-09-27 | musl: add missing fenv C dummy functions for loongarch64-linux-muslsf | Alex Rønne Petersen |
| 2025-09-27 | Merge pull request #25362 from alexrp/aro-valist | Alex Rønne Petersen |
| 2025-09-27 | lib/std/c: sync "struct stat" for DragonFly | Michael Neumann |
| 2025-09-27 | bootstrap: Add support for DragonFly | Michael Neumann |
| 2025-09-26 | Update descriptions of -f[no-]error-tracing to match the actual behavior | Ryan Liptak |
| 2025-09-26 | aro: TypeStore: synchronize __va_list_tag logic with Zig's std.builtin.VaList | Alex Rønne Petersen |
| 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-09-26 | Merge pull request #25342 from ziglang/fuzz-limit | Andrew Kelley |
| 2025-09-26 | Merge pull request #25351 from ziglang/chomp | Andrew Kelley |
| 2025-09-25 | issue template: translate-c tracked by separate project | Andrew Kelley |
| 2025-09-26 | ci: remove superfluous -Dtarget=native-native-none in x86_64-freebsd scripts | Alex Rønne Petersen |
| 2025-09-25 | web ui: fix not sending initial context sometimes | Andrew Kelley |
| 2025-09-25 | fuzzing: fix off-by-one in limit count | Andrew Kelley |
| 2025-09-25 | Compilation: --debug-rt always Debug | Andrew Kelley |
| 2025-09-26 | compiler: move self-hosted backends from src/arch to src/codegen | Alex Rønne Petersen |
| 2025-09-26 | test: remove `pie` test case from test-standalone | Alex Rønne Petersen |
| 2025-09-26 | ci: stop passing -Dskip-translate-c -Dno-langref on loongarch64-linux | Alex Rønne Petersen |
| 2025-09-26 | test: remove -Dskip-translate-c from test-standalone | Alex Rønne Petersen |
| 2025-09-25 | Merge pull request #24497 from ziglang/aro-translate-c | Andrew Kelley |
| 2025-09-25 | std.mem: add cutLast and cutScalarLast | Andrew Kelley |
| 2025-09-25 | std.mem: rename all "index of" functions | Andrew Kelley |
| 2025-09-25 | std.mem: add cut and cutScalar and example usage | Andrew Kelley |
| 2025-09-25 | std.mem: rename chomp to cut | Andrew Kelley |
| 2025-09-25 | CLI: simpler semantics for prefixed integer args | Andrew Kelley |
| 2025-09-25 | CLI: exploit std.mem.chompPrefix | Andrew Kelley |