| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU | Michael Goulet | -0/+62 |
| 2025-03-06 | Rollup merge of #135895 - hkBst:patch-15, r=joboet | Michael Goulet | -5/+11 |
| 2025-03-07 | Fix broken link to Miri intrinsics in documentation | Redddy | -1/+1 |
| 2025-03-06 | Stabilize `const_copy_from_slice` feature | okaneco | -2/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -0/+62 |
| 2025-03-05 | Make `is_le` and friends work like clang's | Scott McMurray | -6/+16 |
| 2025-03-05 | Rollup merge of #136662 - thaliaarchi:formatter-pad-char-count, r=m-ou-se | 许杰友 Jieyou Xu (Joe) | -37/+29 |
| 2025-03-05 | Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -583/+713 |
| 2025-03-04 | Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhpratt | Jubilee | -27/+7 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -1/+0 |
| 2025-03-04 | atomic: clarify that failing conditional RMW operations are not 'writes' | Ralf Jung | -2/+3 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-03 | stabilize const_cell | Ralf Jung | -5/+5 |
| 2025-03-03 | Rollup merge of #137054 - jhpratt:phantom-variance, r=Mark-Simulacrum | Matthias Krüger | -0/+12 |
| 2025-03-03 | fix order on shl impl | Speedy_Lex | -1/+1 |
| 2025-03-02 | Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-03-02 | Document workings of successors more clearly | Marijn Schouten | -5/+11 |
| 2025-03-02 | dec2flt: Refactor the fast path | Trevor Gross | -24/+23 |
| 2025-03-02 | dec2flt: Refactor float traits | Trevor Gross | -111/+203 |
| 2025-03-02 | dec2flt: Rename fields to be consistent with documented notation | Trevor Gross | -14/+18 |
| 2025-03-02 | dec2flt: Rename `Number` to `Decimal` | Trevor Gross | -9/+9 |
| 2025-03-02 | dec2flt: Rename `Decimal` to `DecimalSeq` | Trevor Gross | -22/+39 |
| 2025-03-02 | dec2flt: Update documentation of existing methods | Trevor Gross | -17/+35 |
| 2025-03-02 | float: Update some constants to `pub(crate)` | Trevor Gross | -6/+6 |
| 2025-03-01 | fix `RangeBounds::is_empty` documentation | Peter Jaszkowiak | -1/+1 |
| 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 |