| Age | Commit message (Expand) | Author | Lines |
| 2022-03-23 | Update syntax tree definition | Grisha Vartanyan | -3/+3 |
| 2022-03-23 | Reduce max hash in raw strings from u16 to u8 | Grisha Vartanyan | -11/+11 |
| 2022-03-23 | Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPC | bors | -1/+8 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -60/+99 |
| 2022-03-23 | Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPC | bors | -14/+12 |
| 2022-03-23 | Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2022-03-23 | Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot... | Dylan DPC | -2/+2 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -9/+8 |
| 2022-03-23 | Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnay | bors | -20/+0 |
| 2022-03-22 | interpret/validity: improve clarity | Ralf Jung | -3/+2 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -1/+8 |
| 2022-03-22 | Filter for all features instead of any | Jubilee Young | -3/+6 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -6/+2 |
| 2022-03-22 | Auto merge of #95159 - nnethercote:TtParser, r=petrochenkov | bors | -511/+421 |
| 2022-03-23 | Eliminate `TokenTreeOrTokenTreeSlice`. | Nicholas Nethercote | -173/+146 |
| 2022-03-22 | Auto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r=Dylan-DPC | bors | -24/+53 |
| 2022-03-22 | Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi... | Dylan DPC | -4/+8 |
| 2022-03-22 | Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkov | Dylan DPC | -0/+21 |
| 2022-03-22 | Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obk | Dylan DPC | -16/+14 |
| 2022-03-22 | Rollup merge of #95188 - c410-f3r:aqui-vamos-nos, r=petrochenkov | Dylan DPC | -4/+10 |
| 2022-03-23 | replace `this.clone()` with `this.create_snapshot_for_diagnostic()` | Takayuki Maeda | -2/+2 |
| 2022-03-22 | Auto merge of #94693 - nnethercote:parser-inlining, r=petrochenkov | bors | -12/+33 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -4/+8 |
| 2022-03-22 | suggest constraining param for unary ops when missing trait impl | Frank King | -0/+21 |
| 2022-03-22 | Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat... | bors | -5/+19 |
| 2022-03-21 | rename LocalState::Uninitialized to Unallocated | Ralf Jung | -16/+14 |
| 2022-03-22 | Auto merge of #95161 - JakobDegen:fix-early-otherwise-branch, r=wesleywiser | bors | -1/+32 |
| 2022-03-22 | Split `TokenCursor::{next,next_desugared}` into inlined and non-inlined halves. | Nicholas Nethercote | -10/+24 |
| 2022-03-22 | Split `Parser::bump_with` into inlined and non-inlined halves. | Nicholas Nethercote | -2/+9 |
| 2022-03-21 | Fix generated tokens hygiene | Caio | -4/+10 |
| 2022-03-21 | Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-21 | Rollup merge of #95085 - ouz-a:master5, r=jackh726 | Matthias Krüger | -2/+23 |
| 2022-03-21 | Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa... | Matthias Krüger | -78/+61 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -2/+23 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -1/+1 |
| 2022-03-22 | use `format-args-capture` and remove unnecessary nested if blocks in some par... | Takayuki Maeda | -78/+61 |
| 2022-03-21 | Tidy up | Deadbeef | -4/+8 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -62/+95 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+2 |
| 2022-03-20 | Disable early otherwise branch MIR opt | Jakob Degen | -1/+32 |
| 2022-03-21 | Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwco | bors | -6/+35 |
| 2022-03-21 | Auto merge of #95156 - audunhalland:fix-rustc_const_eval_transform-comments, ... | bors | -2/+2 |
| 2022-03-21 | Move items into `TtParser` as `Vec`s. | Nicholas Nethercote | -58/+43 |
| 2022-03-21 | Remove `MatcherPosHandle`. | Nicholas Nethercote | -88/+23 |
| 2022-03-20 | fix two comments referring to moved code (rustc_mir_transform::generator) | Audun Halland | -2/+2 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -20/+0 |
| 2022-03-20 | Rollup merge of #95145 - ChayimFriedman2:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-20 | Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro... | Matthias Krüger | -1/+1 |
| 2022-03-20 | Fix typo interator->iterator | Chayim Refael Friedman | -1/+1 |
| 2022-03-20 | Auto merge of #95142 - bjorn3:sync_cg_clif-2022-03-20, r=bjorn3 | bors | -506/+453 |