about summary refs log tree commit diff
path: root/clippy_lints/src/enum_variants.rs
AgeCommit message (Expand)AuthorLines
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+4
2019-09-27Rustup to rust-lang/rust#64813flip1995-2/+2
2019-09-05Rustup "Minimize uses of `LocalInternedString`"Lzu Tao-12/+8
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-2/+2
2019-08-15Rustup to rust-lang/rust#63543flip1995-1/+1
2019-08-06Don't emit enum_variant_names if remainder starts with a numericPhilipp Hansch-0/+4
2019-05-21Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)Manish Goregaokar-1/+1
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-2/+2
2019-04-19Fix false positive in module_name_repetitions lintPhilipp Hansch-2/+2
2019-04-17Use lint pass macrosMatthew Kraai-15/+7
2019-03-05fix or ignore failing doc testsAndy Russell-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-69/+69
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-03Make clippy work with parallel rustcJohn Kåre Alsaker-3/+3
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-12-17Rename lint to MODULE_NAME_REPETITIONSflip1995-4/+9
2018-12-16chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to avoid...Klaus Purer-4/+4
2018-11-27Run rustfmt on clippy_lintsflip1995-17/+18
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-2/+0
2018-10-11Fix `stutter` lintsDevon Hollowood-6/+6
2018-10-11Fix `similar_names` warningsDevon Hollowood-0/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-08-29Adapt codebase to the tool_lintsflip1995-1/+1
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-3/+3
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-15Ignore spans when comparing expressionsOliver Schneider-1/+1
2018-06-29RustupMateusz Mikuła-2/+2
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-01Merge pull request #2701 from nathan/patch-1Oliver Schneider-0/+2
2018-04-28Rustup to latest nightlyPhilipp Hansch-3/+3
2018-04-27Add third variant to {pub_,}enum_variant_names examplesNathan-0/+2
2018-04-07Fix compilation for nightly 2018-04-06Michael Wright-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-8/+8
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2018-02-23Update Rust to 063deba92eManish Goregaokar-3/+3
2017-11-26Check for word beginning in stutter lintLukas Stevens-1/+10
2017-11-05Cargo fmttopecongiro-2/+5
2017-10-10Don't lint accidental "prefixes" on enum variantsOliver Schneider-1/+2
2017-09-05Run nightly rustfmtOliver Schneider-1/+1
2017-08-21Run Dogfood for `use_self`Oliver Schneider-2/+2