| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se | Dylan DPC | -16/+14 |
| 2021-05-05 | Bump map_into_keys_values stable version to 1.54.0. | Mara Bos | -14/+14 |
| 2021-04-28 | Minor grammar tweaks for readability | Ben-Lichtman | -4/+4 |
| 2021-04-19 | Stablize {HashMap,BTreeMap}::into_{keys,values} | Folyd | -16/+14 |
| 2021-04-12 | Stabilize BTree{Map,Set}::retain | Jubilee Young | -4/+2 |
| 2021-04-04 | Rollup merge of #82726 - ssomers:btree_node_rearange, r=Mark-Simulacrum | Dylan DPC | -167/+165 |
| 2021-04-04 | Auto merge of #83267 - ssomers:btree_prune_range_search_overlap, r=Mark-Simul... | bors | -27/+43 |
| 2021-03-18 | BTree: no longer search arrays twice to check Ord | Stein Somers | -33/+27 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -3/+4 |
| 2021-03-17 | BTree: clarify order sanity enforced by range searches | Stein Somers | -7/+29 |
| 2021-03-16 | Fix comments based on review | dylni | -5/+2 |
| 2021-03-15 | Clarify BTree range searching comments | dylni | -1/+3 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -1/+70 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -4/+4 |
| 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 | -1/+56 |
| 2021-03-03 | BTree: move blocks around in node.rs | Stein Somers | -167/+165 |
| 2021-03-03 | Fix ui-full-deps suite | Ryan Levick | -4/+4 |
| 2021-03-03 | Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-Simulacrum | Yuki Okushi | -16/+15 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -0/+2 |
| 2021-03-01 | Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum | Joshua Nelson | -5/+6 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+2 |
| 2021-03-01 | Auto merge of #82440 - ssomers:btree_fix_casts, r=Mark-Simulacrum | bors | -8/+10 |
| 2021-03-01 | Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrum | bors | -118/+227 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+2 |
| 2021-02-23 | BTree: fix untrue safety | Stein Somers | -16/+15 |
| 2021-02-23 | BTree: no longer define impossible casts | Stein Somers | -8/+10 |
| 2021-02-23 | BTree: split off reusable components from range_search | Stein Somers | -118/+227 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -3/+4 |
| 2021-02-23 | Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum | bors | -98/+67 |
| 2021-02-22 | Auto merge of #81362 - ssomers:btree_drainy_refactor_8, r=Mark-Simulacrum | bors | -146/+176 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -5/+6 |
| 2021-02-21 | Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum | Yuki Okushi | -217/+337 |
| 2021-02-15 | Rollup merge of #82060 - taiki-e:typo, r=m-ou-se | Jonas Schievink | -12/+12 |
| 2021-02-15 | BTree: move more shared iterator code into navigate.rs | Stein Somers | -98/+67 |
| 2021-02-14 | Rollup merge of #81919 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Dylan DPC | -4/+5 |
| 2021-02-14 | Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum | bors | -19/+7 |
| 2021-02-13 | Fix typos in BTreeSet::{first, last} docs | Taiki Endo | -12/+12 |
| 2021-02-12 | Use raw ref macros as in #80886 | Stein Somers | -3/+3 |
| 2021-02-12 | Initialize BTree nodes directly in the heap | Josh Stone | -18/+30 |
| 2021-02-10 | BTree: remove outdated traces of coercions | Stein Somers | -19/+7 |
| 2021-02-09 | BTreeMap: disentangle Drop implementation from IntoIter | Stein Somers | -65/+106 |
| 2021-02-09 | BTreeMap: gather and decompose reusable tree fixing functions | Stein Somers | -146/+176 |
| 2021-02-09 | BTreeMap: fix internal comments | Stein Somers | -4/+5 |
| 2021-02-09 | BTreeMap: share panicky test code & test panic during clear, clone | Stein Somers | -183/+303 |
| 2021-02-09 | BTreeMap/BTreeSet: separate off code supporting tests | Stein Somers | -34/+34 |
| 2021-02-08 | Auto merge of #81361 - ssomers:btree_drainy_refactor_7, r=Mark-Simulacrum | bors | -42/+67 |