about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-08-03Doctests: Enable running doc tests for perf lintsPhilipp Hansch-32/+65
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-83/+155
2019-08-01Auto merge of #4322 - Y0hy0h:patch-1, r=phanschbors-1/+10
2019-08-01Fix missing importY0hy0h-1/+1
2019-08-01Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995bors-1/+1
2019-08-01Fix doc testsflip1995-0/+6
2019-08-01Remove Known problems for UNNECESSARY_UNWRAPflip1995-1/+1
2019-08-01Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctnessflip1995-4/+6
2019-08-01Auto merge of #4318 - izik1:typo, r=phanschbors-2/+2
2019-08-01Improve documentation on implicit_hasher lintY0hy0h-1/+10
2019-08-01Auto merge of #4315 - phansch:fn_to_numeric_cast_applicability, r=flip1995bors-1/+1
2019-07-31Fix `for on` typoZachery Gyurkovitz-2/+2
2019-08-01Update formattingMichael Wright-13/+11
2019-07-31Mark `fn_to_numeric_cast` lints as MaybeIncorrectPhilipp Hansch-1/+1
2019-08-01Add required negation in non_zero lintchansuke-1/+1
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-77/+78
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-20/+38
2019-07-30Auto merge of #3766 - xd009642:issue-3764, r=flip1995bors-3/+183
2019-07-30Fix breakage due to rust-lang/rust#61856Michael Wright-3/+18
2019-07-28Fix dogfood testxd009642-7/+3
2019-07-27Hash discriminant of lifetime.namexd009642-0/+1
2019-07-27Hash discriminant of Lifetime::Namexd009642-1/+2
2019-07-27Respond to review commentsxd009642-27/+26
2019-07-27Added doc comment fixed type printoutxd009642-2/+16
2019-07-27Respond to comments and improve printoutxd009642-8/+8
2019-07-26rustup https://github.com/rust-lang/rust/pull/62964Matthias Krüger-1/+1
2019-07-26Responded to comments and fixed compile bugxd009642-5/+3
2019-07-24Fixed more compile errorsxd009642-10/+14
2019-07-24Fix some of the compile errorsxd009642-32/+22
2019-07-24Changed Ty to ty, added lifetime 'tcxxd009642-17/+17
2019-07-24Lint for type repetition in trait bounds.xd009642-4/+181
2019-07-24rustup https://github.com/rust-lang/rust/pull/62859Matthias Krüger-1/+1
2019-07-23Auto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime, r=flip1995bors-0/+2
2019-07-21Fix breakage due to rust-lang/rust#60913Michael Wright-16/+30
2019-07-21Fix breakage due to rust-lang/rust#62705Michael Wright-7/+7
2019-07-18Auto merge of #4274 - daxpedda:implicit_return_fixes, r=flip1995bors-63/+91
2019-07-18Format codeflip1995-0/+1
2019-07-17Improved importsdaxpedda-2/+2
2019-07-17Corrections for PR review.Darth-Revan-11/+17
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-0/+154
2019-07-16Removed lintining on never type.daxpedda-22/+15
2019-07-15LintJerry Hardee-4/+2
2019-07-15Fix float_cmp false positive when comparing signumJerry Hardee-0/+27
2019-07-15false positives fixes of `implicit_return`daxpedda-65/+100
2019-07-15Deny warnings in CIMichael Wright-0/+1
2019-07-13Auto merge of #4268 - mikerite:fix-4260, r=flip1995bors-0/+3
2019-07-12Rustup `macro expansion and resolution`Lzu Tao-12/+16
2019-07-11Fix bug in `implicit_hasher` causing crashesMichael Wright-0/+3
2019-07-10Ignore generated fresh lifetimes in elision check.uHOOCCOOHu-0/+2
2019-07-09Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995bors-4/+12