rust/compiler/rustc_lint/src
Aaron Hill 772292fa51
Don't lint on redundant semicolons after item statements
This preserves the current lint behavior for now.

Linting after item statements currently prevents the compiler from bootstrapping.
Fixing this is blocked on fixing this upstream in Cargo, and bumping the Cargo
submodule.
2020-11-27 09:37:49 -05:00
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00
builtin.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
context.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
early.rs rustc_ast: visit_mac -> visit_mac_call 2020-11-03 23:39:51 +03:00
internal.rs add test 2020-09-21 20:36:05 +02:00
late.rs Fix inconsistencies in handling of inert attributes on statements 2020-10-24 11:55:48 -04:00
levels.rs Reserve space in advance 2020-11-13 11:19:25 +01:00
lib.rs Rename lint to non_autolinks 2020-11-05 10:22:08 +01:00
methods.rs Fix doctest 2020-10-26 18:19:49 -04: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 Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC 2020-11-21 13:11:35 +00:00
panic_fmt.rs Improve panic_fmt lint messages. 2020-10-29 19:44:06 +01:00
passes.rs Add check_generic_arg early pass 2020-10-16 17:14:36 -03:00
redundant_semicolon.rs Don't lint on redundant semicolons after item statements 2020-11-27 09:37:49 -05:00
traits.rs Uplift drop-bounds lint from clippy 2020-10-01 12:06:33 -07:00
types.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
unused.rs More consistently use spaces after commas in lists in docs 2020-11-21 14:43:34 -05:00