| Age | Commit message (Expand) | Author |
| 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 |
| 2025-09-25 | std.mem: introduce chompPrefix and chompSuffix | Andrew Kelley |
| 2025-09-25 | implement review suggestions | Loris Cro |
| 2025-09-25 | std.Thread: disable test on armeb in addition to thumbeb | Alex Rønne Petersen |
| 2025-09-25 | libc-test: disable daemon-failure.c | Alex Rønne Petersen |
| 2025-09-24 | x86_64: improve support for large enums | Jacob Young |
| 2025-09-24 | resinator: work around error VARARGS not implemented for this compiler | Andrew Kelley |
| 2025-09-24 | improve impl of `__floorh`, `__floorx`, `__ceilh` and `__ceilx` | Zhenming-Lin |
| 2025-09-24 | resinator: fix compile errors | Andrew Kelley |
| 2025-09-24 | update aro & translate-c | Veikka Tuominen |
| 2025-09-24 | aro does not have -mmacos version flags or -Wno-overriding-option | Andrew Kelley |
| 2025-09-24 | compiler: disable InternPool.debug_state as it is unsound | Andrew Kelley |
| 2025-09-24 | aro does not have a pragma-pack warning | Andrew Kelley |
| 2025-09-24 | aro: update | Andrew Kelley |
| 2025-09-24 | remove behavior test that depended on std.zig.c_translation | Andrew Kelley |
| 2025-09-24 | delete `@cImport` tests | Andrew Kelley |
| 2025-09-24 | `@cImport`: don't pass args to Aro it doesn't understand | Andrew Kelley |
| 2025-09-24 | zig fmt | Andrew Kelley |
| 2025-09-24 | Compilation: use renameTmpIntoCache | Andrew Kelley |
| 2025-09-24 | aro: fix dep file logic | Andrew Kelley |
| 2025-09-24 | Compilation: re-implement cImport | Andrew Kelley |
| 2025-09-24 | std.Build.Cache: clarify parameter is sub path, not basename | Andrew Kelley |
| 2025-09-24 | translate-c: update for array list defaults | Andrew Kelley |
| 2025-09-24 | fix rebase conflicts | Andrew Kelley |