| Age | Commit message (Expand) | Author | Lines |
| 2019-05-12 | Move ctor tests from methods.rs to or_fun_calls.rs | Michael Wright | -18/+18 |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -2/+2 |
| 2019-05-10 | Start handling desugarings in author lint | Manish Goregaokar | -0/+37 |
| 2019-05-10 | Ignore desugarings in macro checks | Manish Goregaokar | -5/+11 |
| 2019-05-09 | Remove unused attrs in while_let_on_iterator tests | Michael Wright | -2/+2 |
| 2019-05-09 | Fix while_let_on_iterator.stderr | Michael Wright | -5/+5 |
| 2019-05-08 | Rename while_loop tests to while_let_on_iterator | Michael Wright | -0/+0 |
| 2019-05-08 | Split while_loop.rs tests | Michael Wright | -210/+224 |
| 2019-05-07 | Add test for #771. | Michael Wright | -0/+15 |
| 2019-05-06 | Clean up while_loop tests | Michael Wright | -10/+21 |
| 2019-05-03 | Auto merge of #4053 - euclio:too-many-args-span, r=flip1995 | bors | -14/+46 |
| 2019-05-02 | remove function body from "too many args" span | Andy Russell | -14/+46 |
| 2019-05-02 | Auto merge of #4049 - airt:fix-4033-search_is_some, r=flip1995 | bors | -1/+1 |
| 2019-05-02 | Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obk | bors | -0/+8 |
| 2019-05-01 | more Use->DropTemps fixes | Matthias Krüger | -1/+1 |
| 2019-04-30 | use clippy-preview instead of clippy in cargo | Jane Lusby | -1/+1 |
| 2019-04-30 | Update find(p).map(p) occurrences to use find_map(p) | André Luis Leal Cardoso Junior | -4/+7 |
| 2019-04-30 | Add lints for find_map | André Luis Leal Cardoso Junior | -0/+99 |
| 2019-05-01 | change |&x| to |x| in stderr file | airt | -1/+1 |
| 2019-04-29 | Auto merge of #4032 - phansch:add_tests, r=phansch | bors | -3/+57 |
| 2019-04-28 | Suggest .copied() for map_clone on iterators too | Manish Goregaokar | -6/+6 |
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -24/+18 |
| 2019-04-26 | Add two more tests for redundant_closure | Philipp Hansch | -3/+57 |
| 2019-04-25 | cargo fmt | Josh Mcguigan | -1/+0 |
| 2019-04-25 | useless_let_if_seq handle interior mutability | Josh Mcguigan | -0/+9 |
| 2019-04-25 | Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch | bors | -1/+45 |
| 2019-04-25 | Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995 | bors | -3/+15 |
| 2019-04-25 | Ignore unnecessary cast if inside macro | cemil | -3/+15 |
| 2019-04-24 | Auto merge of #4023 - phansch:add_test, r=flip1995 | bors | -1/+11 |
| 2019-04-24 | Auto merge of #4022 - phansch:move_some_loop_tests, r=flip1995 | bors | -228/+234 |
| 2019-04-24 | Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=... | bors | -0/+6 |
| 2019-04-23 | Suppress let_and_return if let has attributes | Matthew Kraai | -0/+6 |
| 2019-04-24 | Add test for or_fun_call macro suggestion | Philipp Hansch | -1/+11 |
| 2019-04-24 | UI test cleanup: Extract needless_range_loop tests | Philipp Hansch | -228/+234 |
| 2019-04-23 | Change "if types change" to "if you later change the type" | Matthew Kraai | -31/+31 |
| 2019-04-23 | Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk | bors | -0/+18 |
| 2019-04-23 | Add test | Manish Goregaokar | -0/+18 |
| 2019-04-23 | compiletest: Disambiguate extern crate deps shared with the compiler | Igor Matuszewski | -2/+25 |
| 2019-04-21 | Move path_buf_push_overwrite to nursery | Matthew Kraai | -2/+4 |
| 2019-04-20 | redundant closure triggers for fnptrs and closures | Grzegorz | -1/+35 |
| 2019-04-20 | Auto merge of #4011 - phansch:add_test_for_derive_expansion, r=flip1995 | bors | -6/+21 |
| 2019-04-20 | Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995 | bors | -0/+4 |
| 2019-04-20 | Auto merge of #4005 - phansch:rustfix_match_as_ref, r=flip1995 | bors | -38/+60 |
| 2019-04-20 | Auto merge of #4006 - phansch:fix_module_name_repetitions_fp, r=flip1995 | bors | -5/+15 |
| 2019-04-20 | Add test for derives for used_underscore_binding lint | Philipp Hansch | -6/+21 |
| 2019-04-19 | Allow allowing of toplevel_ref_arg lint | Philipp Hansch | -0/+4 |
| 2019-04-19 | redundant closure for functions restricted to FnDefs | Grzegorz | -0/+10 |
| 2019-04-19 | Fix false positive in module_name_repetitions lint | Philipp Hansch | -5/+15 |
| 2019-04-19 | Add run-rustfix for match_as_ref lint | Philipp Hansch | -38/+60 |
| 2019-04-19 | Auto merge of #3989 - flip1995:assert_on_const, r=phansch | bors | -10/+12 |