| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+2 |
| 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 | -2/+2 |
| 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 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -1/+4 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -34/+46 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -1/+4 |
| 2025-03-10 | debug-assert that the size_hint is well-formed in `collect` | Scott McMurray | -0/+9 |
| 2025-03-10 | Move `offset_of_enum` documentation to unstable book; add `offset_of_slice`. | Kevin Reid | -17/+9 |
| 2025-03-10 | Expand and organize `offset_of!` documentation. | Kevin Reid | -21/+41 |
| 2025-03-10 | Rewrite example to not deal with `Copy` at all. | Kevin Reid | -17/+19 |
| 2025-03-10 | Rewrite comments about dropping and leaking. | Kevin Reid | -16/+26 |
| 2025-03-10 | Changing #[stable] tag | Nathaniel Woods | -1/+1 |
| 2025-03-10 | Added `Clone` implementation for `ChunkBy` | Nathaniel Woods | -0/+7 |
| 2025-03-10 | add missing doc for intrinsic | LemonJ | -7/+24 |
| 2025-03-10 | Add #[track_caller] to from_usize. | Mara Bos | -0/+1 |
| 2025-03-10 | Remove unnecessary semicolon. | Mara Bos | -1/+1 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -34/+45 |
| 2025-03-10 | Rollup merge of #137585 - xizheyin:issue-135801, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2025-03-09 | Clarify iterator by_ref docs | Marijn Schouten | -3/+15 |
| 2025-03-08 | Add inherent versions of MaybeUninit::fill methods for slices | ltdk | -139/+181 |
| 2025-03-08 | Use `disjoint_bitor` inside `borrowing_sub` | Tobias Decking | -3/+8 |
| 2025-03-08 | Reword documentation about SocketAddr having varying layout | ltdk | -11/+21 |
| 2025-03-08 | Remove unneeded parentheses. | Markus Reiter | -6/+6 |
| 2025-03-07 | Expand `CloneToUninit` documentation. | Kevin Reid | -28/+131 |
| 2025-03-07 | Rollup merge of #138000 - RalfJung:atomic-rmw, r=Amanieu | Jacob Pratt | -2/+3 |