| Age | Commit message (Expand) | Author | Lines |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -5/+2 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -0/+22 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -1/+1 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-12 | Make BTreeSet::split_off name elements like other set methods do | Stein Somers | -4/+4 |
| 2021-07-08 | Rollup merge of #86789 - janikrabe:btreeset-drainfilter-doc, r=kennytm | Guillaume Gomez | -9/+11 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+1 |
| 2021-07-01 | Update BTreeSet::drain_filter documentation | Janik Rabe | -9/+11 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -0/+22 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-04-12 | Stabilize BTree{Map,Set}::retain | Jubilee Young | -2/+1 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+1 |
| 2021-02-13 | Fix typos in BTreeSet::{first, last} docs | Taiki Endo | -12/+12 |
| 2021-02-08 | Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnay | bors | -4/+1 |
| 2021-02-06 | Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnay | Jonas Schievink | -1/+1 |
| 2021-02-06 | BTreeMap: remove Ord bound where it is absent elsewhere | Stein Somers | -4/+1 |
| 2021-02-06 | BTreeMap: fix documentation of unstable public members | Stein Somers | -1/+1 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -28/+73 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -28/+73 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+1 |
| 2021-01-16 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -0/+3 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-14 | BTreeSet: simplify implementation of pop_first/pop_last | Stein Somers | -2/+2 |
| 2020-11-28 | BTreeMap: try to enhance various comments & local identifiers | Stein Somers | -1/+1 |
| 2020-11-23 | BTreeMap/BTreeSet: make public doc more consistent | Stein Somers | -2/+4 |
| 2020-11-13 | Add BTreeMap::retain and BTreeSet::retain | Matt Brubeck | -0/+24 |
| 2020-10-30 | Constantify more BTreeMap and BTreeSet functions | BenoƮt du Garreau | -2/+4 |
| 2020-10-22 | BTreeMap/Set: merge the implementations of MergeIter | Stein Somers | -73/+3 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -0/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1574 |