about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-08-05Auto merge of #4337 - flip1995:let_unit, r=phanschbors-10/+12
2019-08-05Make let_unit lint suggestion auto applicableflip1995-10/+12
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-7/+7
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-16/+57
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-10/+29
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-27/+73
2019-08-03Auto merge of #4327 - phansch:doctests_perf, r=flip1995bors-32/+65
2019-08-03Auto merge of #4325 - phansch:doctests_complexity, r=flip1995bors-85/+157
2019-08-03Rustup to latest rustc masterPhilipp Hansch-7/+9
2019-08-03Also enable doc tests for internal lintsPhilipp Hansch-2/+2
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-19Update pulldown-cmark to 0.5.3Philipp Hansch-1/+1
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