| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -13/+15 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -10/+11 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -24/+31 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -1/+7 |
| 2021-08-16 | BTree: toughen panicky test of clone() | Stein Somers | -24/+31 |
| 2021-08-13 | Moved ui test | Deadbeef | -7/+0 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -0/+7 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -0/+7 |
| 2021-03-18 | BTree: no longer search arrays twice to check Ord | Stein Somers | -2/+0 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -0/+35 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -3/+3 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+13 |
| 2021-03-04 | Improve Debug implementations of OccupiedError. | Mara Bos | -2/+3 |
| 2021-03-04 | Add BTreeMap::try_insert and btree_map::OccupiedError. | Mara Bos | -0/+21 |
| 2021-03-03 | Fix ui-full-deps suite | Ryan Levick | -4/+4 |
| 2021-03-01 | Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum | Joshua Nelson | -2/+3 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+2 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -2/+3 |
| 2021-02-09 | BTreeMap: share panicky test code & test panic during clear, clone | Stein Somers | -127/+152 |
| 2021-02-09 | BTreeMap/BTreeSet: separate off code supporting tests | Stein Somers | -85/+2 |
| 2021-02-06 | BTreeMap: remove Ord bound where it is absent elsewhere | Stein Somers | -2/+15 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -0/+28 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -1/+1 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -0/+28 |
| 2021-01-19 | BTreeMap: compile-test all borrowing interfaces and test more chaotic order | Stein Somers | -1/+87 |
| 2020-12-28 | Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum | Dylan DPC | -1/+19 |
| 2020-12-26 | Auto merge of #80354 - ssomers:btree_test_compact, r=Mark-Simulacrum | bors | -8/+32 |
| 2020-12-24 | BTreeMap: test full nodes a little more | Stein Somers | -8/+32 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -1/+19 |
| 2020-12-24 | BTreeMap: make test cases more explicit on failure | Stein Somers | -1/+1 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -5/+7 |
| 2020-12-07 | Removed spurious linebreak from new documentation | Chai T. Rex | -1/+1 |
| 2020-12-07 | Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key method | Chai T. Rex | -3/+6 |
| 2020-12-04 | Avoid leaking block expression values | Matthew Jasper | -1/+1 |
| 2020-12-01 | Update rustc version that or_insert_with_key landed | Chai T. Rex | -1/+1 |
| 2020-11-28 | BTreeMap: try to enhance various comments & local identifiers | Stein Somers | -1/+1 |
| 2020-11-22 | Rollup merge of #79295 - ssomers:btree_fix_78903, r=Mark-Simulacrum | Mara Bos | -16/+15 |
| 2020-11-22 | BTreeMap: fix minor testing mistakes in #78903 | Stein Somers | -16/+15 |
| 2020-11-21 | BTreeMap: address namespace conflicts | Stein Somers | -23/+22 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -3/+3 |
| 2020-11-16 | Rollup merge of #78903 - ssomers:btree_order_chaos_testing, r=Mark-Simulacrum | Mara Bos | -25/+197 |
| 2020-11-13 | Add BTreeMap::retain and BTreeSet::retain | Matt Brubeck | -0/+11 |
| 2020-11-12 | BTreeMap: test chaotic ordering & other bits & bobs | Stein Somers | -25/+197 |
| 2020-11-11 | Rollup merge of #78417 - ssomers:btree_chop_up_2, r=Mark-Simulacrum | Jonas Schievink | -0/+27 |
| 2020-11-09 | Rollup merge of #78437 - ssomers:btree_no_ord_at_node_level, r=Mark-Simulacrum | Dylan DPC | -4/+22 |
| 2020-11-08 | BTreeMap: split off most code of append, slightly improve interfaces | Stein Somers | -0/+27 |
| 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 |