| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -110/+0 | |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -3/+13 | |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -2/+2 | |
| 2022-02-02 | fix ICE when parsing lifetime as function argument | Michael Goulet | -3/+15 | |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -11/+44 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -4/+4 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -3/+3 | |
| 2020-03-25 | Tweak chained operators diagnostic | Esteban Küber | -29/+18 | |
| 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 | -6/+14 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -6/+0 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-10-03 | review comments | Esteban Küber | -3/+3 | |
| 2019-10-03 | review comments | Esteban Küber | -3/+12 | |
| 2019-10-03 | When encountering chained operators use heuristics to recover from bad turbofish | Esteban Küber | -6/+17 | |
| 2019-09-05 | Bail out when encountering likely missing turbofish in parser | Esteban Küber | -13/+2 | |
| 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-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -2/+4 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -4/+32 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+23 | |
