about summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.rs
AgeCommit message (Expand)AuthorLines
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-2/+3
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-1/+1
2020-02-24parser: tweak unmatched wordingMazdak Farrokhzad-1/+1
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-1/+2
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-1/+1
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-2/+1
2020-02-13parser: unify item list parsing.Mazdak Farrokhzad-0/+3
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+16