| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-01 | Auto merge of #3726 - phansch:some_renaming, r=oli-obk | bors | -13/+13 |
| 2019-02-01 | Move `max_value` handling to consts module | Michael Wright | -20/+29 |
| 2019-02-01 | `cargo +nightly fmt` at clippy_lints/ | rhysd | -2/+2 |
| 2019-02-01 | remove TODO comment which was already done | rhysd | -1/+1 |
| 2019-02-01 | add dbg_macro rule to CHANGELOG.md and update count in README | rhysd | -2/+1 |
| 2019-02-01 | fix category and use suggestion | rhysd | -7/+11 |
| 2019-01-31 | Some renamings: s/ast_ty/hir_ty and s/StructField/hir::StructField | Philipp Hansch | -13/+13 |
| 2019-01-31 | Fix `cast_sign_loss` false positive | Michael Wright | -10/+51 |
| 2019-01-31 | implement dbg_macro rule (fixes #3721) | rhysd | -0/+55 |
| 2019-01-29 | wildcard_match_arm: add nesting issue to known. | Alex Hamilton | -1/+1 |
| 2019-01-29 | wildcard_match_arm: lint only enum matches. | Alex Hamilton | -18/+20 |
| 2019-01-29 | wilcard_match_arm: run rustfmt. | Alex Hamilton | -3/+5 |
| 2019-01-29 | wildcard_match_arm: add lint properly. | Alex Hamilton | -0/+1 |
| 2019-01-29 | wildcard_match_arm: rename function. | Alex Hamilton | -2/+2 |
| 2019-01-29 | wildcard_match_arm: expand lint scope. | Alex Hamilton | -11/+8 |
| 2019-01-29 | Change match_wild lint name to WILDCARD_MATCH_ARM. | Alex Hamilton | -4/+4 |