| Age | Commit message (Expand) | Author |
| 2025-01-07 | test: Enable long calls for all thumb/thumbeb module tests. | Alex Rønne Petersen |
| 2024-12-18 | tests.zig: migrate from deprecated std.Build APIs | mlugg |
| 2024-12-18 | std.Build: remove deprecated APIs | Eric Joldasov |
| 2024-12-15 | Merge pull request #22219 from alexrp/arm-big-endian | Alex Rønne Petersen |
| 2024-12-13 | Add compiler internals tests | Carl Åstholm |
| 2024-12-13 | test: Add aarch64_be-linux-* to the module test matrix. | Alex Rønne Petersen |
| 2024-12-13 | test: Add thumbeb-linux-* to the module test matrix. | Alex Rønne Petersen |
| 2024-12-13 | test: Add armeb-linux-* to the module test matrix. | Alex Rønne Petersen |
| 2024-12-01 | test: Add x86_64-linux-(gnux32,muslx32) to module tests. | Alex Rønne Petersen |
| 2024-11-24 | test: Enable -Dtest-target-filter=... to work for test-cases and test-transla... | Alex Rønne Petersen |
| 2024-11-24 | test: Enable -Dtest-target-filter=... to work for test-c-abi. | Alex Rønne Petersen |
| 2024-11-05 | Revert "test: Add aarch64_be-linux-(none,gnu,musl) to module tests." | Alex Rønne Petersen |
| 2024-11-04 | test: Add aarch64_be-linux-(none,gnu,musl) to module tests. | Alex Rønne Petersen |
| 2024-11-03 | Merge pull request #21599 from alexrp/thumb-porting | Alex Rønne Petersen |
| 2024-11-03 | test: Add thumb-linux-(musl)eabi(hf) target triples for module tests. | Alex Rønne Petersen |
| 2024-11-03 | test: Add the ability to skip specific modules for a target. | Alex Rønne Petersen |
| 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 |