| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | Add regression test for macro expansion | Lzu Tao | -0/+2 |
| 2019-09-25 | Auto merge of #4575 - Manishearth:suggestions, r=oli-obk | bors | -816/+1464 |
| 2019-09-25 | Downgrade op_ref to a MaybeIncorrect suggestion | Manish Goregaokar | -2/+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 | -34/+97 |
| 2019-09-25 | redundant_closure_call: split tests into fixable | Manish Goregaokar | -17/+35 |
| 2019-09-25 | map_unit_fn: make test rustfixable | Manish Goregaokar | -34/+197 |
| 2019-09-25 | map_unit_fn: fix applicability | Manish Goregaokar | -12/+12 |
| 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 | -53/+23 |
| 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 | -7/+37 |
| 2019-09-25 | needless_borrowed_ref: fix false positive, make rustfixable | Manish Goregaokar | -24/+62 |
| 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 | -67/+34 |
| 2019-09-25 | Split map_entry tests into fixable and unfixable | Manish Goregaokar | -62/+49 |
| 2019-09-25 | Auto merge of #4574 - Manishearth:rustup, r=yaahc,centril | bors | -175/+147 |
| 2019-09-25 | Remove suggestion for complex map_entry cases | Manish Goregaokar | -15/+77 |
| 2019-09-25 | allow osx failures | Manish Goregaokar | -0/+2 |
| 2019-09-25 | ignore single-match for or patterns | Manish Goregaokar | -0/+5 |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -172/+137 |
| 2019-09-25 | Rustup to rustc 1.39.0-nightly (acf7b50c7 2019-09-25) | Manish Goregaokar | -3/+3 |
| 2019-09-25 | Refactor `booleans` | Michael Wright | -8/+11 |
| 2019-09-24 | Update refactor according to code review | James Wang | -9/+4 |
| 2019-09-24 | Fix example in docs | James Wang | -1/+1 |
| 2019-09-24 | Add a new lint for comparison chains | James Wang | -109/+369 |
| 2019-09-24 | Fix `nonminimal-bool` false positive | Michael Wright | -55/+99 |
| 2019-09-23 | Auto merge of #4567 - phansch:toplevel_ref_arg, r=flip1995 | bors | -20/+56 |
| 2019-09-23 | Add run-rustfix for toplevel_ref_arg lint | Philipp Hansch | -20/+56 |
| 2019-09-23 | Auto merge of #4561 - rust-lang:let-return-fix, r=phansch | bors | -0/+2 |
| 2019-09-23 | Fix let_and_return lint | Andre Bogus | -0/+2 |
| 2019-09-23 | Auto merge of #4566 - phansch:update_changelog2, r=flip1995 | bors | -4/+32 |
| 2019-09-23 | Auto merge of #4537 - mikerite:unneeded_wildcard_pattern, r=phansch | bors | -6/+290 |
| 2019-09-23 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -2/+10 |
| 2019-09-22 | Update the changelog for Rust 1.38 | Philipp Hansch | -4/+32 |
| 2019-09-22 | Auto merge of #4518 - imp:4517_license-file, r=phansch | bors | -2/+8 |
| 2019-09-22 | Auto merge of #4565 - matthiaskrgr:rustup_16, r=phansch | bors | -0/+2 |
| 2019-09-22 | rustup https://github.com/rust-lang/rust/pull/64666 | Matthias Krüger | -0/+2 |
| 2019-09-22 | clippy::cargo_common_metadata: check for license-file | Cyril Plisko | -2/+8 |
| 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 | -389/+1246 |