| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Allocate one less vec in `parser/expr.rs` | Maybe Waffle | -3/+2 |
| 2023-01-14 | Improve comments in `parser/expr.rs` | Maybe Waffle | -9/+13 |
| 2023-01-14 | Make `LhsExpr::AlreadyParsed` a named struct | Maybe Waffle | -6/+12 |
| 2023-01-13 | Recover labels written as identifiers | Maybe Waffle | -5/+52 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -1/+17 |
| 2023-01-12 | Remove an `unwrap()` from parser that can be written as if-let-chain | Maybe Waffle | -2/+2 |
| 2023-01-12 | parse const closures | Deadbeef | -1/+17 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -13/+119 |
| 2023-01-11 | parser: recover from where clauses placed before tuple struct bodies | León Orell Valerian Liehr | -13/+119 |
| 2023-01-11 | Detect struct literal needing parentheses | Esteban Küber | -15/+38 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -2/+10 |
| 2023-01-06 | Tiny formatting fix | Esteban Küber | -6/+7 |
| 2022-12-30 | Auto merge of #106268 - kraktus:patch-2, r=Nilstrieb | bors | -1/+1 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -3/+94 |
| 2022-12-29 | fix comment for `TokenCursor::desugar` | kraktus | -1/+1 |
| 2022-12-29 | Rollup merge of #106242 - estebank:diff-markers, r=jyn514 | Matthias Krüger | -5/+120 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -2/+2 |
| 2022-12-29 | Provide a better error for `Fn` traits with lifetime params | Yutaro Ohno | -3/+94 |
| 2022-12-28 | Add support for diff3 format | Esteban Küber | -0/+7 |
| 2022-12-28 | Tweak wording | Esteban Küber | -6/+17 |
| 2022-12-28 | Account for ADT bodies and struct expressions | Esteban Küber | -2/+30 |
| 2022-12-28 | Detect diff markers in the parser | Esteban Küber | -3/+72 |
| 2022-12-28 | Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -2/+2 |
| 2022-12-28 | Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank | Matthias Krüger | -3/+45 |
| 2022-12-27 | Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-er... | Matthias Krüger | -12/+6 |
| 2022-12-27 | Recover `fn` keyword as `Fn` trait in bounds | Michael Goulet | -3/+45 |
| 2022-12-26 | Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726 | bors | -1/+19 |
| 2022-12-27 | Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726 | fee1-dead | -2/+0 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -2/+0 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -3/+7 |
| 2022-12-23 | Always suggest as `MachineApplicable` in `recover_intersection_pat` | Yuki Okushi | -12/+6 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -2/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -6/+2 |
| 2022-12-16 | Little fixes | Deep Majumder | -3/+3 |
| 2022-12-14 | Allow .. to be parsed as let initializer | Deep Majumder | -3/+7 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -2/+18 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -43/+26 |
| 2022-12-13 | error parsing lifetime following by Sized and message + between them | Yiming Lei | -1/+19 |
| 2022-12-12 | Properly calculate best failure in macro matching | Nilstrieb | -0/+4 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -31/+51 |
| 2022-12-11 | Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki | Matthias Krüger | -3/+9 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+0 |
| 2022-12-10 | fix #105366, suggest impl in the scenario of typo with fn | yukang | -2/+18 |
| 2022-12-07 | fix #105226, Detect spurious ; before assoc fn body | yukang | -3/+9 |
| 2022-12-06 | Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholk | Matthias Krüger | -1/+8 |
| 2022-12-05 | Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov | Matthias Krüger | -14/+5 |
| 2022-12-05 | Parameterise `Parser::{recover_unclosed_char,handle_missing_lit}`. | Nicholas Nethercote | -30/+49 |
| 2022-12-04 | Rollup merge of #105141 - ohno418:fix-ice-on-invalid-var-decl-in-macro-call, ... | Matthias Krüger | -19/+24 |