| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Fix macro expansion in try_err lint | Lzu Tao | -1/+45 |
| 2019-08-07 | Auto merge of #4339 - phansch:rustfix_needless_bool, r=flip1995 | bors | -100/+221 |
| 2019-08-06 | Don't emit enum_variant_names if remainder starts with a numeric | Philipp Hansch | -1/+14 |
| 2019-08-05 | Add run-rustfix for needless_bool lint | Philipp Hansch | -100/+221 |
| 2019-08-05 | Fix needless_bool suggestion with if-else-if-else | Philipp Hansch | -17/+18 |
| 2019-08-05 | Ignore no_std-test on windows and macos | flip1995 | -0/+3 |
| 2019-08-05 | Move expression check to LateLintPass | Vincent Dal Maso | -7/+30 |
| 2019-08-05 | Add recursion check on main function | Vincent Dal Maso | -0/+47 |
| 2019-08-05 | Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995 | bors | -67/+102 |
| 2019-08-05 | Rollup merge of #4332 - phansch:rustfix_unnecessary_cast, r=flip1995 | Philipp Krones | -67/+102 |
| 2019-08-05 | Auto merge of #4337 - flip1995:let_unit, r=phansch | bors | -7/+108 |
| 2019-08-05 | Add tests for auto fixable let_unit suggestion | flip1995 | -7/+108 |
| 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-01 | Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995 | bors | -7/+7 |
| 2019-08-01 | Update `stderr` file | chansuke | -7/+7 |
| 2019-08-01 | Auto merge of #4316 - phansch:method_rs_cleanup2, r=flip1995 | bors | -42/+23 |
| 2019-08-01 | Update formatting | Michael Wright | -5/+6 |
| 2019-08-01 | Merge branch 'master' into dev-fmt-20190728 | Michael Wright | -12/+114 |
| 2019-08-01 | UI Test Cleanup: No wrong_self_convention in methods.rs | Philipp Hansch | -42/+23 |
| 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-07-31 | Extend the `use_self` lint to suggest uses of `Self::Variant`. | Jakub Wieczorek | -4/+38 |
| 2019-07-30 | Auto merge of #3766 - xd009642:issue-3764, r=flip1995 | bors | -8/+41 |
| 2019-07-28 | Enable rustfmt tests | Michael Wright | -1/+0 |
| 2019-07-28 | Skip fmt test if rustfmt is unavailble | Michael Wright | -1/+14 |
| 2019-07-27 | Updated tests. | xd009642 | -22/+12 |
| 2019-07-27 | Respond to review comments | xd009642 | -7/+21 |
| 2019-07-27 | ci: temporarily disable rustfmt checks/tetss since it's broken for nightly | Matthias Krüger | -0/+1 |
| 2019-07-27 | Updated test stderr | xd009642 | -1/+1 |
| 2019-07-24 | Lint for type repetition in trait bounds. | xd009642 | -0/+29 |
| 2019-07-24 | update test stderr, not sure which rustc pull request caused this. | Matthias Krüger | -1/+1 |
| 2019-07-23 | Auto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime, r=flip1995 | bors | -27/+83 |
| 2019-07-23 | Fix tests for edition 2018 compatibility | uHOOCCOOHu | -27/+27 |
| 2019-07-23 | Revert "Revert global fmt config and use `rustfmt::skip`" | uHOOCCOOHu | -37/+33 |
| 2019-07-21 | Fix breakage due to rust-lang/rust#62705 | Michael Wright | -5/+5 |
| 2019-07-20 | Revert global fmt config and use `rustfmt::skip` | uHOOCCOOHu | -33/+37 |
| 2019-07-19 | Fix fmt | uHOOCCOOHu | -8/+24 |
| 2019-07-19 | Auto merge of #4286 - phansch:update_pulldown_cmark3, r=flip1995 | bors | -0/+4 |
| 2019-07-19 | Update pulldown-cmark to 0.5.3 | Philipp Hansch | -0/+4 |
| 2019-07-19 | rustup https://github.com/rust-lang/rust/pull/62764 | Matthias Krüger | -24/+24 |
| 2019-07-19 | Add test | uHOOCCOOHu | -0/+40 |
| 2019-07-18 | Auto merge of #4274 - daxpedda:implicit_return_fixes, r=flip1995 | bors | -11/+27 |
| 2019-07-17 | Auto merge of #4280 - phansch:uitests_matches, r=flip1995 | bors | -182/+191 |
| 2019-07-17 | Auto merge of #4259 - Darth-Revan:origin/inherent_to_string, r=flip1995 | bors | -0/+112 |
| 2019-07-17 | Fix "unkown clippy lint" error in UI test. | Darth-Revan | -10/+6 |
| 2019-07-17 | Corrections for PR review. | Darth-Revan | -6/+14 |
| 2019-07-17 | Implement lint for inherent to_string() method. | Darth-Revan | -0/+108 |
| 2019-07-17 | Auto merge of #4278 - phansch:uitestcleanup_indexing, r=flip1995 | bors | -157/+194 |
| 2019-07-17 | UI Test Cleanup: Extract match_ref_pats tests | Philipp Hansch | -182/+191 |