| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+2 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -16/+20 |
| 2021-08-16 | Auto merge of #87696 - ssomers:btree_lazy_iterator_cleanup, r=Mark-Simulacrum | bors | -56/+56 |
| 2021-08-13 | Moved ui test | Deadbeef | -14/+0 |
| 2021-08-02 | BTree: merge the complication introduced by #81486 and #86031 | Stein Somers | -56/+56 |
| 2021-08-01 | Auto merge of #86031 - ssomers:btree_lazy_iterator, r=Mark-Simulacrum | bors | -68/+171 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -1/+64 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -2/+2 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+2 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-07-12 | Make BTreeSet::split_off name elements like other set methods do | Stein Somers | -4/+4 |
| 2021-07-08 | BTree: lazily locate leaves in rangeless iterators | Stein Somers | -68/+171 |
| 2021-07-08 | Auto merge of #86982 - GuillaumeGomez:rollup-7sbye3c, r=GuillaumeGomez | bors | -9/+11 |
| 2021-07-08 | Rollup merge of #86789 - janikrabe:btreeset-drainfilter-doc, r=kennytm | Guillaume Gomez | -9/+11 |
| 2021-07-08 | Auto merge of #86520 - ssomers:btree_iterators_checked_unwrap, r=Mark-Simulacrum | bors | -24/+10 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+2 |
| 2021-07-01 | Update BTreeSet::drain_filter documentation | Janik Rabe | -9/+11 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -1/+64 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -2/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -2/+0 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -2/+2 |
| 2021-06-21 | BTree: consistently avoid unwrap_unchecked in iterators | Stein Somers | -24/+10 |
| 2021-06-09 | BTree: encapsulate LeafRange better & some debug asserts | Stein Somers | -51/+111 |
| 2021-05-07 | BTree: no longer copy keys and values before dropping them | Stein Somers | -45/+95 |
| 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 |