rust/src/librustc_lint
Tyler Mandry c854aecd62
Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=centril
Don't warn about snake case for field puns.

Closes #66362.
2020-01-17 17:28:10 -08:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
array_into_iter.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
builtin.rs Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril 2020-01-16 11:58:02 +05:30
Cargo.toml {rustc::lint -> rustc_lint}::internal 2020-01-11 07:42:26 +01:00
context.rs don't clone types that are copy 2020-01-16 23:48:49 +01:00
early.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
internal.rs Use report_in_external_macro for internal lints 2020-01-12 23:21:02 -08:00
late.rs pacify the parallel compiler 2020-01-11 07:42:26 +01:00
levels.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
lib.rs Expose context::CheckLintNameResult 2020-01-12 15:25:41 +09:00
non_ascii_idents.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
nonstandard_style.rs Don't warn about snake case for field puns that don't introduce a new name. 2020-01-17 05:57:39 +10:00
passes.rs lints: move a comment 2020-01-11 07:42:26 +01:00
redundant_semicolon.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
types.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
unused.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00