| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-21 | Simple modification of diagnostic information | surechen | -2/+2 | |
| fixes #119067 | ||||
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -0/+2 | |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 | |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -0/+80 | |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -11/+62 | |
| Use the same approach used for match arm patterns. | ||||
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -8/+25 | |
| When encountering match arm (pat if expr) => {}, recover and suggest removing parentheses. Fix #100825. | ||||
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -11/+1 | |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -28/+15 | |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -1/+1 | |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -40/+5 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -6/+6 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-16 | Fix code indentation | Esteban Küber | -1/+1 | |
| 2023-11-16 | Add test for parens around match arm pattern and condition | Esteban Küber | -0/+63 | |
| 2023-11-16 | Move tests to subdirectory | Esteban Küber | -0/+2065 | |
