about summary refs log tree commit diff
path: root/clippy_lints/src/needless_bool.rs
AgeCommit message (Expand)AuthorLines
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16StmtKindcsmoe-1/+1
2018-07-16BinOpKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-8/+8
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-2/+2
2018-03-29Address review commentsOliver Schneider-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2017-09-05Run nightly rustfmtOliver Schneider-23/+15
2017-08-14RustfmtOliver Schneider-41/+56
2017-07-24Get rid of double double colonsOliver Schneider-4/+4
2017-06-22Use span_lint_and_suggSeo Sanghyeon-15/+16
2017-04-12Run rustfmtOliver Schneider-21/+21
2017-03-31Fix src/needless_bool.rs by using ExprBlock(block) = thenEnrico Schmitz-1/+5
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-1/+1
2017-01-17apply rustfmtOliver Schneider-9/+3
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-14/+10
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-16/+16
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-4/+4
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-2/+2
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-7/+11
2016-07-16Improve docsmcarton-4/+11
2016-07-06Address PR's commentsmcarton-1/+1
2016-07-04Fix suggestions for `needless_bool`mcarton-13/+23
2016-06-10Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*mcarton-2/+2
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+192