| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -0/+3 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -2/+2 |
| 2022-04-16 | Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc... | Dylan DPC | -10/+50 |
| 2022-04-14 | refactor: change to use peekable | rainy-me | -20/+17 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-14 | improve diagnostics for unterminated nested block comment | rainy-me | -10/+53 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -12/+36 |
| 2022-04-07 | Auto merge of #95715 - nnethercote:shrink-Nonterminal, r=davidtwco | bors | -8/+8 |
| 2022-04-07 | Shrink `Nonterminal`. | Nicholas Nethercote | -8/+8 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -11/+15 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -17/+25 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -5/+5 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+2 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -1/+237 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -0/+4 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -0/+4 |
| 2022-04-01 | Rollup merge of #95293 - compiler-errors:braces, r=davidtwco | Matthias Krüger | -11/+7 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -3/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Update error message & remove outdated test comment | Grisha Vartanyan | -3/+1 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -5/+5 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -5/+5 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+29 |
| 2022-03-28 | Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov | Dylan DPC | -14/+24 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -12/+20 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -14/+24 |
| 2022-03-27 | Fix from rebase | Noah Lev | -5/+5 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -1/+34 |
| 2022-03-27 | Handle `,` to `;` substitution in arg params | Esteban Kuber | -0/+17 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -1/+17 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -0/+3 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -4/+4 |
| 2022-03-25 | diagnostics: correct generic bounds with doubled colon | Michael Howell | -0/+29 |
| 2022-03-24 | suggest wrapping single-expr blocks in square brackets | Michael Goulet | -11/+7 |
| 2022-03-23 | Fix rustfix panic on test | Noah Lev | -1/+1 |
| 2022-03-23 | Use `multipart_suggestions` | Noah Lev | -48/+54 |
| 2022-03-23 | Change temporary variable name if it would conflict | Noah Lev | -7/+4 |
| 2022-03-23 | Make `standalone` an enum | Noah Lev | -13/+25 |
| 2022-03-23 | Add heuristic to avoid treating `x + +2` as increment | Noah Lev | -0/+1 |
| 2022-03-23 | Improve function names | Noah Lev | -4/+4 |
| 2022-03-23 | Improve handling of `tmp` variable name conflicts | Noah Lev | -2/+6 |
| 2022-03-23 | Emit both subexp and standalone sugg for postfix | Noah Lev | -31/+55 |
| 2022-03-23 | Emit structured suggestions for field accesses too | Noah Lev | -22/+11 |
| 2022-03-23 | Refactor, handle fields better, add field tests | Noah Lev | -18/+18 |
| 2022-03-23 | Reduce rightward drift | Noah Lev | -31/+30 |
| 2022-03-23 | Remove error recovery todos | Noah Lev | -15/+9 |
| 2022-03-23 | Move increment checks to improve errors | Noah Lev | -43/+210 |