| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -6/+6 |
| 2025-02-08 | Rustfmt | bjorn3 | -6/+10 |
| 2024-11-27 | Add a tracking issue for `btree_set_entry` | Josh Stone | -16/+16 |
| 2024-11-27 | Add `BTreeSet` entry APIs to match `HashSet` | Josh Stone | -0/+388 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+7 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -3/+3 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -3/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -14/+12 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -4/+7 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -2/+2 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -0/+23 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -2/+2 |
| 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-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-02-20 | BTree: simplify test code | Stein Somers | -29/+28 |
| 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 | -3/+3 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -4/+4 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -1/+7 |
| 2021-08-13 | Moved ui test | Deadbeef | -7/+0 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -0/+7 |
| 2021-02-09 | BTreeMap: share panicky test code & test panic during clear, clone | Stein Somers | -56/+31 |
| 2021-02-09 | BTreeMap/BTreeSet: separate off code supporting tests | Stein Somers | -1/+1 |
| 2021-02-06 | BTreeMap: remove Ord bound where it is absent elsewhere | Stein Somers | -1/+2 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -0/+20 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -1/+3 |
| 2020-11-21 | BTreeMap: address namespace conflicts | Stein Somers | -11/+10 |
| 2020-11-13 | Add BTreeMap::retain and BTreeSet::retain | Matt Brubeck | -0/+11 |
| 2020-11-07 | Rollup merge of #78538 - ssomers:btree_testing_rng, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-10-30 | Constantify more BTreeMap and BTreeSet functions | BenoƮt du Garreau | -0/+7 |
| 2020-10-29 | BTreeMap: document a curious assumption in test cases | Stein Somers | -0/+1 |
| 2020-10-04 | BTreeMap/Set: complete the compile-time test cases | Stein Somers | -6/+81 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -0/+649 |