about summary refs log tree commit diff
path: root/clippy_lints/src/collapsible_if.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-7/+7
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-5/+3
2019-06-23Fix fallout from rust-lang/rust PR 60861.Mazdak Farrokhzad-26/+23
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-3/+5
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-03-10Various cosmetic improvements.Alexander Regueiro-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-44/+44
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-1/+1
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
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-4/+4
2018-12-14rustup rust-lang/rust#52994flip1995-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-10/+12
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-3/+4
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-6/+9
2018-10-18Support multiline comments and hopefully fix panicLukas Stevens-4/+4
2018-10-18Check for comments in collapsible ifsLukas Stevens-0/+9
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-1/+1
2018-09-20Fix indentsVitaly _Vi Shukela-7/+10
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-2/+5
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-3/+3
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-23RustupOliver Schneider-4/+4
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2017-11-03&Selfsinkuu-1/+1
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-31/+33
2017-09-05Run nightly rustfmtOliver Schneider-9/+6
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-2/+3
2017-06-22Use span_lint_and_suggSeo Sanghyeon-5/+5
2017-04-06Fix falloutOliver Schneider-1/+1
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-2/+2
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-1/+1
2016-12-21rustfmt fallout in doc commentsOliver Schneider-4/+4
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-9/+5
2016-08-07Make the lint docstrings more consistent.Georg Brandl-5/+6
2016-07-29s/```/```rust when relevantmcarton-1/+1
2016-07-17Dogfoodmcarton-1/+1
2016-07-16Improve docsmcarton-5/+35
2016-07-10Merge pull request #1060 from Manishearth/suggllogiq-21/+6