| Age | Commit message (Expand) | Author |
| 2024-11-02 | std.zig.target: Change mips64(el)-linux-musl triples to -muslabi64. | Alex Rønne Petersen |
| 2024-10-15 | test: Add riscv(32,64)-linux-(none,musl) with soft float to module tests. | Alex Rønne Petersen |
| 2024-10-05 | tests: add `test-incremental` step | mlugg |
| 2024-10-04 | test: Add s390x-linux-(none,musl,gnu) triples to module tests. | Alex Rønne Petersen |
| 2024-09-20 | test: Add `riscv32-linux-(none,musl,gnu)` triples for module tests. | Alex Rønne Petersen |
| 2024-09-19 | Revert "tests: skip native CPU std tests on Windows" | Alex Rønne Petersen |
| 2024-09-19 | test: Re-enable LLVM riscv64 module tests. | Alex Rønne Petersen |
| 2024-09-10 | test: Switch all `arm-linux-*` triples for module tests from v8a to v7a. | Alex Rønne Petersen |
| 2024-09-10 | test: Add arm, mips, and powerpc soft float targets to module tests. | Alex Rønne Petersen |
| 2024-09-06 | std.zig.target: Split `powerpc-linux-musl` triple into `powerpc-linux-musleab... | Alex Rønne Petersen |
| 2024-09-06 | std.zig.target: Split `mips(el)-linux-musl` triples into `mips(el)-linux-musl... | Alex Rønne Petersen |
| 2024-09-05 | test: Add `powerpc64-linux-(none,musl)` triples to module tests. | Alex Rønne Petersen |
| 2024-08-18 | test: Add `mips64(el)-linux-(none,musl,gnuabi64)` targets. | Alex Rønne Petersen |
| 2024-08-16 | Dwarf: rework self-hosted debug info from scratch | Jacob Young |
| 2024-08-14 | build/test: Add -Dtest-slow-targets and move mips module tests behind it. | Alex Rønne Petersen |
| 2024-08-14 | build/test: Add -Dtest-target-filter for filtering module tests by target tri... | Alex Rønne Petersen |
| 2024-08-14 | test: Re-enable mips(el)-linux-gnueabihf tests. | Alex Rønne Petersen |
| 2024-08-13 | Merge pull request #21053 from alexrp/mips-tests | Andrew Kelley |
| 2024-08-13 | test: Re-enable armv8-linux-gnueabihf tests. | Alex Rønne Petersen |
| 2024-08-12 | test: Re-enable mips(el)-linux(-musl) tests. | Alex Rønne Petersen |
| 2024-08-01 | build.zig: fix -Dskip-non-native | Andrew Kelley |
| 2024-07-26 | riscv: implement `@clz` | David Rubin |
| 2024-07-14 | riscv: vectors part 1 | David Rubin |
| 2024-07-12 | std.Build.Step.WriteFile: extract UpdateSourceFiles | Andrew Kelley |
| 2024-07-12 | make more build steps integrate with the watch system | Andrew Kelley |
| 2024-07-04 | compiler: rework type resolution, fully resolve all types | mlugg |
| 2024-07-04 | build: fix WriteFile and addCSourceFiles not adding LazyPath deps | Jonathan Marler |
| 2024-06-13 | Change deprecated b.host to b.graph.host in tests and Zig's build.zig | Krzysztof Wolicki |
| 2024-06-02 | pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig` | Veikka Tuominen |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin |
| 2024-05-03 | Rename Dir.writeFile2 -> Dir.writeFile and update all callsites | Ryan Liptak |
| 2024-04-19 | disable RISC-V CI testing due to LLVM's O(N^2) codegen | Andrew Kelley |
| 2024-04-13 | cbe: fix optional codegen | Jacob Young |
| 2024-04-11 | remove deprecated LazyPath.path union tag | Andrew Kelley |
| 2024-04-07 | Promote linker test cases to packages | Carl Åstholm |
| 2024-04-07 | Turn "simple" standalone test cases into a package | Carl Åstholm |
| 2024-04-07 | Don't add standalone test cases until we've built stage3 | Carl Åstholm |
| 2024-04-07 | Promote standalone test cases to packages | Carl Åstholm |
| 2024-03-30 | cbe: rewrite `CType` | Jacob Young |
| 2024-03-08 | test manifest key checking and other fixes | february cozzocrea |
| 2024-02-26 | change default WASI stack size | Andrew Kelley |
| 2024-02-25 | test: rework how filtering works | Jacob Young |
| 2024-02-24 | Revert "tests: add -Dskip-cross-glibc option" | Jacob Young |
| 2024-02-20 | c_import: extract behavior tests that use `@cImport` | Jacob Young |
| 2024-02-02 | std.Build: implement --host-target, --host-cpu, --host-dynamic-linker | Andrew Kelley |
| 2024-01-24 | test/link/link: pass build options to elf and macho tests | Jakub Konka |
| 2024-01-01 | std.Build.ResolvedTarget: rename target field to result | Andrew Kelley |
| 2024-01-01 | std.Target.Query: remove deprecated API | Andrew Kelley |
| 2024-01-01 | rename std.zig.CrossTarget to std.Target.Query | Andrew Kelley |
| 2024-01-01 | zig build system: change target, compilation, and module APIs | Andrew Kelley |