| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-03-07 | Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss | Jacob Pratt | -0/+23 |
| 2025-03-07 | Use `intrinsics::assume` instead of `hint::assert_unchecked`. | Markus Reiter | -2/+8 |
| 2025-03-07 | Never inline `lookup_slow`. | Markus Reiter | -0/+2 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+70 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -222/+184 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -222/+184 |
| 2025-03-07 | Rollup merge of #138129 - RalfJung:stabilize-const-things, r=tgross35 | Matthias Krüger | -10/+10 |
| 2025-03-07 | Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee | Matthias Krüger | -6/+16 |
| 2025-03-07 | Rollup merge of #136667 - vita-rust:revert-vita-c-char, r=cuviper | Matthias Krüger | -2/+6 |
| 2025-03-06 | Use turbofish for size_of<T> and align_of<T> in docs | Thalia Archibald | -10/+10 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -212/+174 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -3/+2 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -9/+78 |
| 2025-03-06 | stabilize const_sockaddr_setters | Ralf Jung | -8/+8 |
| 2025-03-06 | stabilize const_char_classify | Ralf Jung | -2/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -114/+79 |
| 2025-03-06 | Add examples in stdlib demonstrating the use syntax | Santiago Pastorino | -0/+19 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+51 |
| 2025-03-06 | Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlin | Michael Goulet | -1/+1 |
| 2025-03-06 | Add second precondition for `skip_search`. | Markus Reiter | -57/+205 |
| 2025-03-06 | Allow optimizing out `panic_bounds_check` in Unicode checks. | Markus Reiter | -39/+34 |
| 2025-03-06 | Update stdarch | Eric Huss | -0/+5 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplett | Michael Goulet | -1/+3 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -1/+0 |