| Age | Commit message (Expand) | Author | Lines |
| 2019-02-17 | Add a lint to warn on `T: Drop` bounds | Michael Howell | -0/+76 |
| 2019-02-18 | Improve `iter_cloned_collect` suggestions | Michael Wright | -18/+23 |
| 2019-02-17 | Add a semicolon as suggested | Timo | -1/+1 |
| 2019-02-17 | Fix typo in documentation for float_cmp_const lint | Timo | -1/+1 |
| 2019-02-17 | Fix ICE #3717 | flip1995 | -0/+2 |
| 2019-02-14 | Fix breakage from rust-lang/rust#58296 | flip1995 | -2/+2 |
| 2019-02-14 | Fix breakage due to rust-lang/rust#58167 | Michael Wright | -4/+5 |
| 2019-02-13 | Rustup | flip1995 | -10/+9 |
| 2019-02-12 | Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obk | bors | -50/+134 |
| 2019-02-12 | Auto merge of #3757 - mikerite:fix-2542, r=oli-obk | bors | -7/+23 |
| 2019-02-11 | Auto merge of #3758 - phansch:document_macro, r=flip1995 | bors | -2/+62 |
| 2019-02-11 | Update comment regarding crate level cfg_attr | Philipp Hansch | -2/+2 |
| 2019-02-11 | Document some more core functions | Philipp Hansch | -0/+15 |
| 2019-02-11 | Document `declare_clippy_lint` macro | Philipp Hansch | -2/+47 |
| 2019-02-11 | Fix `needless_range_loop` bad suggestion | Michael Wright | -7/+23 |
| 2019-02-10 | Auto merge of #3744 - phansch:fix3144, r=oli-obk | bors | -1/+1 |
| 2019-02-10 | Auto merge of #3740 - flip1995:const_assert_macro, r=oli-obk | bors | -2/+4 |
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -8/+11 |
| 2019-02-10 | redundant closure implemented for closures containing method calls | Grzegorz | -42/+123 |
| 2019-02-09 | Auto merge of #3751 - h-michael:opt-def-id, r=phansch | bors | -34/+1 |
| 2019-02-09 | Use Hir::Def opt_def_id | Hirokazu Hata | -34/+1 |
| 2019-02-09 | Auto merge of #3748 - phansch:uitest, r=oli-obk | bors | -1/+1 |
| 2019-02-09 | Add new Def type ConstParam | Hirokazu Hata | -0/+1 |
| 2019-02-08 | Add a uitest subcommand to simplify UI test invocation | Philipp Hansch | -1/+1 |
| 2019-02-06 | Auto merge of #3665 - jsgf:master, r=oli-obk | bors | -2/+7 |
| 2019-02-06 | Fix ICE in needless_pass_by_value lint | Philipp Hansch | -1/+1 |
| 2019-02-05 | Don't warn about const assertions when assert is in a macro itself | flip1995 | -2/+4 |
| 2019-02-04 | Auto merge of #3725 - mikerite:fix-2728, r=phansch | bors | -9/+68 |
| 2019-02-04 | Document `get_def_path` | Michael Wright | -0/+9 |
| 2019-02-03 | run `util/dev update_lints` and `cargo fmt --all` | rhysd | -3/+3 |
| 2019-02-03 | Merge branch 'master' into issue3721 | rhysd | -73/+178 |
| 2019-02-03 | prefer `if` to `match` | rhysd | -22/+19 |
| 2019-02-03 | use snippet for making a suggestion if possible | rhysd | -8/+37 |
| 2019-02-03 | Fix breakage due to rust-lang/rust#58079 | Michael Wright | -35/+34 |
| 2019-02-02 | Let CLIPPY_CONF_DIR be used to start search for config, and fall back to | Jeremy Fitzhardinge | -2/+7 |
| 2019-02-02 | Auto merge of #2857 - avborhanian:master, r=phansch | bors | -10/+118 |
| 2019-02-02 | add more test cases for dbg_macro rule | rhysd | -1/+0 |
| 2019-02-01 | Update clippy_lints/src/types.rs | Philipp Hansch | -1/+1 |
| 2019-02-01 | Update clippy_lints/src/types.rs | Philipp Hansch | -1/+1 |
| 2019-02-02 | use span_help_and_lint() instead of span_lint_and_sugg() | rhysd | -4/+2 |
| 2019-02-01 | Changing single character string to a character match. | Unknown | -2/+2 |
| 2019-02-01 | rustfmt | Unknown | -4/+1 |
| 2019-02-01 | Adding lint for too many lines. | Araam Borhanian | -1/+4 |
| 2019-02-01 | Skipping check if in external macro. | Unknown | -1/+5 |
| 2019-02-01 | Adding back tests, but also reducing threshold by 1 | Unknown | -1/+1 |
| 2019-02-01 | rustfmt | Unknown | -14/+14 |
| 2019-02-01 | Reworking function logic, and adding doc example. | Unknown | -30/+48 |
| 2019-02-01 | Adding lint for too many lines. | Araam Borhanian | -11/+97 |
| 2019-02-01 | Make vec_box MachineApplicable | Philipp Hansch | -1/+1 |
| 2019-02-01 | Fix ICE in vec_box lint and add run-rustfix | Philipp Hansch | -16/+14 |