| Age | Commit message (Expand) | Author | Lines |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -8/+9 |
| 2023-01-07 | Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-01-07 | Clarify examples for `VecDeque::get/get_mut` | clubby789 | -1/+3 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -8/+9 |
| 2022-12-29 | Implement more methods for `vec_deque::IntoIter` | Markus Everling | -1/+184 |
| 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 | -291/+107 |
| 2022-12-20 | Auto merge of #105127 - Sp00ph:const_new, r=dtolnay | bors | -3/+4 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-08 | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | -0/+3 |
| 2022-12-08 | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | -11/+71 |
| 2022-12-05 | Add O(1) `Vec -> VecDeque` conversion guarantee | Markus Everling | -3/+3 |
| 2022-12-05 | Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrum | bors | -5/+12 |
| 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 |