| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | BTreeSet: remove duplicated code by reusing `from_sorted_iter` | Cheng Xu | -3/+1 |
| 2025-06-13 | Remove unneeded lifetimes from signature of BTreeSet::extract_if | David Tolnay | -4/+4 |
| 2025-06-02 | Lightly tweak docs for BTree{Map,Set}::extract_if | Sidney Cammeresi | -7/+7 |
| 2025-05-27 | Unit test for Range parameter of `BTreeMap::extract_if` | Sidney Cammeresi | -0/+24 |
| 2025-05-27 | Update docs for new Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -4/+16 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -31/+31 |
| 2025-05-27 | Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if` | Sidney Cammeresi | -19/+57 |
| 2025-05-17 | Docs(lib/coll/btm): Split `extract_if`'s first sentence from the following ones | Paul Mabileau | -4/+6 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -13/+11 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -1/+1 |
| 2025-04-09 | intra-doc link | Boxy | -1/+1 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -4/+4 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -1/+1 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -6/+10 |
| 2025-01-29 | btree/node.rs: pop_internal_level: does not invalidate other handles | Bart Jacobs | -0/+3 |
| 2025-01-28 | btree/node.rs: remove incorrect comment from pop_internal_level docs | Bart Jacobs | -3/+0 |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -167/+202 |
| 2025-01-22 | Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut` | Pavel Grigorenko | -4/+4 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -167/+202 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -3/+1 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -4/+5 |
| 2024-12-21 | Document collection `From` and `FromIterator` impls that drop duplicate keys. | Kevin Reid | -1/+12 |
| 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-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 | -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 |