| Age | Commit message (Expand) | Author | Lines |
| 2021-12-24 | Auto merge of #92220 - nnethercote:RawVec-dont-recompute-capacity, r=joshtrip... | bors | -17/+18 |
| 2021-12-23 | Bless a few tests | Deadbeef | -3/+0 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -29/+101 |
| 2021-12-22 | RawVec: don't recompute capacity after allocating. | Nicholas Nethercote | -17/+18 |
| 2021-12-19 | Implement split_at_spare_mut directly | Ben Kimock | -2/+5 |
| 2021-12-19 | paniced -> panicked | r00ster | -1/+1 |
| 2021-12-19 | Rollup merge of #92071 - ajtribick:patch-1, r=the8472 | Matthias Krüger | -5/+5 |
| 2021-12-18 | Derive src pointers in sort drop guards from &T | Ben Kimock | -3/+3 |
| 2021-12-18 | Update example code for Vec::splice to change the length | ajtribick | -5/+5 |
| 2021-12-18 | docs: fix typo | Szilárd Parrag | -1/+1 |
| 2021-12-16 | Auto merge of #91527 - the8472:retain-opt, r=dtolnay | bors | -32/+29 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -1/+1 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Rollup merge of #91529 - TennyZhuang:try_reserve_binary_heap, r=yaahc | Matthias Krüger | -0/+79 |
| 2021-12-14 | Auto merge of #91680 - saethlin:spare_capacity_mut-in-join, r=dtolnay | bors | -2/+10 |
| 2021-12-13 | Stabilize arc_new_cyclic | bdbai | -25/+58 |
| 2021-12-13 | Rollup merge of #91749 - ssomers:btree_comments, r=Mark-Simulacrum | Matthias Krüger | -55/+58 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -8/+8 |
| 2021-12-12 | Rollup merge of #91746 - ssomers:btree_tests, r=Mark-Simulacrum | Matthias Krüger | -6/+38 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -8/+8 |
| 2021-12-11 | Fix zero-sized reference to deallocated memory | The 8472 | -4/+6 |
| 2021-12-11 | update feature gate | TennyZhuang | -4/+4 |
| 2021-12-11 | add BinaryHeap::try_reserve and BinaryHeap::try_reserve_exact | TennyZhuang | -0/+79 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -21/+20 |
| 2021-12-10 | Rollup merge of #91755 - not-my-profile:fix-const_linked_list_new-since, r=dt... | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91709 - juniorbassani:use-from-array-in-set-examples, r=jyn514 | Matthias Krüger | -19/+18 |
| 2021-12-10 | Rollup merge of #91686 - dalcde:patch-1, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91524 - rukai:fix_extend_from_slice_docs, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -4/+5 |
| 2021-12-10 | Fix since attribute for const_linked_list_new feature | Martin Fischer | -1/+1 |
| 2021-12-10 | BTree: improve public descriptions and comments | Stein Somers | -55/+58 |
| 2021-12-10 | BTree: assert presence of derived functions | Stein Somers | -0/+32 |
| 2021-12-10 | BTree: rename compile-time assertions to match library/alloc/tests | Stein Somers | -6/+6 |
| 2021-12-09 | Auto merge of #85157 - the8472:drain-drop-in-place, r=Mark-Simulacrum | bors | -14/+39 |
| 2021-12-09 | Replace iterator-based set construction by *Set::From<[T; N]> | Júnior Bassani | -19/+18 |
| 2021-12-08 | Fix `Vec::reserve_exact` documentation | Dexter Chua | -1/+1 |
| 2021-12-09 | Use `*mut [T]` instead of `[MaybeUninit<T>]` | The 8472 | -7/+5 |
| 2021-12-08 | Use spare_capacity_mut instead of invalid unchecked indexing | Ben Kimock | -2/+10 |
| 2021-12-07 | Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcm | Matthias Krüger | -6/+6 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -7/+7 |
| 2021-12-05 | doc: suggest try_reserve in try_reserve_exact | TennyZhuang | -6/+6 |
| 2021-12-05 | Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-se | Matthias Krüger | -3/+34 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -7/+7 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -4/+13 |
| 2021-12-04 | Optimize vec::retain performance | The 8472 | -32/+29 |
| 2021-12-05 | Fix Vec::extend_from_slice docs | Lucas Kent | -1/+1 |
| 2021-12-04 | Rollup merge of #90851 - ibraheemdev:downcast-unchecked, r=scottmcm | Matthias Krüger | -28/+109 |
| 2021-12-03 | fix stability annotations for `Box::downcast` | Ibraheem Ahmed | -2/+2 |
| 2021-12-03 | Auto merge of #91486 - matthiaskrgr:rollup-699fo18, r=matthiaskrgr | bors | -0/+36 |