| Age | Commit message (Expand) | Author | Lines |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-07-30 | Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-dead | bors | -0/+8 |
| 2023-07-30 | Rollup merge of #112151 - chloekek:patch-1, r=workingjubilee | fee1-dead | -0/+8 |
| 2023-07-30 | Auto merge of #112280 - zica87:master, r=workingjubilee | bors | -13/+0 |
| 2023-07-28 | btree/map.rs: remove "Basic usage" text | Tshepang Mbambo | -54/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -92/+87 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -58/+40 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+11 |
| 2023-06-04 | Remove redundant example of `BTreeSet::iter` | zica | -13/+0 |
| 2023-05-31 | Clarify behavior of inclusive bounds in BTreeMap::{lower,upper}_bound | chloekek | -0/+8 |
| 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 |