rust/compiler/rustc_lint/src
Gus Wynn 185fa56256 Feature gate and make must_not_suspend allow-by-default
This lint is not yet ready for stable use, primarily due to false positives in edge
cases; we want to test it out more before stabilizing.
2021-10-31 21:22:17 -04:00
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Don't mark for loop head span with desugaring 2021-10-15 08:04:50 -05:00
builtin.rs Check implementing type for #[doc(hidden)] 2021-10-17 16:37:44 -05:00
context.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
early.rs Pass real crate-level attributes to pre_expansion_lint 2021-09-26 21:50:50 +00:00
enum_intrinsics_non_enums.rs Add enum_intrinsics_non_enums lint 2021-10-11 09:46:27 +02:00
internal.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
late.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
levels.rs remove unwrap_or! macro 2021-10-08 19:32:16 +03:00
lib.rs Feature gate and make must_not_suspend allow-by-default 2021-10-31 21:22:17 -04:00
methods.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
non_ascii_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
non_fmt_panic.rs clippy::complexity fixes 2021-10-08 20:07:44 +02:00
nonstandard_style.rs Fix extra non_snake_case warning for shorthand field bindings 2021-10-03 14:33:14 +02:00
noop_method_call.rs Use get_diagnostic_name 2021-10-06 13:10:08 -05:00
passes.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
redundant_semicolon.rs Lint on redundant trailing semicolon after item 2020-12-29 16:30:02 -05:00
tests.rs Update to last upstream version 2021-07-08 17:14:28 +02:00
traits.rs fmt 2021-09-09 05:21:30 +00:00
types.rs Use get_diagnostic_name 2021-10-06 13:10:08 -05:00
unused.rs Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00