| Age | Commit message (Expand) | Author |
| 2025-11-14 | represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma... | Alex Rønne Petersen |
| 2025-11-12 | compiler-rt: remove dead code | Matthew Lugg |
| 2025-10-27 | fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms. | GasInfinity |
| 2025-10-18 | tweak tests to avoid timeouts | mlugg |
| 2025-10-06 | improve impl of `__sqrth`, `sqrtf`, `sqrt`, `__sqrtx` and `sqrtq` (#25416) | Zhenming Lin |
| 2025-09-24 | improve impl of `__floorh`, `__floorx`, `__ceilh` and `__ceilx` | Zhenming-Lin |
| 2025-09-21 | Elf2: create a new linker from scratch | Jacob Young |
| 2025-09-11 | compiler-rt: export __aeabi_read_tp for arm-freebsd | Alex Rønne Petersen |
| 2025-08-30 | llvm: switch to native f16 IR type for all hexagon targets | Alex Rønne Petersen |
| 2025-08-30 | llvm: switch to native f16 IR type for s390x | Alex Rønne Petersen |
| 2025-08-30 | compiler-rt: use native f16 type for loongarch | Alex Rønne Petersen |
| 2025-08-30 | compiler-rt: move strlen from libzigc to here | Alex Rønne Petersen |
| 2025-08-25 | start adding big endian RISC-V support | Alex Rønne Petersen |
| 2025-08-03 | zig fmt: apply new cast builtin order | Justus Klausecker |
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young |
| 2025-07-17 | Merge pull request #20069 from LewisGaul/math-tests-simplified | Andrew Kelley |
| 2025-07-17 | compiler_rt: export all the chkstk variations on MinGW | kcbanner |
| 2025-07-17 | Make sure to test the sign of the zero results | Lewis Gaul |
| 2025-07-17 | Add tests for log10() | Lewis Gaul |
| 2025-07-17 | Add tests for log2() | Lewis Gaul |
| 2025-07-17 | Add tests for log(), with bugfix for 64-bit boundary case | Lewis Gaul |
| 2025-07-17 | Add tests for exp(), noting last-bit discrepancy for exp(1.0) with math.e | Lewis Gaul |
| 2025-07-17 | Add tests for exp2(), with bugfix for 64-bit boundary case | Lewis Gaul |
| 2025-07-16 | canonicalize loongarch clobbers | Andrew Kelley |
| 2025-07-16 | fix mips inline asm | Andrew Kelley |
| 2025-07-16 | zig fmt | Andrew Kelley |
| 2025-07-07 | compiler-rt: Implement __clear_cache() for mips-netbsd | Alex Rønne Petersen |
| 2025-07-07 | compiler-rt: Export __emutls_get_address for OpenHarmony | Alex Rønne Petersen |
| 2025-06-23 | remove `spirv` cpu arch | Ali Cheraghi |
| 2025-06-20 | This commit enables fmax and fmin to differentiate between 0.0 and | Koki Ueha |
| 2025-06-19 | x86_64: increase passing test coverage on windows | Jacob Young |
| 2025-06-19 | coff: add hack to build a compiler-rt dynamic library | Jacob Young |
| 2025-06-19 | Target: pass and use locals by pointer instead of by value | Jacob Young |
| 2025-06-15 | libc: Prevent FCSEL instruction from being used to avoid raising an unintende... | Koki Ueha |
| 2025-06-05 | std.Target: Introduce Cpu convenience functions for feature tests. | Alex Rønne Petersen |
| 2025-06-04 | compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache(). | Alex Rønne Petersen |
| 2025-06-03 | Merge pull request #24013 from alexrp/test-matrix | Andrew Kelley |
| 2025-06-01 | compiler-rt: add __addvsi3, __subvsi3, __mulvsi3, and __subvdi3 | Hilger Baumstark |
| 2025-05-29 | compiler-rt: Fix some exports for *-windows-none. | Alex Rønne Petersen |
| 2025-05-19 | compiler-rt: Add a comment explaining why we currently need weak linkage. | Alex Rønne Petersen |
| 2025-05-19 | compiler-rt: Fix some exports to respect the common linkage and visibility. | Alex Rønne Petersen |
| 2025-05-19 | compiler-rt, zigc: Use hidden visibility except when testing. | Alex Rønne Petersen |
| 2025-04-28 | compiler-rt: Add missing _Qp_sqrt export for sparc64. | Alex Rønne Petersen |
| 2025-04-11 | compiler-rt: compute correct integer sizes from bits at runtime | Jacob Young |
| 2025-04-04 | compiler-rt: Fix names of some float/int conversion routines for hexagon. | Alex Rønne Petersen |
| 2025-04-04 | llvm: Update the list of targets that use native f16/f128. | Alex Rønne Petersen |
| 2025-03-08 | compiler-rt: fix signed min int from float | Jacob Young |
| 2025-03-05 | Remove uses of deprecated callconv aliases | Linus Groh |
| 2025-02-25 | compiler-rt: Add tests from llvm/llvm-project#119449. | Alex Rønne Petersen |
| 2025-02-22 | zig build fmt | Andrew Kelley |