| Age | Commit message (Expand) | Author | Lines |
| 2023-09-12 | Only suggest turbofish in patterns if we may recover | León Orell Valerian Liehr | -0/+21 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+19 |
| 2023-08-15 | Clean up some bad ui testing annotations | Michael Goulet | -3/+8 |
| 2023-08-07 | relocate tests to pass tidy | darklyspaced | -0/+15 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -6/+16 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -6/+16 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -0/+12 |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -0/+19 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -0/+19 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -4/+4 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -0/+78 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-13 | fmt | yukang | -2/+1 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+22 |
| 2023-05-13 | fix(parse): return unpected when current token is EOF | bohan | -0/+10 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -48/+61 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -296/+164 |
| 2023-05-01 | Rip it out | Nilstrieb | -296/+164 |
| 2023-04-28 | fixup tests wrt new normalization | Maybe Waffle | -1/+1 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -0/+22 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -33/+38 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -3/+15 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -4/+10 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -9/+15 |
| 2023-03-05 | add test for https://github.com/rust-lang/rust/issues/108242 | Lukas Markeffsky | -0/+18 |
| 2023-03-01 | Add testcase for issue 105209 | yukang | -0/+25 |
| 2023-03-01 | Fix #104367, add test case for mismatched open/close delims | yukang | -0/+32 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -160/+46 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -520/+108 |
| 2023-02-03 | Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors | Matthias Krüger | -27/+55 |
| 2023-02-02 | Parse and recover from type ascription in patterns | Esteban Küber | -27/+55 |
| 2023-02-02 | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac... | Matthias Krüger | -1/+6 |
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -1/+6 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -55/+27 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -9/+29 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -9/+29 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -2/+2 |
| 2023-01-27 | Improve unexpected close and mismatch delimiter hint in TokenTreesReader | yukang | -14/+18 |
| 2023-01-26 | add testcase for #104012 | yukang | -0/+16 |
| 2023-01-20 | preserve delim spans during `macro_rules!` expansion if able | Lukas Markeffsky | -2/+2 |
| 2023-01-17 | Emit fewer errors on patterns with possible type ascription | Esteban Küber | -10/+2 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -18/+54 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -0/+0 |
| 2023-01-12 | Emit a single error for contiguous sequences of Unicode homoglyphs | clubby789 | -0/+0 |
| 2023-01-11 | parser: recover from where clauses placed before tuple struct bodies | León Orell Valerian Liehr | -4/+15 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+6304 |