about summary refs log tree commit diff
path: root/clippy_lints/src/suspicious_trait_impl.rs
AgeCommit message (Expand)AuthorLines
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-3/+3
2018-07-23RustupOliver 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-5/+24
2018-07-16BinOpKindcsmoe-6/+6
2018-07-16ExprKindcsmoe-7/+7
2018-06-15Dogfood new trivially_copy_pass_by_ref lintWim Looman-4/+4
2018-05-30Run rustfixMateusz MikuĊ‚a-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2018-03-17Don't lint comparison operators in arithmetic implsflip1995-0/+4
2018-03-06UnNeg and UnNot count as additional operations nowflip1995-9/+14
2018-02-13Lint for suspicious implementations of arithmetic std::ops traitsflip1995-0/+192