summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Collapse)AuthorLines
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-30/+50
Enable one fully ignored test
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-153/+151
Except those testing parsing during macro expansion
2018-10-21Make some ui/parser tests compile-passVadim Petrochenkov-68/+11
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+534
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8156
2018-10-05add suggestion for inverted function parametersAndy Russell-0/+86
Fixes #54065.
2018-09-20Detect `for _ in in bar {}` typoEsteban Küber-0/+18
2018-09-05Change wording of unclosed delimiter labelEsteban Küber-2/+2
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-0/+49
* When encountering EOF, point at the last opening brace that does not have the same indentation level as its close delimiter. * When encountering the wrong type of close delimiter, point at the likely correct open delimiter to give a better idea of what went wrong.
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-0/+2
2018-06-19Add test for updated parser errorEsteban Küber-0/+32