| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-09 | Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}` | Urgau | -24/+100 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -12/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -8/+96 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -1/+0 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -3/+1 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -1/+0 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -1/+1 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -5/+5 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -0/+1 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -5/+5 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -9/+0 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -5/+5 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -5/+5 |
| 2025-04-19 | simd_select_bitmask: the 'padding' bits in the mask are just ignored | Ralf Jung | -3/+1 |
| 2025-04-17 | Fix drop handling in `hint::select_unpredictable` | Amanieu d'Antras | -0/+2 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -6/+48 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -1/+1 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -1/+1 |
| 2025-04-12 | Rollup merge of #139163 - scottmcm:stabilize-exact_div, r=RalfJung | Chris Denton | -0/+1 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -4/+6 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -3/+36 |
| 2025-04-10 | indirect-const-stabilize the `exact_div` intrinsic | Scott McMurray | -0/+1 |
| 2025-04-10 | Apply suggestions from code review | Celina G. Val | -1/+1 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -3/+36 |
| 2025-04-09 | update cfgs | Boxy | -48/+0 |
| 2025-04-08 | Rollup merge of #139526 - smanilov:issue-139505, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-04-08 | Fix unreachable expression warning | Celina G. Val | -2/+9 |