rust/src/librustc_lint
Charles Lew c05961c2db Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
Cargo.toml Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
array_into_iter.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
builtin.rs Address comments from review 2020-04-23 23:14:07 +01:00
context.rs Clarify unused_doc_comments note on macro invocations 2020-04-21 21:16:50 -07:00
early.rs add visit_anon_const to EarlyContextAndPass 2020-03-27 22:50:48 +01:00
internal.rs Use if let instead of match when only matching a single variant (clippy::single_match) 2020-03-30 10:52:29 +02:00
late.rs Modify `as_local_hir_id` to return a bare `HirId` 2020-04-23 23:14:07 +01:00
levels.rs Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
lib.rs Accept `LocalDefId` as key for `lint_mod` query 2020-04-27 23:55:41 +01:00
non_ascii_idents.rs Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
nonstandard_style.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
passes.rs add visit_anon_const to EarlyContextAndPass 2020-03-27 22:50:48 +01:00
redundant_semicolon.rs encode `;` stmt w/o expr as `StmtKind::Empty` 2020-03-01 23:02:17 +01:00
types.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
unused.rs Quick and dirty fix of the unused_braces lint 2020-04-24 19:15:06 +02:00