| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+4 |
| 2022-01-18 | Replace iterator-based construction of collections by `Into<T>` | Júnior Bassani | -7/+5 |
| 2022-01-16 | Rollup merge of #92706 - umanwizard:btree, r=dtolnay | Matthias Krüger | -2/+9 |
| 2022-01-15 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -4/+5 |
| 2022-01-11 | Address review comments | Brennan Vincent | -4/+4 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -2/+2 |
| 2022-01-09 | Clarify explicitly that BTree{Map,Set} are ordered. | Brennan Vincent | -2/+8 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -2/+2 |
| 2021-12-13 | Rollup merge of #91749 - ssomers:btree_comments, r=Mark-Simulacrum | Matthias Krüger | -55/+58 |
| 2021-12-12 | Rollup merge of #91746 - ssomers:btree_tests, r=Mark-Simulacrum | Matthias Krüger | -6/+38 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -19/+18 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -4/+5 |
| 2021-12-10 | BTree: improve public descriptions and comments | Stein Somers | -55/+58 |
| 2021-12-10 | BTree: assert presence of derived functions | Stein Somers | -0/+32 |
| 2021-12-10 | BTree: rename compile-time assertions to match library/alloc/tests | Stein Somers | -6/+6 |
| 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 | -5/+5 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+4 |
| 2021-12-02 | Use `BTreeMap::from()` instead of using `BTreeMap::new()` with `BTreeMap::ins... | Joseph T Lyons | -4/+5 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -2/+6 |
| 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 | -4/+8 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -17/+30 |
| 2021-10-27 | Remove big O notation | r00ster91 | -1/+1 |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -6/+6 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -17/+30 |
| 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/+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 |