| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+6 |
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+31 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+6 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -2/+2 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -4/+4 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -9/+5 |
| 2024-09-05 | update cfgs | Boxy | -4/+0 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-09-03 | replace placeholder version | Boxy | -5/+5 |
| 2024-08-31 | when -Zrandomize-layout is enabled disable alloc test testing internal struct... | The 8472 | -1/+1 |
| 2024-08-31 | Fixed typos in btree map docs | ranger-ross | -4/+4 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -0/+2 |
| 2024-08-07 | Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay | Matthias Krüger | -0/+70 |
| 2024-08-05 | Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu | Matthias Krüger | -1/+582 |
| 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-29 | Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -68/+67 |
| 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-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 | -1/+3 |
| 2024-07-24 | Rollup merge of #125962 - Coekjan:const-binary-heap, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -12/+12 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -0/+20 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -11/+32 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -12/+12 |
| 2024-07-01 | LinkedList's Cursor: method to get a ref to the cursor's list | Pavel Grigorenko | -0/+20 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -1/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -5/+2 |
| 2024-06-07 | Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi | Matthias Krüger | -2/+1 |
| 2024-06-04 | Make deleting on LinkedList aware of the allocator | Andrei Damian | -2/+41 |
| 2024-06-04 | update tracking issue for `const_binary_heap_new_in` | coekjan | -1/+1 |
| 2024-06-01 | stablize `const_binary_heap_constructor` & create an unstable feature `const_... | coekjan | -2/+5 |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -54/+1 |
| 2024-05-07 | Fix `VecDeque::shrink_to` UB when `handle_alloc_error` unwinds. | Markus Everling | -2/+119 |
| 2024-04-24 | fix typo in binary_heap docs | Thomas Lindae | -1/+1 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -12/+28 |
| 2024-04-17 | Address comments | Noa | -3/+1 |
| 2024-04-16 | Stabilize `BinaryHeap::as_slice` | Slanterns | -2/+1 |
| 2024-04-15 | Add vec_deque::Iter::as_slices and friends | chloekek | -0/+141 |
| 2024-04-08 | Add invariant to VecDeque::pop_* that len < cap if pop successful | Philippe-Cholet | -2/+8 |
| 2024-04-02 | Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt | bors | -2/+4 |
| 2024-03-28 | Rename reserve_for_push to grow_one and fix comment. | Cai Bear | -1/+1 |