| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | Add UnorderedKeyError | Amanieu d'Antras | -10/+30 |
| 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 | -335/+414 |
| 2023-10-09 | Make BTreeMap::new_in const | Sven Bartscher | -1/+1 |
| 2023-07-30 | Rollup merge of #112151 - chloekek:patch-1, r=workingjubilee | fee1-dead | -0/+8 |
| 2023-07-28 | btree/map.rs: remove "Basic usage" text | Tshepang Mbambo | -54/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -28/+28 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -18/+6 |
| 2023-05-31 | Clarify behavior of inclusive bounds in BTreeMap::{lower,upper}_bound | chloekek | -0/+8 |
| 2023-05-15 | Fixed typo | Benjamin Atelsek | -1/+1 |
| 2023-05-04 | btree_map: `Cursor{,Mut}::peek_prev` must agree | Jubilee Young | -2/+2 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -12/+48 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -12/+48 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -8/+8 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -3/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+2 |
| 2023-04-12 | Fix btree `CursorMut::insert_after` check | marc0246 | -1/+1 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -4/+13 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+56 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+56 |
| 2023-02-01 | BTreeMap: Add Cursor and CursorMut | Amanieu d'Antras | -2/+728 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -7/+7 |
| 2022-10-15 | Documentation BTreeMap::append's behavior for already existing keys | philipp | -3/+6 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -12/+6 |
| 2022-10-01 | Make `feature(const_btree_len)` implied by `feature(const_btree_new)` | Maybe Waffle | -2/+10 |
| 2022-09-30 | Stabilize map_first_last | est31 | -12/+6 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -3/+3 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -4/+26 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -2/+3 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -5/+5 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+3 |
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -92/+107 |
| 2022-06-16 | Rollup merge of #98125 - KarlWithK:entry_add_modify_doc, r=Dylan-DPC | Matthias Krüger | -1/+6 |
| 2022-06-15 | change "1" to "c" to pass test | KarlWithK | -1/+1 |
| 2022-06-15 | Add examples using `add_modify` to btree | KarlWithK | -1/+6 |
| 2022-06-14 | btreemap-alloc: fix clear impl | Jacob Hughes | -15/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -130/+256 |
| 2022-05-30 | BTreeSet->BTreeMap (fix copy/paste mistake in documentation) | David Tolnay | -1/+1 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -3/+3 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -1/+1 |
| 2022-03-20 | Auto merge of #92962 - frank-king:btree_entry_no_insert, r=Amanieu | bors | -17/+18 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -1/+1 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -6/+6 |
| 2022-03-09 | BTreeMap::entry: Avoid allocating if no insertion | Frank King | -17/+18 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+2 |
| 2022-01-18 | Replace iterator-based construction of collections by `Into<T>` | Júnior Bassani | -7/+5 |
| 2022-01-16 | Rollup merge of #92706 - umanwizard:btree, r=dtolnay | Matthias Krüger | -1/+5 |