| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-08 | Fix deprecation note for std::intrinsics | Stan Manilov | -3/+3 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -6/+41 |
| 2025-04-07 | update intrinsics/mod.rs comment about const intrinsics | Ralf Jung | -8/+4 |
| 2025-04-06 | update docs | Bennet Bleßmann | -0/+1 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -5/+5 |
| 2025-03-21 | catch_unwind intrinsic: document return value | Ralf Jung | -0/+1 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-16 | Rollup merge of #138309 - DiuDiu777:intrinsic-doc-fix, r=thomcc | 许杰友 Jieyou Xu (Joe) | -7/+24 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -1/+152 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -321/+314 |
| 2025-03-10 | add missing doc for intrinsic | LemonJ | -7/+24 |