| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -9/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -2/+2 | |
| Fix #78507. | ||||
| 2020-10-25 | Tweak invalid `fn` header and body parsing | Esteban Küber | -3/+4 | |
| * Recover empty `fn` bodies when encountering `}` * Recover trailing `>` in return types * Recover from non-type in array type `[<BAD TOKEN>; LEN]` | ||||
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -1/+1 | |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -1/+1 | |
| also refactor `FnKind` and `visit_assoc_item` visitors | ||||
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -2/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+20 | |
