rust/compiler/rustc_lint/src
Felix S. Klock II afa2a67545 Prevent forbid from being ignored if overriden at the same level.
That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
forbidding foo.
2020-10-04 13:14:01 -04:00
..
nonstandard_style
array_into_iter.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00
builtin.rs lint missing docs for extern items 2020-09-22 00:02:46 +02:00
context.rs Simplify some match statements on `DefPathDataName' 2020-09-25 22:46:15 +01:00
early.rs
internal.rs add test 2020-09-21 20:36:05 +02:00
late.rs
levels.rs Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
lib.rs Uplift drop-bounds lint from clippy 2020-10-01 12:06:33 -07:00
non_ascii_idents.rs Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco 2020-09-14 21:43:17 +00:00
nonstandard_style.rs use array_windows instead of windows in the compiler 2020-09-20 08:11:05 +02:00
passes.rs
redundant_semicolon.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00
traits.rs Uplift drop-bounds lint from clippy 2020-10-01 12:06:33 -07:00
types.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
unused.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00