rust/compiler/rustc_lint/src
Yuki Okushi 378ca5e640
Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov
Fix false positive for `unused_parens` lint

Fixes #60336
2020-10-20 12:11:06 +09:00
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Auto-generate lint documentation. 2020-09-13 08:48:03 -07:00
builtin.rs Auto merge of #78066 - bugadani:wat, r=jonas-schievink 2020-10-18 13:50:31 +00:00
context.rs Remove unused code from remaining compiler crates 2020-10-14 04:14:32 +02:00
early.rs Add check_generic_arg early pass 2020-10-16 17:14:36 -03:00
internal.rs add test 2020-09-21 20:36:05 +02:00
late.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
levels.rs Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
lib.rs Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 2020-10-07 09:56:51 +00: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 Add check_generic_arg early pass 2020-10-16 17:14:36 -03:00
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 Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
unused.rs Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov 2020-10-20 12:11:06 +09:00