| Age | Commit message (Expand) | Author | Lines |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -1/+4 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -11/+19 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -11/+19 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -1/+4 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -1/+2 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2022-08-02 | Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-dead | Matthias Krüger | -44/+19 |
| 2022-08-01 | Use expr parse restrictions for let expr parsing | Michael Goulet | -44/+19 |
| 2022-07-30 | Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPC | bors | -6/+18 |
| 2022-07-30 | Rollup merge of #99903 - gimbles:pub, r=davidtwco | Dylan DPC | -0/+11 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -20/+24 |
| 2022-07-29 | Add diagnostic when using public instead of pub | Gimgim | -0/+11 |
| 2022-07-29 | Recover from c++ style `enum struct` | Obei Sideg | -0/+19 |
| 2022-07-29 | dont call type ascription 'cast' | Michael Goulet | -6/+7 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -20/+24 |
| 2022-07-28 | remove an unnecessary line break | Takayuki Maeda | -1/+0 |
| 2022-07-25 | Remove let-chain close brace check. | Eric Huss | -4/+1 |
| 2022-07-23 | Do not suggest adding `;` when `,` is also a choice | Michael Goulet | -1/+2 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -23/+7 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -26/+22 |
| 2022-07-13 | Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov | Dylan DPC | -0/+18 |
| 2022-07-12 | Update compiler/rustc_parse/src/parser/expr.rs | Michael Howell | -1/+1 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -26/+22 |
| 2022-07-12 | Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebank | Dylan DPC | -8/+24 |
| 2022-07-08 | Fix last let_chains blocker | Caio | -8/+24 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -2/+1 |
| 2022-07-07 | diagnostics: suggest naming a field after failing to parse | Michael Howell | -0/+13 |
| 2022-07-07 | diagnostics: mention the `:` token when struct fields fail to parse | Michael Howell | -0/+5 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -1/+10 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -1/+10 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -2/+2 |
| 2022-06-29 | Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl... | Matthias Krüger | -7/+4 |
| 2022-06-29 | avoid many `&str` to `String` conversions with `MultiSpan::push_span_label` | Takayuki Maeda | -7/+4 |
| 2022-06-28 | Use pre-interned symbols in import recovery | bjorn3 | -2/+1 |
| 2022-06-27 | various: add `rustc_lint_diagnostics` to diag fns | David Wood | -0/+2 |
| 2022-06-26 | Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=ol... | Matthias Krüger | -12/+12 |
| 2022-06-25 | [rustc_parse] Forbid lets in certain places | Caio | -4/+32 |
| 2022-06-24 | macros: use typed identifiers in subdiag derive | David Wood | -3/+3 |
| 2022-06-24 | macros: use typed identifiers in diag derive | David Wood | -9/+9 |
| 2022-06-20 | Rollup merge of #98183 - dtolnay:emptybound, r=lcnr | Yuki Okushi | -1/+4 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -4/+4 |
| 2022-06-16 | Fix pretty printing of empty type bound lists in where-clause | David Tolnay | -1/+4 |
| 2022-06-16 | Do not suggest adding semicolon/changing delimiters for macros in item positi... | Chayim Refael Friedman | -21/+25 |
| 2022-06-13 | Improve parsing errors and suggestions for bad if statements | Michael Goulet | -43/+82 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -9/+88 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -121/+90 |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -9/+88 |
| 2022-06-12 | use `create_snapshot_for_diagnostic` instead of `clone` | Takayuki Maeda | -2/+2 |