about summary refs log tree commit diff
path: root/clippy_lints/src/let_if_seq.rs
AgeCommit message (Expand)AuthorLines
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-7/+6
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-7/+7
2018-11-27Run rustfmt on clippy_lintsflip1995-11/+6
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Applicability adjustment per additional commentsVitaly _Vi Shukela-1/+1
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-1/+1
2018-09-20Fix indentsVitaly _Vi Shukela-5/+5
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-3/+7
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-6/+6
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-07-16StmtKindcsmoe-3/+3
2018-07-16ExprKindcsmoe-6/+6
2018-06-29RustupMateusz Mikuła-2/+2
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-16Apply clippy suggestionsMateusz Mikuła-3/+3
2017-11-05Cargo fmttopecongiro-7/+7
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-89/+92
2017-09-12RustupOliver Schneider-10/+14
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-2/+1
2017-08-15RustupOliver Schneider-2/+2
2017-08-14RustfmtOliver Schneider-2/+2
2017-08-01use BindingAnnotation instead of BindingModeFrederick Zhang-1/+2
2017-05-12Fix various wrong uses of NestedVisitorMap::AllOliver Schneider-1/+1
2017-04-06fix various rustup failuresOliver Schneider-1/+1
2017-03-31Fix src/needless_bool.rs by using ExprBlock(block) = thenEnrico Schmitz-1/+1
2017-03-31Fixing src/copies.rs and src/entries.rs by using ExprBlock(block) = then.nodeEnrico Schmitz-2/+4
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-6/+5
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-13rustup to 2017-01-12Oliver Schneider-2/+2
2016-12-21function definition style simplificationOliver Schneider-2/+5
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-1/+1
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-10/+3
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-3/+3
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-5/+16
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-12/+9
2016-11-24let_if_seq: fix rewrite exampleHoàng Đức Hiếu-3/+3
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-1/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-1/+1
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-06-10Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*mcarton-6/+6
2016-06-10Run rustfmtmcarton-1/+1
2016-06-09Fix yet another FP in `USELESS_LET_IF_SEQ`mcarton-0/+1
2016-06-05Fix false-positive in `USELESS_LET_IF_SEQ`mcarton-5/+12