| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Use `BinOp::Cmp` for `iNN::signum` | Scott McMurray | -8/+7 |
| 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-28 | Stabilize [T]::split_off... methods | Taylor Cramer | -27/+7 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -2/+2 |
| 2025-02-28 | Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-28 | Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-02-27 | Fix char count in Display for ByteStr | Thalia Archibald | -1/+3 |
| 2025-02-27 | Count char width at most once in Formatter::pad | Thalia Archibald | -37/+29 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -2/+2 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -5/+135 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -0/+4 |
| 2025-02-26 | Rollup merge of #136187 - hkBst:patch-27, r=workingjubilee | León Orell Valerian Liehr | -36/+37 |
| 2025-02-26 | Rollup merge of #134585 - cyrgani:uninit_array, r=Amanieu | León Orell Valerian Liehr | -36/+0 |
| 2025-02-25 | fix doc in library/core/src/pin.rs | xizheyin | -2/+2 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -6/+3 |
| 2025-02-25 | fix doc in library/core/src/sync/atomic.rs | xizheyin | -5/+5 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -1429/+356 |
| 2025-02-24 | Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=Amanieu | Trevor Gross | -4/+1 |
| 2025-02-24 | Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu | Trevor Gross | -2/+2 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -0/+1 |
| 2025-02-24 | span: add a "future" edition | David Wood | -0/+23 |
| 2025-02-24 | remove some unnecessary rustc_const_unstable | Ralf Jung | -4/+1 |
| 2025-02-24 | Rollup merge of #137495 - madhav-madhusoodanan:feature-unstable-control-flow-... | Jacob Pratt | -0/+21 |
| 2025-02-24 | Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=Noratrieb | Jacob Pratt | -15/+33 |
| 2025-02-24 | Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu | Jacob Pratt | -8/+8 |
| 2025-02-24 | Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibrah... | Jacob Pratt | -4/+4 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -1429/+356 |
| 2025-02-24 | Added into_value const function to ControlFlow<T, T> | Madhav Madhusoodanan | -0/+21 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -33/+33 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -112/+85 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -33/+33 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -2/+2 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -151/+32 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -2/+2 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -20/+13 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+1 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -8/+8 |
| 2025-02-22 | Rollup merge of #136910 - okaneco:sig_ones, r=thomcc | Matthias Krüger | -0/+156 |
| 2025-02-22 | Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration-div, r=... | Matthias Krüger | -0/+2 |
| 2025-02-21 | Rollup merge of #136609 - mammothbane:master, r=scottmcm | Matthias Krüger | -0/+60 |
| 2025-02-21 | Rollup merge of #136148 - kpreid:type-str, r=joboet | Matthias Krüger | -3/+19 |
| 2025-02-21 | Stabilize `unbounded_shifts` | Connor Horman | -8/+8 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -2/+2 |
| 2025-02-21 | Do not use CString in the examples of CStr. | Marijn Schouten | -36/+37 |
| 2025-02-20 | Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcm | Jubilee | -4/+4 |
| 2025-02-20 | Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet | bors | -6/+29 |