| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Update stdarch | Eric Huss | -0/+5 |
| 2025-03-06 | Rollup merge of #138038 - tgross35:update-builtins, r=tgross35 | Michael Goulet | -4/+4 |
| 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 |
| 2025-03-06 | Rollup merge of #137327 - arlosi:home-dir, r=Mark-Simulacrum | Michael Goulet | -5/+0 |
| 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 #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -10/+1 |
| 2025-03-05 | Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-05 | Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-05 | Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+60 |
| 2025-03-05 | Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -4/+19 |
| 2025-03-05 | Rollup merge of #137240 - jieyouxu:remove_dir_all, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2025-03-05 | Rollup merge of #136798 - pcorwin:master, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 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) | -602/+853 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -33/+9 |
| 2025-03-05 | Update `compiler-builtins` to 0.1.151 | Trevor Gross | -4/+4 |
| 2025-03-04 | Rollup merge of #137986 - fuyangpengqi:master, r=Amanieu | Jubilee | -1/+1 |
| 2025-03-04 | Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdev | Jubilee | -4/+1 |
| 2025-03-04 | Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhpratt | Jubilee | -28/+7 |