| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -10/+13 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -10/+13 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+2 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+3 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -0/+1 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -0/+1 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+2 |
| 2021-09-22 | PR fixup | Aman Arora | -2/+2 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+2 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -2/+4 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+101 |
| 2021-09-05 | Fix typo: needede -> needed | Yechan Bae | -1/+1 |
| 2021-08-28 | BTreeSet::from_iter: use bulk building to improve the performance | Cheng XU | -5/+22 |
| 2021-08-28 | BTreeMap::from_iter: use bulk building to improve the performance | Cheng XU | -5/+79 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -16/+20 |
| 2021-08-17 | BTree: refine some comments | Stein Somers | -11/+9 |
| 2021-08-16 | BTree: toughen panicky test of clone() | Stein Somers | -25/+32 |
| 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 |