| Age | Commit message (Expand) | Author | Lines |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -1/+1 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-02-20 | BTree: simplify test code | Stein Somers | -1/+1 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+2 |
| 2022-01-15 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -2/+2 |
| 2022-01-11 | Address review comments | Brennan Vincent | -2/+2 |
| 2022-01-09 | Clarify explicitly that BTree{Map,Set} are ordered. | Brennan Vincent | -1/+4 |
| 2021-12-29 | fix typo in btree/vec doc: Self -> self | Veeupup | -1/+1 |
| 2021-12-13 | Rollup merge of #91749 - ssomers:btree_comments, r=Mark-Simulacrum | Matthias Krüger | -53/+56 |
| 2021-12-10 | BTree: improve public descriptions and comments | Stein Somers | -53/+56 |
| 2021-12-09 | Replace iterator-based set construction by *Set::From<[T; N]> | Júnior Bassani | -19/+18 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+2 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+8 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -0/+4 |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -3/+3 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+4 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+8 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+1 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+1 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+3 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -1/+2 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -5/+22 |
| 2021-08-28 | BTreeSet::from_iter: use bulk building to improve the performance | Cheng XU | -5/+22 |
| 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 |