| Age | Commit message (Expand) | Author | Lines |
| 2021-12-09 | Update stdarch dependency | luojia65 | -0/+0 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -289/+899 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -13/+71 |
| 2021-12-08 | Delete Utf8Lossy::from_str | David Tolnay | -5/+0 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -13/+16 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+55 |
| 2021-12-09 | Rollup merge of #91645 - ibraheemdev:future-join, r=joshtriplett | Matthias Krüger | -0/+239 |
| 2021-12-08 | Fix `Vec::reserve_exact` documentation | Dexter Chua | -1/+1 |
| 2021-12-09 | fix typo in `intrinsics::raw_eq` docs | Waffle Maybe | -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-08 | move core/stream/stream/mod.rs to core/stream/stream.rs | Ibraheem Ahmed | -0/+0 |
| 2021-12-08 | trim down expansion of `core::future::join` | Ibraheem Ahmed | -42/+56 |
| 2021-12-08 | remove implicit .await from `core::future::join` | Ibraheem Ahmed | -53/+64 |
| 2021-12-08 | Auto merge of #91656 - matthiaskrgr:rollup-lk96y6d, r=matthiaskrgr | bors | -10/+13 |
| 2021-12-08 | Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-Simulacrum | Matthias Krüger | -10/+13 |
| 2021-12-08 | Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrum | bors | -1/+149 |
| 2021-12-07 | Work around Clippy false positive on `as c_char` | David Tolnay | -0/+5 |
| 2021-12-07 | correct typo | DrMeepster | -1/+1 |
| 2021-12-07 | fix documentation for `core::ready::Ready` | Ibraheem Ahmed | -1/+1 |
| 2021-12-07 | add tests for `core::future::join` | Ibraheem Ahmed | -0/+79 |
| 2021-12-07 | generate `MaybeDone` futures inline `join` | Ibraheem Ahmed | -63/+47 |
| 2021-12-07 | implement `core::future::join` | Ibraheem Ahmed | -0/+151 |
| 2021-12-08 | Auto merge of #91484 - workingjubilee:simd-remove-autosplats, r=Mark-Simulacrum | bors | -525/+540 |
| 2021-12-07 | Define c_char using cfg_if rather than repeating 40-line cfg | David Tolnay | -88/+57 |
| 2021-12-07 | core::ops::unsize: improve docs for DispatchFromDyn | Nick Cameron | -1/+32 |
| 2021-12-07 | Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcm | Matthias Krüger | -6/+6 |
| 2021-12-06 | s/from_raw_parts/new_unchecked/ | Scott McMurray | -3/+3 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+55 |
| 2021-12-06 | Add tracking issue; make `empty` const too (unstably) | Scott McMurray | -4/+7 |
| 2021-12-06 | Move the doc test to edition2021 | Scott McMurray | -6/+5 |
| 2021-12-06 | Add `array::IntoIter::{empty, from_raw_parts}` | Scott McMurray | -0/+129 |
| 2021-12-06 | Add tracking issue number | mbartlett21 | -2/+2 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -2/+4 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -8/+92 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -64/+42 |
| 2021-12-05 | Add spin_loop hint for RISC-V architecture | luojia65 | -0/+5 |
| 2021-12-05 | doc: suggest try_reserve in try_reserve_exact | TennyZhuang | -6/+6 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -12/+1 |
| 2021-12-05 | Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-se | Matthias Krüger | -3/+34 |
| 2021-12-05 | Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-se | Matthias Krüger | -4/+1 |
| 2021-12-04 | Update array::IntoIter::new deprecation version. | Mara Bos | -1/+1 |
| 2021-12-04 | Update docs. | Mara Bos | -4/+2 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -15/+14 |
| 2021-12-04 | Swap body of array::IntoIter::new and IntoIterator::new. | Mara Bos | -28/+28 |
| 2021-12-04 | Deprecate array::IntoIter::new. | Mara Bos | -20/+1 |
| 2021-12-04 | Update stabilization version of try_from_mut_slice_to_array | Mara Bos | -1/+1 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -12/+63 |
| 2021-12-04 | Optimize vec::retain performance | The 8472 | -32/+29 |
| 2021-12-04 | update vec::retain benchmarks | The 8472 | -2/+17 |