| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -4/+4 |
| 2025-03-07 | Fix broken link to Miri intrinsics in documentation | Redddy | -1/+1 |
| 2025-03-01 | Use `BinOp::Cmp` for `iNN::signum` | Scott McMurray | -4/+6 |
| 2025-03-01 | Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubilee | Matthias Krüger | -36/+34 |
| 2025-03-01 | intrinsics::simd: document that masks must be signed integer vectors | Folkert de Vries | -27/+27 |
| 2025-03-01 | correct the docs on `simd_` comparison operators | Folkert de Vries | -15/+13 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -2/+2 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -1417/+353 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -112/+85 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -29/+6 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -8/+8 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -29/+6 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -0/+1 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -4/+4 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+46 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+58 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -112/+73 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -4/+4 |
| 2025-02-03 | Improve contracts intrisics and remove wrapper function | Celina G. Val | -4/+18 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -4/+4 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+32 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -1/+5 |
| 2025-01-31 | More PR feedback | Scott McMurray | -1/+1 |
| 2025-01-31 | PR feedback | Scott McMurray | -8/+7 |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -0/+59 |
| 2025-01-31 | doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove | Marijn Schouten | -3/+6 |
| 2025-01-27 | Stabilize `const_black_box` | Trevor Gross | -0/+1 |
| 2025-01-24 | ports last few library files to new intrinsic style | aaishwarymishra@gmail.com | -665/+935 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+2 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -4/+20 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -4/+20 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -31/+2 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -3/+19 |
| 2024-12-27 | Rollup merge of #133663 - scottmcm:carrying_mul_add, r=Amanieu | Matthias Krüger | -0/+140 |
| 2024-12-27 | Override `carrying_mul_add` in cg_llvm | Scott McMurray | -2/+2 |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -0/+140 |
| 2024-12-27 | Rollup merge of #134606 - RalfJung:ptr-copy-docs, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -2/+17 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -1/+2 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -7/+7 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -2/+1 |
| 2024-12-21 | ptr::copy: fix docs for the overlapping case | Ralf Jung | -5/+3 |
| 2024-12-08 | Adds new intrinsic declaration | aaishwarymishra@gmail.com | -28/+38 |
| 2024-12-06 | core: implement `bool::select_unpredictable` | joboet | -1/+1 |
| 2024-12-04 | clarify simd_relaxed_fma non-determinism | Ralf Jung | -1/+2 |