| Age | Commit message (Expand) | Author | Lines |
| 2019-08-03 | Doctests: Enable running doc tests for perf lints | Philipp Hansch | -32/+65 |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -83/+155 |
| 2019-08-01 | Auto merge of #4322 - Y0hy0h:patch-1, r=phansch | bors | -1/+10 |
| 2019-08-01 | Fix missing import | Y0hy0h | -1/+1 |
| 2019-08-01 | Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995 | bors | -1/+1 |
| 2019-08-01 | Fix doc tests | flip1995 | -0/+6 |
| 2019-08-01 | Remove Known problems for UNNECESSARY_UNWRAP | flip1995 | -1/+1 |
| 2019-08-01 | Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctness | flip1995 | -4/+6 |
| 2019-08-01 | Auto merge of #4318 - izik1:typo, r=phansch | bors | -2/+2 |
| 2019-08-01 | Improve documentation on implicit_hasher lint | Y0hy0h | -1/+10 |
| 2019-08-01 | Auto merge of #4315 - phansch:fn_to_numeric_cast_applicability, r=flip1995 | bors | -1/+1 |
| 2019-07-31 | Fix `for on` typo | Zachery Gyurkovitz | -2/+2 |
| 2019-08-01 | Update formatting | Michael Wright | -13/+11 |
| 2019-07-31 | Mark `fn_to_numeric_cast` lints as MaybeIncorrect | Philipp Hansch | -1/+1 |
| 2019-08-01 | Add required negation in non_zero lint | chansuke | -1/+1 |
| 2019-07-31 | Update all the code to pass the updated `use_self` lint. | Jakub Wieczorek | -77/+78 |
| 2019-07-31 | Extend the `use_self` lint to suggest uses of `Self::Variant`. | Jakub Wieczorek | -20/+38 |
| 2019-07-30 | Auto merge of #3766 - xd009642:issue-3764, r=flip1995 | bors | -3/+183 |
| 2019-07-30 | Fix breakage due to rust-lang/rust#61856 | Michael Wright | -3/+18 |
| 2019-07-28 | Fix dogfood test | xd009642 | -7/+3 |
| 2019-07-27 | Hash discriminant of lifetime.name | xd009642 | -0/+1 |
| 2019-07-27 | Hash discriminant of Lifetime::Name | xd009642 | -1/+2 |
| 2019-07-27 | Respond to review comments | xd009642 | -27/+26 |
| 2019-07-27 | Added doc comment fixed type printout | xd009642 | -2/+16 |
| 2019-07-27 | Respond to comments and improve printout | xd009642 | -8/+8 |
| 2019-07-26 | rustup https://github.com/rust-lang/rust/pull/62964 | Matthias Krüger | -1/+1 |
| 2019-07-26 | Responded to comments and fixed compile bug | xd009642 | -5/+3 |
| 2019-07-24 | Fixed more compile errors | xd009642 | -10/+14 |
| 2019-07-24 | Fix some of the compile errors | xd009642 | -32/+22 |
| 2019-07-24 | Changed Ty to ty, added lifetime 'tcx | xd009642 | -17/+17 |
| 2019-07-24 | Lint for type repetition in trait bounds. | xd009642 | -4/+181 |
| 2019-07-24 | rustup https://github.com/rust-lang/rust/pull/62859 | Matthias Krüger | -1/+1 |
| 2019-07-23 | Auto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime, r=flip1995 | bors | -0/+2 |
| 2019-07-21 | Fix breakage due to rust-lang/rust#60913 | Michael Wright | -16/+30 |
| 2019-07-21 | Fix breakage due to rust-lang/rust#62705 | Michael Wright | -7/+7 |
| 2019-07-18 | Auto merge of #4274 - daxpedda:implicit_return_fixes, r=flip1995 | bors | -63/+91 |
| 2019-07-18 | Format code | flip1995 | -0/+1 |
| 2019-07-17 | Improved imports | daxpedda | -2/+2 |
| 2019-07-17 | Corrections for PR review. | Darth-Revan | -11/+17 |
| 2019-07-17 | Implement lint for inherent to_string() method. | Darth-Revan | -0/+154 |
| 2019-07-16 | Removed lintining on never type. | daxpedda | -22/+15 |
| 2019-07-15 | Lint | Jerry Hardee | -4/+2 |
| 2019-07-15 | Fix float_cmp false positive when comparing signum | Jerry Hardee | -0/+27 |
| 2019-07-15 | false positives fixes of `implicit_return` | daxpedda | -65/+100 |
| 2019-07-15 | Deny warnings in CI | Michael Wright | -0/+1 |
| 2019-07-13 | Auto merge of #4268 - mikerite:fix-4260, r=flip1995 | bors | -0/+3 |
| 2019-07-12 | Rustup `macro expansion and resolution` | Lzu Tao | -12/+16 |
| 2019-07-11 | Fix bug in `implicit_hasher` causing crashes | Michael Wright | -0/+3 |
| 2019-07-10 | Ignore generated fresh lifetimes in elision check. | uHOOCCOOHu | -0/+2 |
| 2019-07-09 | Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995 | bors | -4/+12 |