| Age | Commit message (Expand) | Author | Lines |
| 2024-08-09 | Add an optimizer hint for the capacity that with_capacity_in returns | Ben Kimock | -1/+7 |
| 2024-08-09 | Hoist IS_ZST check out of RawVecInner::from_*_in | Ben Kimock | -6/+15 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -212/+369 |
| 2024-08-09 | Fix linkchecker issue | Lukas Bergdoll | -1/+1 |
| 2024-08-07 | Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay | Matthias Krüger | -0/+70 |
| 2024-08-07 | alloc: make `to_string_str!` a bit less complex | Michael Howell | -22/+35 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -2/+22 |
| 2024-08-06 | alloc: add ToString specialization for `&&str` | Michael Howell | -8/+35 |
| 2024-08-05 | Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu | Matthias Krüger | -1/+582 |
| 2024-08-03 | Apply review comments to PartialOrd section | Lukas Bergdoll | -7/+7 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -1/+7 |
| 2024-08-01 | Fix mutability in doc tests for `BTreeSet` cursors | Ken Micklas | -10/+10 |
| 2024-08-01 | Introduce `Cursor`/`CursorMut`/`CursorMutKey` thrichotomy for `BTreeSet` like... | Ken Micklas | -16/+194 |
| 2024-08-01 | Fix some uses of "map" instead of "set" in `BTreeSet` cursor API docs | Ken Micklas | -4/+4 |
| 2024-08-01 | Share `UnorderedKeyError` with `BTReeMap` for set API | Ken Micklas | -29/+7 |
| 2024-07-31 | Apply review comments | Lukas Bergdoll | -41/+47 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -2/+22 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-07-30 | Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35 | bors | -0/+6 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Optimize empty case in Vec::retain | John Spray | -0/+6 |
| 2024-07-29 | Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 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 | -190/+163 |
| 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 | -14/+17 |
| 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 | -14/+17 |
| 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 |