| Age | Commit message (Expand) | Author | Lines |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -187/+234 |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |
| 2025-03-21 | Add todo comment on using a niche type for fmt flags. | Mara Bos | -0/+2 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2025-03-21 | catch_unwind intrinsic: document return value | Ralf Jung | -0/+1 |
| 2025-03-21 | Recognise new IPv6 non-global range from RFC9602 | Bardi Harborow | -0/+2 |
| 2025-03-21 | Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdev | Matthias Krüger | -1/+2 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+1 |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -11/+98 |
| 2025-03-19 | Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se | Matthias Krüger | -8/+18 |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -139/+181 |
| 2025-03-19 | use then | bendn | -5/+1 |
| 2025-03-18 | Optimize io::Write::write_fmt for constant strings | Thalia Archibald | -1/+2 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -0/+1 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -3/+6 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+48 |
| 2025-03-16 | Make ControlFlow must_use | Michael Goulet | -0/+1 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -4/+4 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2025-03-16 | Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-16 | Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -36/+48 |
| 2025-03-16 | Rollup merge of #138309 - DiuDiu777:intrinsic-doc-fix, r=thomcc | 许杰友 Jieyou Xu (Joe) | -7/+24 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -114/+79 |
| 2025-03-16 | Rollup merge of #133055 - kpreid:clone-uninit-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -30/+145 |
| 2025-03-15 | core/slice: Mark some `split_off` variants unstably const | okaneco | -8/+18 |
| 2025-03-15 | Optimize multi-char string patterns | Yotam Ofek | -4/+4 |
| 2025-03-14 | Rollup merge of #138477 - compiler-errors:deny-bikeshed-guaranteed-no-drop, r... | León Orell Valerian Liehr | -1/+5 |
| 2025-03-14 | Rollup merge of #138353 - RalfJung:expose-provenance-must-use, r=ibraheemdev | León Orell Valerian Liehr | -1/+0 |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -12/+173 |
| 2025-03-14 | Rollup merge of #138398 - RalfJung:atomic-intrinsics-provenance, r=nnethercote | Jacob Pratt | -1/+152 |
| 2025-03-14 | Rollup merge of #136230 - clarfonthey:net-memory-layout-assumptions, r=cuviper | Jacob Pratt | -11/+21 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -2/+7 |
| 2025-03-14 | Deny impls for BikeshedGuaranteedNoDrop | Michael Goulet | -1/+5 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -1/+1 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -1/+152 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -2/+7 |
| 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 | Reduce FormattingOptions to 64 bits. | Mara Bos | -187/+232 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -324/+317 |
| 2025-03-11 | Implement SliceIndex for ByteStr | Thalia Archibald | -88/+97 |
| 2025-03-11 | Move ByteStr compare and index traits to a separate module | Thalia Archibald | -273/+282 |
| 2025-03-11 | Add `From<{integer}>` for `f16`/`f128` impls | beetrees | -2/+48 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+23 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | remove must_use from <*const T>::expose_provenance | Ralf Jung | -1/+0 |
| 2025-03-11 | Rollup merge of #135987 - hkBst:patch-20, r=joboet | Jakub Beránek | -3/+15 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+23 |