| Age | Commit message (Expand) | Author |
| 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 |
| 2023-07-24 | Use builtin inference over @as where possible | Zachary Raineri |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-18 | compiler_rt: fixup exports of PPC routines | Jan Philipp Hafer |
| 2023-06-17 | Merge pull request #15265 from tiehuis/optimize-udivmod | Andrew Kelley |
| 2023-06-16 | compiler_rt: add missing PPC routines | Jan Philipp Hafer |
| 2023-06-17 | disable udivmod asm divq on windows | Marc Tiehuis |
| 2023-06-17 | optimize udivmod | Marc Tiehuis |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 2023-06-13 | std.math: hard deprecate obsolete constants (soft deprecated in 0.10) | Eric Joldasov |
| 2023-05-29 | Prevent analysis of functions only referenced at comptime | mlugg |
| 2023-05-11 | remove the compiler-rt README file | Andrew Kelley |
| 2023-05-11 | compiler_rt: fix ARM memset signatures | frmdstryr |
| 2023-04-28 | update a couple more callsites to `@memset` | Andrew Kelley |
| 2023-04-26 | compiler_rt: document ARM status | Jan Philipp Hafer |
| 2023-04-25 | change semantics of `@memcpy` and `@memset` | Andrew Kelley |
| 2023-04-20 | compiler_rt: README stubs for arbitrary precision big integer library routines | Jan Philipp Hafer |
| 2023-04-15 | compiler_rt: use default visibility for non-exported symbols | Andrew Kelley |
| 2023-04-12 | never use C pointers!! | Andrew Kelley |
| 2023-04-05 | compiler_rt: change the abi of f16 on mac to depend on the other type | Jacob Young |
| 2023-04-05 | compiler_rt: attempt to fix f16 abi on mac with llvm 16 | Jacob Young |
| 2023-03-07 | compiler_rt: fix rare case in udivei4 | Jacob Young |
| 2023-02-24 | compiler_rt: declutter int.zig, add mulXi3 tests (#14623) | matu3ba |
| 2023-02-19 | compiler_rt: restructure compiler_rt.zig according to README.md | Jan Philipp Hafer |
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley |
| 2023-02-18 | compiler_rt: remove unexported functions | flexicoding |
| 2023-02-13 | compiler_rt: document math functions (#14552) | matu3ba |
| 2023-02-12 | compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2 | Jan Philipp Hafer |
| 2023-02-11 | compiler_rt: __divmodti4 for libgcc symbol compatibility | matu3ba |
| 2023-02-11 | compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility | matu3ba |
| 2023-02-04 | compiler_rt: fix and improve documentation | Manlio Perillo |
| 2023-02-02 | compiler_rt: make README visually nice and improve explanations | Jan Philipp Hafer |
| 2023-01-29 | cbe: fixes for tls, support for not linking libc, and enabling tests | kcbanner |
| 2023-01-24 | Merge pull request #14402 from kcbanner/cbe_x86_fixes | Andrew Kelley |
| 2023-01-24 | compiler_rt: re-enable divxf3 test on windows/llvm | kcbanner |
| 2023-01-23 | cbe: fixes for x86 | kcbanner |
| 2023-01-02 | compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integ... | kcbanner |
| 2023-01-01 | compiler_rt: fixup divti3 and fixunshfti | kcbanner |
| 2022-12-29 | Merge pull request #14102 from Luukdegram/wasm-undefined-symbols | Andrew Kelley |
| 2022-12-28 | compiler-rt: Set the symbol visibility | Luuk de Gram |
| 2022-12-27 | update uses of overflow arithmetic builtins | Veikka Tuominen |
| 2022-12-22 | compiler-rt: implement __udivei4 and __umodei4 (#14023) | Frank Denis |
| 2022-12-20 | compiler_rt: Remove errdefer in ObjectArray.init | zenith391 |