| Age | Commit message (Expand) | Author | Lines |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+0 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -10/+10 |
| 2022-01-09 | Clarify explicitly that BTree{Map,Set} are ordered. | Brennan Vincent | -4/+10 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -10/+10 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -3/+0 |
| 2022-01-06 | remove unused ExtendDefault struct | Frank Steffahn | -10/+0 |
| 2022-01-06 | Add diagnostic items for macros | Alex Macleod | -0/+1 |
| 2022-01-05 | Rollup merge of #92388 - SpriteOvO:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-05 | Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantilla | Matthias Krüger | -3/+3 |
| 2022-01-04 | Clarify that ordering is unspecified | Mario Carneiro | -0/+2 |
| 2022-01-04 | Update wording | Mario Carneiro | -3/+3 |
| 2022-01-04 | Rollup merge of #91884 - woppopo:const_box, r=oli-obk | Matthias Krüger | -29/+102 |
| 2022-01-04 | Fix a compile error when no_global_oom_handling | woppopo | -1/+1 |
| 2022-01-04 | Add tracking issues (`const_box`, `const_alloc_error`) | woppopo | -25/+26 |
| 2022-01-01 | Rollup merge of #92463 - thomcc:thats-not-how-its-pronounced, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #92097 - saethlin:split-without-deref, r=the8472 | Matthias Krüger | -2/+7 |
| 2021-12-31 | Clarify safety comment | Ben Kimock | -0/+2 |
| 2021-12-31 | Remove pronunciation guide from Vec<T> | Thom Chiovoloni | -1/+1 |
| 2021-12-30 | use generic params for arc_new_cyclic | bdbai | -2/+8 |
| 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 | -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 |