| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -24/+18 |
| 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 |
| 2019-04-18 | Auto merge of #3978 - phansch:rustfix_len_zero, r=flip1995 | bors | -163/+367 |
| 2019-04-18 | Auto merge of #3954 - andrehjr:add-lint-path-buf-overwrite, r=flip1995 | bors | -0/+24 |
| 2019-04-18 | Add lint PathBufPushOverwrite | André Luis Leal Cardoso Junior | -0/+24 |
| 2019-04-18 | Auto merge of #3985 - phansch:move_some_cast_tests, r=flip1995 | bors | -51/+56 |
| 2019-04-18 | Update *.stderr file | flip1995 | -10/+10 |
| 2019-04-18 | Add test for debug_assert!(false) | flip1995 | -0/+2 |
| 2019-04-18 | Auto merge of #3987 - phansch:rustfix_option_map_or_none, r=flip1995 | bors | -54/+73 |
| 2019-04-18 | Add run-rustfix for option_map_or_none lint | Philipp Hansch | -54/+73 |
| 2019-04-18 | Move two cast_lossless tests to their correct files | Philipp Hansch | -51/+56 |
| 2019-04-17 | Add tests for declare_lint_pass and impl_lint_pass | Matthew Kraai | -3/+8 |
| 2019-04-17 | Auto merge of #3966 - flip1995:internal_lints, r=oli-obk | bors | -56/+0 |
| 2019-04-17 | Auto merge of #3977 - phansch:add_rustfix_bool_comparison, r=flip1995 | bors | -14/+129 |
| 2019-04-17 | Auto merge of #3976 - phansch:deref_addrof_rustfix, r=flip1995 | bors | -44/+94 |
| 2019-04-16 | Add run-rustfix for len_zero lint | Philipp Hansch | -163/+367 |
| 2019-04-16 | Add run-rustfix for bool_comparison lint | Philipp Hansch | -14/+129 |
| 2019-04-16 | Add run-rustfix for deref_addrof lint | Philipp Hansch | -44/+94 |
| 2019-04-15 | Only suggest .copied() for Option right now | Manish Goregaokar | -17/+23 |
| 2019-04-15 | Also suggest .copied() when .clone() is called on a Copy type | Manish Goregaokar | -2/+10 |
| 2019-04-15 | Suggest .copied() instead of .cloned() in map_clone when dealing with references | Manish Goregaokar | -10/+12 |
| 2019-04-15 | Remove clippy::default_hash_types internal lint | flip1995 | -56/+0 |
| 2019-04-13 | Rust upgrade to rustc 1.35.0-nightly (00856722b 2019-04-13) | Manish Goregaokar | -7/+6 |
| 2019-04-12 | Auto merge of #3946 - rchaser53:issue-3920, r=flip1995 | bors | -8/+24 |
| 2019-04-13 | fix format does not parse escaped braces error | rchaser53 | -8/+24 |
| 2019-04-11 | UI test cleanup: Extract iter_nth tests | Philipp Hansch | -99/+112 |