rust/src/librustc_lint
Mazdak Farrokhzad 9cd75fb35f
Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=Manishearth
`non_ascii_idents` lint (part of RFC 2457)

RFC 2457 [declares](121bbeff50/text/2457-non-ascii-idents.md): "A `non_ascii_idents` lint is added to the compiler. This lint is allow by default."

(Part of #55467.)

r? @Manishearth
2019-07-07 17:00:15 +02:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
builtin.rs Make WhileTrue into an EarlyLintPass lint. 2019-07-06 06:43:58 +02:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
lib.rs in which the non_ascii_idents lint appears (RFC 2457) 2019-07-06 17:23:17 -07: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 rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
types.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
unused.rs Extend #[must_use] lint to arrays 2019-06-30 18:20:49 +01:00