| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -19/+0 | |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -11/+7 | |
| Swift has specific syntax that desugars to `Option<T>` similar to our `?` operator, which means that people might try to use it in Rust. Parse it and gracefully recover. | ||||
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -2/+2 | |
| There's a few spots where semicolons are checked for to do error recovery, and should not be suggested (or checked for other stuff). Fixes #87647 | ||||
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -0/+23 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
