| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | fix typo in btree/vec doc: Self -> self | Veeupup | -4/+4 |
| 2021-12-29 | Fix a minor mistake in `String::try_reserve_exact` examples | Sprite | -1/+1 |
| 2021-12-24 | Remove `maybe_uninit_extra` feature from Vec docs | Shadlock0133 | -2/+2 |
| 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 | -32/+224 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -1/+1 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+31 |
| 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 | -34/+46 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -2/+2 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -2/+2 |
| 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-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 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 |