| Age | Commit message (Expand) | Author | Lines |
| 2025-03-09 | Lazy load NtOpenFile for UWP | bdbai | -0/+11 |
| 2025-03-09 | expose `is_s390x_feature_detected` from `std::arch` | Folkert de Vries | -0/+32 |
| 2025-03-09 | Clarify iterator by_ref docs | Marijn Schouten | -3/+15 |
| 2025-03-09 | document capacity for ZST as example and prose | Marijn Schouten | -0/+13 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -46/+61 |
| 2025-03-08 | Add inherent versions of MaybeUninit::fill methods for slices | ltdk | -168/+209 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -15/+16 |
| 2025-03-08 | Don't link against advapi32, except on win7. | Steven Malis | -1/+1 |
| 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-08 | Rollup merge of #138189 - GuillaumeGomez:env-var, r=joshtriplett | Jacob Pratt | -0/+3 |
| 2025-03-08 | Rollup merge of #137528 - ChrisDenton:rename-win, r=joboet | Jacob Pratt | -124/+57 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -594/+561 |
| 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/+38 |
| 2025-03-07 | Replace some uses of `sign` with `sig` | Trevor Gross | -15/+15 |
| 2025-03-07 | Mention `env` and `option_env` macros in `std::env::var` docs | Guillaume Gomez | -0/+3 |
| 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 | Add comments | bjorn3 | -0/+9 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -308/+229 |
| 2025-03-07 | Move last remaining Rc test to alloctests | bjorn3 | -18/+18 |
| 2025-03-07 | Move most Rc tests to alloctests | bjorn3 | -650/+648 |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -19/+58 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -2/+93 |
| 2025-03-07 | Return OutOfMemoryError and update docs | Chris Denton | -3/+3 |
| 2025-03-07 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -123/+56 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -497/+402 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -496/+402 |
| 2025-03-07 | Rollup merge of #137674 - heiher:enable-f16-loong, r=tgross35 | Matthias Krüger | -1/+0 |
| 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 #137832 - wgwoods:fix-bufreader-peek, r=joboet | Matthias Krüger | -5/+5 |
| 2025-03-07 | Rollup merge of #137777 - thaliaarchi:os_string-push-str, r=joboet | Matthias Krüger | -2/+58 |
| 2025-03-07 | Rollup merge of #137107 - thaliaarchi:io-optional-methods/cursors, r=joboet | Matthias Krüger | -14/+146 |
| 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 | -486/+392 |
| 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 | -18/+82 |
| 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 allow(incomplete_features) to alloc | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Add examples in stdlib demonstrating the use syntax | Santiago Pastorino | -2/+26 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+66 |
| 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 |