| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+5 |
| 2023-10-09 | Make BTreeSet::new_in const | Sven Bartscher | -1/+1 |
| 2023-07-30 | Auto merge of #112280 - zica87:master, r=workingjubilee | bors | -13/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -22/+19 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -18/+6 |
| 2023-06-04 | Remove redundant example of `BTreeSet::iter` | zica | -13/+0 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -4/+16 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -4/+16 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -3/+3 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+1 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+46 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -5/+0 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -1/+4 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+21 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+22 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -5/+5 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -8/+4 |
| 2022-10-01 | Make `feature(const_btree_len)` implied by `feature(const_btree_new)` | Maybe Waffle | -2/+10 |
| 2022-09-30 | Stabilize map_first_last | est31 | -8/+4 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -3/+3 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -9/+15 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -1/+1 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+1 |
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -36/+39 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -74/+202 |
| 2022-06-08 | BTreeSet: avoid intermediate sorting when collecting sorted iterators | Stein Somers | -13/+15 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -3/+7 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -3/+3 |
| 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 |