summary refs log tree commit diff
path: root/src/test/ui/rust-2018
AgeCommit message (Expand)AuthorLines
2018-07-26Tweak the raw_identifiers lints in 2018Alex Crichton-0/+38
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-0/+309
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-17/+23
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-15/+227
2018-07-14Lint the use of async as an identifierOliver Schneider-0/+91
2018-07-12rustc: Lint against `#[macro_use]` in 2018 idiomsAlex Crichton-0/+73
2018-07-09in which `use` suggestions meet edition 2018Zack M. Davis-0/+43
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-10/+17
2018-06-01extend `unused_extern_crates` lint with a suggestion to removeNiko Matsakis-0/+86
2018-05-30also reset anon-param-mode for `fn()` typesNiko Matsakis-0/+25
2018-05-30reset the "anonymous lifetime mode" for parenthesized where clausesNiko Matsakis-0/+25
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-28/+28
2018-05-23"crate-ify" paths that begin with a renamed crateNiko Matsakis-0/+274
2018-05-23Auto merge of #50983 - nikomatsakis:issue-50970-migration-lint-fq-path, r=ale...bors-0/+213
2018-05-23handle fully qualified paths properly when lintingNiko Matsakis-0/+213
2018-05-22rustc: Fix another double-lint issue with `crate::`Alex Crichton-22/+36
2018-05-22add new test and add an existing scenario I didn't see coveredNiko Matsakis-4/+97
2018-05-22create a rust-2018 directory for tests related to edition transitionNiko Matsakis-0/+235