| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -16/+12 |
| 2025-08-19 | add a fallback implementation for the `prefetch_*` intrinsics | Folkert de Vries | -8/+31 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -0/+34 |
| 2025-08-14 | Basic implementation of `autodiff` intrinsic | Marcelo Domínguez | -0/+4 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -18/+12 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -2/+2 |
| 2025-08-06 | tidy | Boxy | -2/+2 |
| 2025-08-05 | Fix some doc links for intrinsics | Eric Huss | -4/+4 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -18/+12 |
| 2025-07-20 | Add `#[rustc_intrinsic_const_stable_indirect]` to float rounding | Nurzhan Sakén | -0/+20 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -0/+1 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -0/+9 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -0/+9 |
| 2025-07-14 | Change "allocated object" to "allocation". | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -1/+14 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -1/+1 |
| 2025-07-05 | move the `va_copy`, `va_arg` and `va_end` to `core::intrinsics` | Folkert de Vries | -0/+23 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -5/+5 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -5/+5 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -3/+8 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -4/+4 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -16/+16 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+42 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -12/+14 |
| 2025-06-15 | Add `simd_funnel_sh{l,r}` and `simd_round_ties_even` | sayantn | -0/+42 |
| 2025-06-13 | Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJung | Jubilee | -0/+4 |
| 2025-06-13 | doc: mention that intrinsics should not be called in user code | Sasha Pourcelot | -0/+4 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -8/+5 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -9/+0 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -880/+46 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -40/+8 |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -1/+1 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -20/+20 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -1/+1 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -20/+20 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -13/+71 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -2/+28 |
| 2025-05-29 | Rollup merge of #141533 - RalfJung:rintf, r=bjorn3 | Jacob Pratt | -12/+0 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -2/+28 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -1/+1 |
| 2025-05-25 | clean up old rintf leftovers | Ralf Jung | -12/+0 |
| 2025-05-24 | intrinsics: reduce references to LLVM and update notes on where the implement... | Ralf Jung | -20/+9 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -1/+1 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -293/+24 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -14/+3 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -8/+172 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -12/+0 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -9/+0 |