| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -7/+2 |
| 2024-12-14 | Add clarity to the "greater" of `VecDeque::insert` | tkirishima | -1/+1 |
| 2024-12-14 | Replace i32 by char to add clarity | tkirishima | -9/+12 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -583/+0 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -1/+0 |
| 2024-11-30 | Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+530 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -2/+2 |
| 2024-11-27 | Fill in a `BTreeSet::entry` example | Josh Stone | -1/+31 |
| 2024-11-27 | Add a tracking issue for `btree_set_entry` | Josh Stone | -20/+20 |
| 2024-11-27 | Add `BTreeSet` entry APIs to match `HashSet` | Josh Stone | -2/+500 |
| 2024-11-26 | Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=Amanieu | Michael Goulet | -31/+76 |
| 2024-11-24 | Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhpratt | bors | -2/+64 |
| 2024-11-19 | Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu | Matthias Krüger | -0/+141 |
| 2024-11-18 | Improve `{BTreeMap,HashMap}::get_key_value` docs. | Nicholas Nethercote | -4/+42 |
| 2024-11-14 | btree: add `{Entry,VacantEntry}::insert_entry` | Josh Stone | -31/+76 |
| 2024-11-13 | btree: simplify the backdoor between set and map | Josh Stone | -48/+11 |
| 2024-11-04 | btree: don't leak value if destructor of key panics | Lukas Markeffsky | -2/+64 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -3/+3 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -4/+4 |
| 2024-10-16 | Fix predicate signatures in retain_mut docs | Collin O'Connor | -2/+2 |
| 2024-10-14 | Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboet | bors | -0/+31 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+4 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -5/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -44/+35 |
| 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 |