about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-2/+8
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-12/+8
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-4/+14
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-10/+8
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-30/+50
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-153/+151
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
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
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-0/+2
2018-06-19Add test for updated parser errorEsteban Küber-0/+32