summary refs log tree commit diff
path: root/src/test/ui/parser/raw
AgeCommit message (Expand)AuthorLines
2020-02-28Update UI testsGuillaume Gomez-1/+2
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-4/+4
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-3/+3
2019-10-28Tweak unexpected token wordingEsteban Küber-2/+2
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-4/+4
2019-07-12Do not emit type errors after parse error in last statement of blockEsteban Küber-14/+23
2019-03-16syntax: Introduce `Ident::can_be_raw`Vadim Petrochenkov-12/+14
2019-03-11Update testsVadim Petrochenkov-6/+6
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-14/+30
2018-12-25Remove licensesMark Rousskov-46/+6
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-1/+3
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+113