| Age | Commit message (Expand) | Author | Lines |
| 2019-08-05 | Auto merge of #4337 - flip1995:let_unit, r=phansch | bors | -10/+12 |
| 2019-08-05 | Make let_unit lint suggestion auto applicable | flip1995 | -10/+12 |
| 2019-08-05 | Rustup to https://github.com/rust-lang/rust/pull/63213 | Philipp Hansch | -7/+7 |
| 2019-08-03 | Doctests: Enable running doc tests for restriction lints | Philipp Hansch | -16/+57 |
| 2019-08-03 | Doctests: Enable running doc tests for nursery lints | Philipp Hansch | -10/+29 |
| 2019-08-03 | Doctests: Enable running doc tests for pedantic lints | Philipp Hansch | -27/+73 |
| 2019-08-03 | Auto merge of #4327 - phansch:doctests_perf, r=flip1995 | bors | -32/+65 |
| 2019-08-03 | Auto merge of #4325 - phansch:doctests_complexity, r=flip1995 | bors | -85/+157 |
| 2019-08-03 | Rustup to latest rustc master | Philipp Hansch | -7/+9 |
| 2019-08-03 | Also enable doc tests for internal lints | Philipp Hansch | -2/+2 |
| 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-19 | Update pulldown-cmark to 0.5.3 | Philipp Hansch | -1/+1 |
| 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 |