| Age | Commit message (Expand) | Author | Lines |
| 2019-10-02 | account for doc visibility | Andre Bogus | -7/+79 |
| 2019-10-02 | Add suggestion for zero-ptr lint | Lzu Tao | -13/+51 |
| 2019-10-02 | Add regression test for ICE #4579 | flip1995 | -0/+13 |
| 2019-10-01 | Remove tests that only ICE on CI | Manish Goregaokar | -65/+0 |
| 2019-10-01 | Allow const_err in out_of_bounds_indexing tests | Manish Goregaokar | -12/+4 |
| 2019-09-27 | Ignore impls derived from macros | James Wang | -0/+26 |
| 2019-09-27 | Remove clippy::author attribute from trailing_zeroes test | flip1995 | -22/+5 |
| 2019-09-27 | Move author issue test to author subdir | flip1995 | -0/+0 |
| 2019-09-27 | Fix author lint | flip1995 | -78/+40 |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -97/+97 |
| 2019-09-27 | Detect assignment ops in integer_arithmetic | Michael Sproul | -9/+81 |
| 2019-09-26 | Auto merge of #4568 - mikerite:fix-4548, r=flip1995 | bors | -6/+26 |
| 2019-09-26 | Auto merge of #4569 - james9909:add-comparison-chain, r=oli-obk | bors | -1/+138 |
| 2019-09-26 | Remove unused attribute in test | Lzu Tao | -29/+27 |
| 2019-09-26 | Fix macro expansion in toplevel_ref_arg lint | Lzu Tao | -1/+9 |
| 2019-09-26 | Add regression test for macro expansion | Lzu Tao | -0/+2 |
| 2019-09-25 | unnecessary_operation: make test rustfixable | Manish Goregaokar | -27/+112 |
| 2019-09-25 | unnecessary_clone: split rustfixable lint out into separate test | Manish Goregaokar | -47/+77 |
| 2019-09-25 | string_add, string_add_assign: split tests, make one rustfixable | Manish Goregaokar | -111/+115 |
| 2019-09-25 | redundant_static_lifetimes: split test, make rustfixable | Manish Goregaokar | -90/+148 |
| 2019-09-25 | renamed_builtin_attr: make test rustfixable | Manish Goregaokar | -1/+7 |
| 2019-09-25 | redundant_pattern_matching: make rustfixable | Manish Goregaokar | -31/+84 |
| 2019-09-25 | redundant_closure_call: split tests into fixable | Manish Goregaokar | -9/+29 |
| 2019-09-25 | map_unit_fn: make test rustfixable | Manish Goregaokar | -34/+197 |
| 2019-09-25 | map_unit_fn: fix applicability | Manish Goregaokar | -6/+6 |
| 2019-09-25 | option_map_unit_fn: Split into fixable/unfixable | Manish Goregaokar | -174/+137 |
| 2019-09-25 | map_unit_fn: rename tests to fixable | Manish Goregaokar | -48/+48 |
| 2019-09-25 | non_copy_const: remove incorrect suggestion | Manish Goregaokar | -45/+21 |
| 2019-09-25 | needless_return: add allow()s to test, make rustfixable | Manish Goregaokar | -12/+94 |
| 2019-09-25 | needless_collect: fix suggestion, make test rustfixable | Manish Goregaokar | -5/+30 |
| 2019-09-25 | needless_borrowed_ref: fix false positive, make rustfixable | Manish Goregaokar | -20/+49 |
| 2019-09-25 | needless_borrow: allow other lints, make fixable | Manish Goregaokar | -20/+70 |
| 2019-09-25 | mem_discriminant: split test, make rustfixable | Manish Goregaokar | -32/+99 |
| 2019-09-25 | map_flatten: make it a rustfix test | Manish Goregaokar | -1/+11 |
| 2019-09-25 | Leave note on non-rustfixable tests | Manish Goregaokar | -42/+46 |
| 2019-09-25 | Remove large-digit-groups test from literals.rs | Manish Goregaokar | -20/+11 |
| 2019-09-25 | map_entry test: Fix semicolon, add run-rustfix | Manish Goregaokar | -65/+31 |
| 2019-09-25 | Split map_entry tests into fixable and unfixable | Manish Goregaokar | -62/+49 |
| 2019-09-25 | Remove suggestion for complex map_entry cases | Manish Goregaokar | -6/+68 |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -32/+34 |
| 2019-09-25 | Rustup to rustc 1.39.0-nightly (acf7b50c7 2019-09-25) | Manish Goregaokar | -2/+2 |
| 2019-09-24 | Add a new lint for comparison chains | James Wang | -1/+138 |
| 2019-09-24 | Fix `nonminimal-bool` false positive | Michael Wright | -6/+26 |
| 2019-09-23 | Add run-rustfix for toplevel_ref_arg lint | Philipp Hansch | -20/+56 |
| 2019-09-23 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -0/+2 |
| 2019-09-22 | rustup https://github.com/rust-lang/rust/pull/64666 | Matthias Krüger | -0/+2 |
| 2019-09-22 | Add additional tests to unneeded_wildcard_pattern | Michael Wright | -9/+41 |
| 2019-09-22 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -270/+971 |
| 2019-09-21 | Add run-rustfix for wildcard_enum_match_arm lint | Philipp Hansch | -5/+73 |
| 2019-09-21 | Auto merge of #4558 - Manishearth:suggestions, r=phansch | bors | -221/+672 |