| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Update compiler_builtins to 0.1.114 | Nicholas Bishop | -2/+5 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -220/+193 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -54/+60 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-28 | Add missing periods on `BTreeMap` cursor `peek_next` docs | Ken Micklas | -3/+3 |
| 2024-07-28 | Implement cursors for `BTreeSet` | Ken Micklas | -1/+426 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -2/+2 |
| 2024-07-27 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -3/+13 |
| 2024-07-27 | Okay, I guess I have to give these a different feature name | ltdk | -5/+5 |
| 2024-07-27 | impl Default for collection iterators that don't already have it | ltdk | -0/+70 |
| 2024-07-26 | Fix doc nits | John Arundel | -54/+60 |
| 2024-07-24 | Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -45/+38 |
| 2024-07-24 | Rollup merge of #127481 - a1phyr:pattern_gat, r=Amanieu | Matthias Krüger | -22/+23 |
| 2024-07-24 | Rollup merge of #125962 - Coekjan:const-binary-heap, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -0/+1 |
| 2024-07-22 | Rollup merge of #127415 - AljoschaMeyer:master, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -2/+81 |
| 2024-07-22 | Use given allocator instad of Global | Aljoscha Meyer | -2/+2 |
| 2024-07-17 | Adjust some comments on individual `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -45/+38 |
| 2024-07-15 | Remove generic lifetime parameter of trait `Pattern` | Benoît du Garreau | -22/+23 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -1/+33 |
| 2024-07-12 | Rollup merge of #124980 - zachs18:rc-allocator, r=Amanieu | Matthias Krüger | -20/+36 |
| 2024-07-10 | Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types. | Zachary S | -1/+7 |
| 2024-07-10 | Rollup merge of #127554 - ferrocene:tshepang-add-missing-attribute, r=pietroa... | Matthias Krüger | -0/+1 |
| 2024-07-10 | do not run test where it cannot run | Tshepang Mbambo | -0/+1 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -21/+30 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -3/+3 |
| 2024-07-08 | Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -0/+20 |
| 2024-07-07 | Rollup merge of #127189 - GrigorenkoPV:linkedlist-cursor-list, r=Nilstrieb | Matthias Krüger | -0/+20 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -11/+53 |
| 2024-07-06 | Mitigate focused memory leaks in `alloc` doctests for Miri. | Zachary S | -1/+21 |
| 2024-07-06 | Remove non-focused memory leaks in `alloc` doctests for Miri. | Zachary S | -0/+12 |
| 2024-07-06 | Fix them doc examples some more | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Fix doc examples | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Run formatter on alloc/src/boxed.rs | Aljoscha Meyer | -4/+10 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -21/+30 |
| 2024-07-06 | Add missing try_new_uninit_slice_in and try_new_zeroed_slice_in | Aljoscha Meyer | -2/+75 |
| 2024-07-05 | Run alloc sync tests | Chris Denton | -6/+2 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -3/+3 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -0/+18 |
| 2024-06-30 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -2/+0 |
| 2024-07-01 | LinkedList's Cursor: method to get a ref to the cursor's list | Pavel Grigorenko | -0/+20 |