| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Use the new definition of `rdtscp` intrinsic | sayantn | -4/+6 |
| 2025-05-30 | Fix s390x intrinsics | sayantn | -9/+9 |
| 2025-05-30 | Fix PPC shift and rotate intrinsics | sayantn | -9/+9 |
| 2025-05-30 | Fix `ldpte` and `lddir` signature | sayantn | -4/+6 |
| 2025-05-30 | mark gfni, vaes, vpclmulqdq intrinsics as safe | usamoi | -132/+165 |
| 2025-05-30 | cmpxchg16b: use atomic_compare_exchange from libcore | Ralf Jung | -28/+2 |
| 2025-05-30 | Check cfg on features that stage0 compiler support | Tsukasa OI | -20/+0 |
| 2025-05-30 | Update `compiler-builtins` to 0.1.160 | Trevor Gross | -4/+4 |
| 2025-05-30 | chore: release | github-actions[bot] | -1/+16 |
| 2025-05-30 | Address review comments. | Orson Peters | -0/+7 |
| 2025-05-30 | Rollup merge of #141669 - tgross35:float-test-cleanup, r=RalfJung | Matthias Krüger | -717/+680 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -2/+46 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -39/+49 |
| 2025-05-29 | ci: Allow for multiple icount benchmarks in the same run | Trevor Gross | -8/+37 |
| 2025-05-29 | float: Use `assert_biteq!` where possible | Trevor Gross | -482/+492 |
| 2025-05-29 | float: Enable some f16 and f128 rounding tests on miri | Trevor Gross | -60/+26 |
| 2025-05-29 | float: Replace some approximate assertions with exact | Trevor Gross | -276/+276 |
| 2025-05-29 | float: Use a shared `assert_biteq!` macro for tests | Trevor Gross | -176/+163 |
| 2025-05-29 | libm-test: Make `extensive` an attribute rather than a test type | Trevor Gross | -25/+60 |
| 2025-05-29 | Increase the benchmark rustc version to 2025-05-28 | Trevor Gross | -1/+1 |
| 2025-05-29 | Stabilize `ip_from` | Pavel Grigorenko | -7/+6 |
| 2025-05-29 | ci: Allow concurrency outside of pull requests | Trevor Gross | -1/+1 |
| 2025-05-29 | Run `builtins-test-intrinsics` when possible | Trevor Gross | -12/+24 |
| 2025-05-29 | Add benchmarks for float parsing and printing | Trevor Gross | -17/+83 |
| 2025-05-29 | symcheck: Print the command to make reproducing errors easier | Trevor Gross | -7/+8 |
| 2025-05-29 | Change `compiler-builtins` to edition 2024 | Trevor Gross | -20/+30 |
| 2025-05-29 | Remove the now-unneeded llvm-tools-preview | Trevor Gross | -2/+1 |
| 2025-05-29 | Replace the `nm` symbol check with a Rust implementation | Trevor Gross | -108/+262 |
| 2025-05-29 | Remove unneeded C symbols | Trevor Gross | -3/+2 |
| 2025-05-29 | Rollup merge of #141715 - heiher:loong64-f32-midpoint, r=the8472 | Guillaume Gomez | -0/+1 |
| 2025-05-29 | Rollup merge of #141676 - tgross35:f16-disable-total-cmp, r=workingjubilee | Guillaume Gomez | -37/+40 |
| 2025-05-29 | Make `std/src/num` mirror `core/src/num` | Trevor Gross | -2/+8 |
| 2025-05-29 | Remove `i128` and `u128` from `improper_ctypes_definitions` | Trevor Gross | -0/+14 |
| 2025-05-29 | Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan | bors | -1/+6 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -135/+145 |
| 2025-05-29 | Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins` | Trevor Gross | -52/+16 |
| 2025-05-29 | cleanup: Reuse `MinInt` and `Int` from `libm` in `compiler-builtins` | Trevor Gross | -345/+168 |
| 2025-05-29 | Rollup merge of #141571 - RalfJung:float-tests, r=tgross35 | Jacob Pratt | -135/+114 |
| 2025-05-29 | Rollup merge of #139994 - tamird:cstr-display, r=Amanieu | Jacob Pratt | -0/+31 |
| 2025-05-29 | Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-se | Jacob Pratt | -1/+13 |
| 2025-05-29 | Rollup merge of #141687 - RalfJung:atomic_compare_exchange, r=bjorn3 | Jacob Pratt | -1/+4 |
| 2025-05-29 | Rollup merge of #141612 - jhpratt:phantom-docs, r=tgross35 | Jacob Pratt | -0/+8 |
| 2025-05-29 | Rollup merge of #141533 - RalfJung:rintf, r=bjorn3 | Jacob Pratt | -12/+0 |
| 2025-05-29 | Rollup merge of #141477 - tshepang:patch-1, r=ChrisDenton | Jacob Pratt | -5/+20 |
| 2025-05-29 | Rollup merge of #141104 - PaulDance:fix-win7-test_eq_windows_file_type, r=Chr... | Jacob Pratt | -1/+23 |
| 2025-05-29 | Add `loongarch64` with `d` feature to `f32::midpoint` fast path | WANG Rui | -0/+1 |
| 2025-05-28 | aarch64: Add a note saying why we use `frintx` rather than `frintn` | Trevor Gross | -0/+6 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -2/+46 |
| 2025-05-28 | Typo in README.md | Dario Damiani | -1/+1 |
| 2025-05-28 | Clarify &mut-methods' docs on sync::OnceLock | Lukas Lueg | -5/+13 |