| Age | Commit message (Expand) | Author | Lines |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -4/+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 | -20/+16 |
| 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/+1 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -2/+2 |
| 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 | -2/+2 |
| 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-07 | Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay | Matthias Krüger | -0/+28 |
| 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 | -35/+43 |
| 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 | -2/+2 |
| 2024-07-27 | impl Default for collection iterators that don't already have it | ltdk | -0/+28 |
| 2024-07-26 | Fix doc nits | John Arundel | -0/+1 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -12/+12 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -1/+1 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -8/+4 |
| 2024-03-21 | document into_iter in top level docs iterator ordering guarantees | ultrabear | -2/+2 |
| 2024-03-21 | document iteration ordering on into_iter method instead of IntoIterator imple... | ultrabear | -3/+2 |
| 2024-03-21 | BTree(Set|Map): Guarantee that `IntoIter` will iterate in sorted by key order | ultrabear | -2/+4 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -8/+4 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+2 |
| 2024-03-06 | Add #[inline] to BTreeMap::new constructor | Urgau | -0/+1 |
| 2024-03-01 | remove hidden use of Global | Alexander | -1/+1 |
| 2024-02-23 | remove repetitive words | cui fliter | -6/+6 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+11 |
| 2024-02-15 | Rollup merge of #120505 - Amanieu:fix-btreemap-cursor-remove, r=m-ou-se | Guillaume Gomez | -0/+12 |
| 2024-02-11 | fix intra-doc links | ripytide | -12/+12 |
| 2024-02-11 | fix incorrect doctest | ripytide | -2/+2 |
| 2024-02-11 | improve `btree_cursors` functions documentation | ripytide | -87/+130 |
| 2024-01-30 | Fix BTreeMap's Cursor::remove_{next,prev} | Amanieu d'Antras | -0/+12 |
| 2024-01-25 | Rollup merge of #118208 - Amanieu:btree_cursor2, r=dtolnay | Matthias Krüger | -392/+549 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -9/+1 |
| 2023-11-23 | Add UnorderedKeyError | Amanieu d'Antras | -31/+43 |
| 2023-11-23 | Update library/alloc/src/collections/btree/map.rs | Amanieu d'Antras | -1/+1 |
| 2023-11-23 | Rewrite the BTreeMap cursor API using gaps | Amanieu d'Antras | -374/+519 |
| 2023-10-09 | Make BTreeSet::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-09 | Make BTreeMap::new_in const | Sven Bartscher | -1/+1 |