summary refs log tree commit diff
path: root/src/test/ui/label
AgeCommit message (Expand)AuthorLines
2020-12-17Add test case for break expr with misspelled valueDaiki Ihara-0/+65
2020-05-26Allow unlabeled breaks from desugared `?` in labeled blocksSamrat Man Singh-0/+12
2020-04-21Added proper explanation error code E0696pankajchaudhary5-1/+2
2020-03-10more reuse in block parsing & improve diagnostics.Mazdak Farrokhzad-1/+4
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-3/+3
2019-12-23more recovery in if-parsingMazdak Farrokhzad-1/+1
2019-11-25Tweak bad `continue` errorEsteban Küber-7/+2
2019-11-15Don't warn labels beginning with `_`Yuki Okushi-0/+10
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-2/+2
2019-07-12Use snippet instead of pprinting statementEsteban Küber-2/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-11Update testsVadim Petrochenkov-14/+14
2018-12-25Remove licensesMark Rousskov-64/+14
2018-11-05Auto merge of #55451 - estebank:arg-doc, r=pnkfelixbors-1/+3
2018-10-28Use token description in "expected/found" parse messagesEsteban Küber-0/+2
2018-10-28Point at `match` when a parse failure ocurrs inside of itEsteban Küber-1/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+232