| Age | Commit message (Expand) | Author | Lines |
| 2022-12-01 | Fix typo in comment | Markus Everling | -1/+1 |
| 2022-12-01 | Make `VecDeque::new` const | Markus Everling | -3/+4 |
| 2022-12-01 | Make `VecDeque::new_in` unstably const | Markus Everling | -2/+1 |
| 2022-11-29 | Send `VecDeque::from_iter` via `Vec::from_iter` | Scott McMurray | -5/+12 |
| 2022-11-28 | Auto merge of #102991 - Sp00ph:master, r=scottmcm | bors | -1277/+925 |
| 2022-11-26 | Add second test case in `make_contiguous_head_to_end` | Markus Everling | -10/+49 |
| 2022-11-26 | Improve slow path in `make_contiguous` | Markus Everling | -36/+76 |
| 2022-11-26 | Don't use `Take` in `SpecExtend` impl | Markus Everling | -21/+23 |
| 2022-11-25 | Changes according to code review | Markus Everling | -144/+181 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -1230/+760 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -2/+7 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -12/+12 |
| 2022-11-08 | Rollup merge of #104097 - RalfJung:miri-alloc-benches, r=thomcc | Guillaume Gomez | -15/+19 |
| 2022-11-08 | Rollup merge of #104093 - RalfJung:test-sizes, r=thomcc | Guillaume Gomez | -0/+1 |
| 2022-11-07 | fmt | Ralf Jung | -5/+5 |
| 2022-11-07 | run alloc benchmarks in Miri and fix UB | Ralf Jung | -15/+19 |
| 2022-11-07 | disable btree size tests on Miri | Ralf Jung | -0/+1 |
| 2022-11-07 | Modify comment syntax error | wanghaha-dev | -1/+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-14 | more dupe word typos | Rageking8 | -1/+1 |
| 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 | -2/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -6/+6 |
| 2022-09-23 | Put back one of the `use`s for intra-doc mentions | Scott McMurray | -0/+6 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -6/+6 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -4/+4 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -52/+59 |
| 2022-09-10 | Remove &[T] from vec_deque::Drain | Ben Kimock | -23/+41 |
| 2022-09-02 | Fix internal doc link | Chris Denton | -1/+3 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-26 | Rollup merge of #95005 - ssomers:btree_static_assert, r=thomcc | Guillaume Gomez | -7/+9 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -0/+15 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+15 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -2/+4 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -2/+2 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -2/+4 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -4/+26 |
| 2022-06-24 | Rollup merge of #98039 - tnballo:master, r=thomcc | Yuki Okushi | -13/+117 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -13/+117 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -30/+37 |
| 2022-06-21 | remove use of &Alloc in btree tests | Ralf Jung | -6/+6 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -30/+37 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -6/+6 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -6/+6 |
| 2022-06-18 | Auto merge of #98004 - paolobarbolini:vecdeque-extend-trustedlen, r=the8472 | bors | -0/+175 |