| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | btreemap-alloc: fix clear impl | Jacob Hughes | -15/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -340/+676 |
| 2022-06-14 | Rollup merge of #97869 - ssomers:btree_comments, r=Dylan-DPC | Dylan DPC | -6/+7 |
| 2022-06-08 | BTreeSet: avoid intermediate sorting when collecting sorted iterators | Stein Somers | -13/+15 |
| 2022-06-08 | BTree: tweak internal comments | Stein Somers | -6/+7 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -3/+7 |
| 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 | -6/+6 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -1/+1 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -239/+5 |
| 2022-04-16 | Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomcc | Dylan DPC | -0/+105 |
| 2022-04-15 | chore: formatting | Keita Nonaka | -11/+9 |
| 2022-04-15 | test: add try_insert() test cases for BTreeSet | Keita Nonaka | -0/+15 |
| 2022-04-15 | test: add get_key_value() test cases for BTreeSet | Keita Nonaka | -0/+24 |
| 2022-04-14 | test: add pop_first() pop_last() test cases for BTreeSet | Keita Nonaka | -9/+77 |
| 2022-04-13 | test: add remove() test cases for BTreeSet | Keita Nonaka | -0/+20 |
| 2022-04-13 | test: add is_superset test cases for BTreeSet | Keita Nonaka | -0/+36 |
| 2022-03-20 | Auto merge of #92962 - frank-king:btree_entry_no_insert, r=Amanieu | bors | -41/+86 |
| 2022-03-16 | BTree: evaluate static type-related check at compile time | Stein Somers | -7/+9 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -2/+2 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -2/+2 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -12/+12 |
| 2022-03-09 | BTreeMap::entry: Avoid allocating if no insertion | Frank King | -41/+86 |
| 2022-03-07 | BTree: remove dead data needlessly complicating insert | Stein Somers | -40/+19 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-02-20 | BTree: simplify test code | Stein Somers | -138/+118 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+4 |
| 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 | -2/+9 |
| 2022-01-15 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -4/+5 |
| 2022-01-11 | Address review comments | Brennan Vincent | -4/+4 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -2/+2 |
| 2022-01-09 | Clarify explicitly that BTree{Map,Set} are ordered. | Brennan Vincent | -2/+8 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -2/+2 |
| 2021-12-29 | fix typo in btree/vec doc: Self -> self | Veeupup | -2/+2 |
| 2021-12-13 | Rollup merge of #91749 - ssomers:btree_comments, r=Mark-Simulacrum | Matthias Krüger | -55/+58 |
| 2021-12-12 | Rollup merge of #91746 - ssomers:btree_tests, r=Mark-Simulacrum | Matthias Krüger | -6/+38 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -19/+18 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -4/+5 |
| 2021-12-10 | BTree: improve public descriptions and comments | Stein Somers | -55/+58 |
| 2021-12-10 | BTree: assert presence of derived functions | Stein Somers | -0/+32 |
| 2021-12-10 | BTree: rename compile-time assertions to match library/alloc/tests | Stein Somers | -6/+6 |
| 2021-12-09 | Replace iterator-based set construction by *Set::From<[T; N]> | Júnior Bassani | -19/+18 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -5/+5 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+4 |
| 2021-12-02 | Use `BTreeMap::from()` instead of using `BTreeMap::new()` with `BTreeMap::ins... | Joseph T Lyons | -4/+5 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -2/+6 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+8 |