| Age | Commit message (Expand) | Author | Lines |
| 2019-08-05 | Rollup merge of #4329 - phansch:doctests_pedantic, r=flip1995 | Philipp Krones | -27/+73 |
| 2019-08-05 | Auto merge of #4337 - flip1995:let_unit, r=phansch | bors | -17/+120 |
| 2019-08-05 | Auto merge of #4333 - phansch:rustfix_decimal_literal_representation, r=flip1995 | bors | -5/+33 |
| 2019-08-05 | Add tests for auto fixable let_unit suggestion | flip1995 | -7/+108 |
| 2019-08-05 | Make let_unit lint suggestion auto applicable | flip1995 | -10/+12 |
| 2019-08-05 | Auto merge of #4336 - phansch:rustup, r=flip1995 | bors | -7/+7 |
| 2019-08-05 | Rustup to https://github.com/rust-lang/rust/pull/63213 | Philipp Hansch | -7/+7 |
| 2019-08-04 | Add run-rustfix for decimal_literal_representation lint | Philipp Hansch | -5/+33 |
| 2019-08-04 | Split up cast.rs tests, run-rustfix for unnecessary_cast | Philipp Hansch | -67/+102 |
| 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 | Auto merge of #4328 - phansch:rustup, r=phansch | bors | -8/+10 |
| 2019-08-03 | Ignore missing rustfmt | Philipp Hansch | -1/+1 |
| 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 | -8/+8 |
| 2019-08-01 | Update `stderr` file | chansuke | -7/+7 |
| 2019-08-01 | Auto merge of #4307 - flip1995:unnecessary_unwrap, r=oli-obk | bors | -7/+15 |
| 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 | -6/+8 |
| 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 #4316 - phansch:method_rs_cleanup2, r=flip1995 | bors | -42/+23 |
| 2019-08-01 | Auto merge of #4315 - phansch:fn_to_numeric_cast_applicability, r=flip1995 | bors | -1/+1 |
| 2019-08-01 | Auto merge of #4303 - mikerite:dev-fmt-20190728, r=flip1995 | bors | -23/+62 |
| 2019-07-31 | Fix `for on` typo | Zachery Gyurkovitz | -2/+2 |
| 2019-08-01 | Update formatting | Michael Wright | -19/+17 |
| 2019-08-01 | Merge branch 'master' into dev-fmt-20190728 | Michael Wright | -119/+443 |
| 2019-08-01 | UI Test Cleanup: No wrong_self_convention in methods.rs | Philipp Hansch | -42/+23 |
| 2019-07-31 | Mark `fn_to_numeric_cast` lints as MaybeIncorrect | Philipp Hansch | -1/+1 |
| 2019-07-31 | Auto merge of #4313 - Manishearth:owl, r=yaahallo | bors | -0/+35 |
| 2019-07-31 | Don't nudge people towards toilet closures when producing owl results | Manish Goregaokar | -0/+35 |
| 2019-08-01 | Add required negation in non_zero lint | chansuke | -1/+1 |
| 2019-07-31 | Auto merge of #4308 - jakubadamw:use-self-variant-scope, r=flip1995 | bors | -103/+156 |
| 2019-07-31 | Update all the code to pass the updated `use_self` lint. | Jakub Wieczorek | -79/+80 |
| 2019-07-31 | Extend the `use_self` lint to suggest uses of `Self::Variant`. | Jakub Wieczorek | -24/+76 |
| 2019-07-30 | Auto merge of #3766 - xd009642:issue-3764, r=flip1995 | bors | -13/+234 |
| 2019-07-30 | Auto merge of #4306 - mikerite:fix-breakage-20190730, r=flip1995 | bors | -3/+18 |
| 2019-07-30 | Fix breakage due to rust-lang/rust#61856 | Michael Wright | -3/+18 |
| 2019-07-29 | Correct typo | Michael Wright | -1/+1 |
| 2019-07-29 | Make appveyor build ignore rustfmt unavailability | Michael Wright | -1/+1 |
| 2019-07-28 | Fix dogfood test | xd009642 | -7/+3 |