| Age | Commit message (Expand) | Author | Lines |
| 2022-02-05 | Ensure non-power-of-two sizes are tested in the Chars::count test | Thom Chiovoloni | -2/+4 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -0/+40 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -4/+4 |
| 2022-02-03 | Add tracking issue and impl for `Rc`. | Richard Dodd | -1/+36 |
| 2022-02-03 | impl `Arc::unwrap_or_clone` | Richard Dodd | -0/+35 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -12/+8 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -12/+8 |
| 2022-01-26 | Rollup merge of #91861 - juniorbassani:use-from-array-in-collections-examples... | Matthias Krüger | -40/+35 |
| 2022-01-23 | Rollup merge of #90666 - bdbai:arc_new_cyclic, r=m-ou-se | Matthias Krüger | -27/+66 |
| 2022-01-22 | Update stabilization version of arc_new_cyclic | Mara Bos | -2/+2 |
| 2022-01-21 | Rollup merge of #93109 - JakobDegen:arc-docs, r=m-ou-se | Matthias Krüger | -58/+42 |
| 2022-01-20 | Remove unnecessary unsafe code in `Arc` deferred initialization examples. | Jakob Degen | -58/+42 |
| 2022-01-20 | Auto merge of #92138 - AngelicosPhosphoros:try_smarter_vec_from_iter_48994_2,... | bors | -3/+9 |
| 2022-01-19 | Improve estimation of capacity in Vec::from_iter | AngelicosPhosphoros | -3/+9 |
| 2022-01-19 | Rollup merge of #89621 - digama0:patch-2, r=yaahc | Matthias Krüger | -1/+4 |
| 2022-01-18 | Replace iterator-based construction of collections by `Into<T>` | Júnior Bassani | -40/+35 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -4/+1 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -4/+1 |
| 2022-01-17 | Rollup merge of #92977 - kornelski:popdoc, r=dtolnay | Matthias Krüger | -1/+9 |
| 2022-01-16 | Docs: recommend VecDeque instead of Vec::remove(0) | Kornel | -1/+9 |
| 2022-01-16 | Rollup merge of #92706 - umanwizard:btree, r=dtolnay | Matthias Krüger | -4/+11 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+1 |
| 2022-01-15 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -4/+5 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -3/+3 |
| 2022-01-15 | Rollup merge of #92879 - compiler-errors:into_iter_unsound, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-01-14 | Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-13 | Add Sync bound to allocator parameter in vec::IntoIter | Michael Goulet | -1/+1 |
| 2022-01-11 | Address review comments | Brennan Vincent | -4/+4 |
| 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 | -39/+38 |
| 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 | -39/+38 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -4/+1 |
| 2022-01-08 | Change panic::update_hook to simplify usage | Badel2 | -6/+4 |
| 2022-01-07 | Implement panic::update_hook | Badel2 | -6/+8 |
| 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 | -32/+225 |
| 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 |