| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Fixed typo | Benjamin Atelsek | -1/+1 |
| 2023-05-04 | btree_map: `Cursor{,Mut}::peek_prev` must agree | Jubilee Young | -2/+21 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -16/+64 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -16/+64 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -11/+11 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -9/+4 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -9/+4 |
| 2023-04-12 | Fix btree `CursorMut::insert_after` check | marc0246 | -1/+65 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+179 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -6/+0 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -5/+17 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -16/+77 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+106 |
| 2023-02-01 | BTreeMap: Add Cursor and CursorMut | Amanieu d'Antras | -5/+839 |
| 2023-02-01 | BTreeMap: Change internal insert function to return a handle | Amanieu d'Antras | -37/+119 |
| 2022-12-28 | fix documenting private items of standard library | Lukas Markeffsky | -11/+17 |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -239/+5 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -12/+12 |
| 2022-11-07 | disable btree size tests on Miri | Ralf Jung | -0/+1 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -12/+12 |
| 2022-10-15 | Documentation BTreeMap::append's behavior for already existing keys | philipp | -3/+6 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -20/+10 |
| 2022-10-05 | Fix overconstrained Send impls in btree internals | David Tolnay | -3/+3 |
| 2022-10-01 | Make `feature(const_btree_len)` implied by `feature(const_btree_new)` | Maybe Waffle | -4/+20 |
| 2022-09-30 | Stabilize map_first_last | est31 | -20/+10 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -6/+6 |
| 2022-09-02 | Fix internal doc link | Chris Denton | -1/+3 |
| 2022-08-26 | Rollup merge of #95005 - ssomers:btree_static_assert, r=thomcc | Guillaume Gomez | -7/+9 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+11 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -4/+26 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -13/+117 |
| 2022-06-21 | remove use of &Alloc in btree tests | Ralf Jung | -6/+6 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -6/+6 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+6 |
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -241/+264 |
| 2022-06-16 | Rollup merge of #98125 - KarlWithK:entry_add_modify_doc, r=Dylan-DPC | Matthias Krüger | -1/+6 |
| 2022-06-15 | change "1" to "c" to pass test | KarlWithK | -1/+1 |
| 2022-06-15 | Add examples using `add_modify` to btree | KarlWithK | -1/+6 |
| 2022-06-14 | btreemap-alloc: fix clear impl | Jacob Hughes | -15/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -340/+676 |
| 2022-06-14 | Rollup merge of #97869 - ssomers:btree_comments, r=Dylan-DPC | Dylan DPC | -6/+7 |
| 2022-06-08 | BTreeSet: avoid intermediate sorting when collecting sorted iterators | Stein Somers | -13/+15 |
| 2022-06-08 | BTree: tweak internal comments | Stein Somers | -6/+7 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -3/+7 |
| 2022-05-30 | BTreeSet->BTreeMap (fix copy/paste mistake in documentation) | David Tolnay | -1/+1 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -6/+6 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -1/+1 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -239/+5 |