about summary refs log tree commit diff
path: root/clippy_lints/src/let_if_seq.rs
AgeCommit message (Expand)AuthorLines
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
2016-06-03Correctly check for variable use in `useless_let_if_seq`mcarton-5/+10
2016-05-31another one. Somehow I failed to correctly commitAndre Bogus-1/+1
2016-05-29Add a `USELESS_LET_IF_SEQ` lintmcarton-0/+176