rust/src/librustc_lint
Oliver Scherer 26e9990198 Add a "diagnostic item" scheme
This allows lints and other diagnostics to refer to items
by a unique ID instead of relying on whacky path
resolution schemes that may break when items are
relocated.
2019-08-30 01:00:55 +02:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
builtin.rs Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
error_codes.rs Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
lib.rs Deprecate using rustc_plugin without the rustc_driver dylib. 2019-08-20 00:21:32 +02:00
non_ascii_idents.rs in which the non_ascii_idents lint appears (RFC 2457) 2019-07-06 17:23:17 -07:00
nonstandard_style.rs Modifies how Arg, Arm, Field, FieldPattern and Variant are visited 2019-08-24 13:54:40 -03:00
redundant_semicolon.rs Add lint for excess trailing semicolons 2019-08-12 10:14:07 -04:00
types.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
unused.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00