| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-03 | Rollup merge of #88906 - Kixunil:box-maybe-uninit-write, r=dtolnay | Matthias Krüger | -0/+36 |
| 2021-12-03 | Auto merge of #91339 - cbarrete:vecdeque-remove-grow-check, r=Mark-Simulacrum | bors | -9/+11 |
| 2021-12-02 | Use `BTreeMap::from()` instead of using `BTreeMap::new()` with `BTreeMap::ins... | Joseph T Lyons | -4/+5 |
| 2021-12-02 | Implement write() method for Box<MaybeUninit<T>> | Martin Habovstiak | -0/+36 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-30 | Auto merge of #91352 - nnethercote:RawVec-reserve_for_push, r=dtolnay | bors | -1/+9 |
| 2021-11-29 | Remove unnecessary check in VecDeque::grow | Cédric Barreteau | -9/+11 |
| 2021-11-30 | Introduce `RawVec::reserve_for_push`. | Nicholas Nethercote | -1/+9 |
| 2021-11-27 | Auto merge of #91241 - dtolnay:firstchunk, r=oli-obk | bors | -7/+5 |
| 2021-11-26 | Add a unit test for zero-sized types in `RawVec`. | Nicholas Nethercote | -0/+84 |
| 2021-11-25 | Eliminate an unreachable codepath from String::from_utf8_lossy | David Tolnay | -7/+5 |
| 2021-11-25 | Implement VecDeque::retain_mut | Guillaume Gomez | -3/+34 |
| 2021-11-20 | fix doc links for `downcast_unchecked` | Ibraheem Ahmed | -0/+6 |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -32/+45 |