| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -2/+2 | |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -4/+4 | |
| Remove blanket check for existence of other errors before emitting "type annotation needed" errors, and add some eager checks to avoid adding obligations when they refer to types that reference `[type error]` in order to reduce unneded errors. | ||||
| 2019-07-12 | Do not emit type errors after parse error in last statement of block | Esteban Küber | -14/+23 | |
| When recovering from a parse error inside a block, do not emit type errors generating on that block's recovered return expression. Fix #57383. | ||||
| 2019-03-16 | syntax: Introduce `Ident::can_be_raw` | Vadim Petrochenkov | -12/+14 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -6/+6 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -14/+30 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -46/+6 | |
| 2018-10-21 | Make sure all ui/parse tests have `-Z parse-only` | Vadim Petrochenkov | -1/+3 | |
| Except those testing parsing during macro expansion | ||||
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -0/+113 | |
