| Age | Commit message (Expand) | Author | Lines |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -48/+89 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+7 |
| 2022-03-20 | Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-03-20 | Rollup merge of #94989 - compiler-errors:stream-alias, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-03-19 | Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay | bors | -0/+3 |
| 2022-03-19 | Provide more useful documentation of conversion methods | Waleed Dahshan | -4/+4 |
| 2022-03-18 | Rollup merge of #95083 - danielhenrymantilla:patch-2, r=RalfJung | Matthias Krüger | -1/+3 |
| 2022-03-18 | Rollup merge of #95017 - zachs18:cmp_ordering_derive_eq, r=Dylan-DPC | Matthias Krüger | -4/+1 |
| 2022-03-18 | Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc | Matthias Krüger | -2/+48 |
| 2022-03-18 | Document that `Option<extern "abi" fn>` discriminant elision applies for any ABI | Daniel Henry-Mantilla | -1/+3 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-17 | Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-03-16 | Derive Eq for std::cmp::Ordering, instead of using manual impl. | Zachary S | -4/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Add Stream alias for AsyncIterator | Michael Goulet | -0/+1 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -26/+50 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -1/+1 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -1/+1 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -1/+1 |
| 2022-03-13 | Rollup merge of #94816 - WaffleLapkin:atomic_get_mut_slice, r=Mark-Simulacrum | Matthias Krüger | -0/+110 |
| 2022-03-13 | Rollup merge of #93292 - nvzqz:nonzero-bits, r=dtolnay | Matthias Krüger | -1/+39 |
| 2022-03-12 | Use reduce_sum in as_simd example | Jubilee Young | -1/+1 |
| 2022-03-12 | Use `Self::BITS` in `log2` implementation | Nikolai Vazquez | -1/+1 |
| 2022-03-12 | Implement `BITS` constant for non-zero integers | Nikolai Vazquez | -0/+38 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -26/+50 |
| 2022-03-11 | Rollup merge of #94838 - antonok-edm:float-parse-docs, r=Dylan-DPC | Dylan DPC | -5/+8 |
| 2022-03-11 | Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplett | Dylan DPC | -4/+4 |
| 2022-03-11 | Rollup merge of #87618 - GuillaumeGomez:std-char-types-doc, r=jyn514,camelid | Dylan DPC | -1/+6 |
| 2022-03-11 | Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2022-03-11 | Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercote | Dylan DPC | -8/+6 |
| 2022-03-11 | remove unnecessary try_opt for operations that cannot fail | Trevor Spiteri | -3/+6 |
| 2022-03-10 | make float parsing docs more comprehensive | Anton Lazarev | -5/+8 |
| 2022-03-11 | Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPC | Dylan DPC | -15/+15 |
| 2022-03-11 | Rollup merge of #93293 - nvzqz:nonzero-min-max, r=joshtriplett | Dylan DPC | -0/+101 |
| 2022-03-10 | Move note about 0 gap to signed integers | Nikolai Vazquez | -8/+8 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -5/+0 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -149/+149 |
| 2022-03-11 | Add `Atomic*::get_mut_slice` | Maybe Waffle | -0/+110 |
| 2022-03-10 | Rename `IntoFuture::Future` to `IntoFuture::IntoFuture` | Yoshua Wuyts | -4/+4 |
| 2022-03-10 | Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcm | Matthias Krüger | -3/+16 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -149/+149 |
| 2022-03-10 | Inline <EscapeDefault as Iterator>::next | Martin Gammelsæter | -0/+2 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+5 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -53/+147 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-03-10 | Let `try_collect` take advantage of `try_fold` overrides | Scott McMurray | -2/+48 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -5/+0 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+71 |
| 2022-03-09 | Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -11/+33 |