| Age | Commit message (Expand) | Author |
| 2024-08-28 | compiler_rt: Export arm div helpers with correct names for thumb-linux-gnu. | Alex Rønne Petersen |
| 2024-08-28 | compiler_rt: Implement __chkstk() for thumb-windows-gnu. | Alex Rønne Petersen |
| 2024-08-27 | compiler,lib,test,langref: migrate `@setCold` to `@branchHint` | mlugg |
| 2024-08-27 | lib,test,tools,doc: update usages of @export | mlugg |
| 2024-08-12 | compiler-rt: Fix the leoncasa CPU feature check for sparc32. | Alex Rønne Petersen |
| 2024-08-10 | loongarch: add __clear_cache builtin implementation (#21008) | YANG Xudong |
| 2024-08-01 | std.Target: Rework isPPC()/isPPC64() functions. | Alex Rønne Petersen |
| 2024-07-30 | std.Target: Remove `sparcel` architecture tag. | Alex Rønne Petersen |
| 2024-07-28 | std.Target.Cpu.Arch: Remove the `aarch64_32` tag. | Alex Rønne Petersen |
| 2024-07-23 | compiler_rt: disable test for stage2_wasm | Pavel Verigo |
| 2024-07-22 | compiler_rt: wasm miss float exceptions | Pavel Verigo |
| 2024-07-11 | Update `__chkstk_ms` to have weak linkage (#20138) | Ryan Sepassi |
| 2024-06-16 | stage2-wasm: bit_reverse | Pavel Verigo |
| 2024-05-09 | handle visionos target OS tag in the compiler | Jakub Konka |
| 2024-03-20 | bsd: followup to std.posix extraction from std.os | Michael Dusan |
| 2024-03-15 | bsd: debitrot AtomicOrder renames | Michael Dusan |
| 2024-03-14 | chore: Fix some typos | Ahmed |
| 2024-03-11 | std.builtin: make atomic order fields lowercase | Tristan Ross |
| 2024-03-11 | std.builtin: make global linkage fields lowercase | Tristan Ross |
| 2024-03-11 | std.builtin: make link mode fields lowercase | Tristan Ross |
| 2024-02-12 | x86_64: fix compiler_rt tests | Jacob Young |
| 2024-02-12 | x86_64: implement mul, div, and mod of large integers | Jacob Young |
| 2024-02-08 | Replace std.rand references with std.Random | e4m2 |
| 2024-02-05 | compiler_rt: avoid referencing symbol on versions where it doesn't exist | Jacob Young |
| 2024-01-04 | Enable gnu_f16_abi on x86_64 | Anubhab Ghosh |
| 2023-11-23 | Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011) | John Benediktsson |
| 2023-11-19 | lib: correct unnecessary uses of 'var' | mlugg |
| 2023-11-10 | compiler_rt: provide strncpy impl for ssp | Andrew Kelley |
| 2023-11-10 | move libssp into libcompiler_rt | Andrew Kelley |
| 2023-10-31 | std.builtin.Endian: make the tags lower case | Andrew Kelley |
| 2023-10-29 | x86_64: fix compiler rt test failures | Jacob Young |
| 2023-10-28 | Merge pull request #17727 from ziglang/elf-memory-deferred | Jakub Konka |
| 2023-10-28 | compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755) | XXIV |
| 2023-10-27 | x86_64: fix c abi test failures | Jacob Young |
| 2023-10-25 | x86_64: pass more tests | Jacob Young |
| 2023-10-23 | x86_64: implement 128-bit builtins | Jacob Young |
| 2023-10-22 | Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" | Jacob Young |
| 2023-10-22 | Revert "Merge pull request #17637 from jacobly0/x86_64-test-std" | Andrew Kelley |
| 2023-10-21 | x86_64: disable failing tests, enable test-compiler-rt testing | Jacob Young |
| 2023-10-21 | x86_64: fix bugs and disable erroring tests | Jacob Young |
| 2023-10-21 | compiler_rt: arm frsub, drsub with tests (#17629) | matu3ba |
| 2023-10-20 | compiler_rt: add tests for arm routines (#17573) | matu3ba |
| 2023-10-01 | x86_64: implement float compare and cast builtins | Jacob Young |
| 2023-09-27 | Remove `@fabs`, fabs and absCast/Int from std lib | antlilja |
| 2023-09-19 | compiler_rt: fix arm hard-float f16 abi | Jacob Young |
| 2023-09-19 | compiler_rt: fight off `@as` invasion | Jacob Young |
| 2023-09-19 | compiler_rt: fix fp sub being optimized to call itself | Jacob Young |
| 2023-08-21 | compiler_rt: fix f80 comparisons | Carl Åstholm |
| 2023-08-18 | Make NaNs quiet by default and other NaN tidy-up (#16826) | Lewis Gaul |
| 2023-07-31 | std: finish cleanup up asm | Jacob Young |