| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -38/+0 | |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -0/+2 | |
| 2022-02-02 | fix ICE when parsing lifetime as function argument | Michael Goulet | -0/+2 | |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -8/+16 | |
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -3/+3 | |
| 2020-03-25 | Tweak chained operators diagnostic | Esteban Küber | -4/+2 | |
| Use more selective spans Improve suggestion output Be more selective when displaying suggestions Silence some knock-down type errors | ||||
| 2020-01-11 | Add suggestions when encountering chained comparisons | varkor | -5/+7 | |
| 2019-10-03 | review comments | Esteban Küber | -3/+3 | |
| 2019-10-03 | review comments | Esteban Küber | -6/+12 | |
| 2019-10-03 | When encountering chained operators use heuristics to recover from bad turbofish | Esteban Küber | -1/+4 | |
| 2019-09-05 | Bail out when encountering likely missing turbofish in parser | Esteban Küber | -2/+1 | |
| When encountering a likely intended turbofish without `::`, bubble up the diagnostic instead of emitting it to allow the parser to recover more gracefully and avoid uneccessary type errors that are likely to be wrong. | ||||
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -2/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+26 | |
