about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-02-10Auto merge of #3740 - flip1995:const_assert_macro, r=oli-obkbors-2/+4
2019-02-10removing redundant closures in the whole projectGrzegorz-8/+11
2019-02-10redundant closure implemented for closures containing method callsGrzegorz-42/+123
2019-02-09Auto merge of #3751 - h-michael:opt-def-id, r=phanschbors-34/+1
2019-02-09Use Hir::Def opt_def_idHirokazu Hata-34/+1
2019-02-09Auto merge of #3748 - phansch:uitest, r=oli-obkbors-1/+1
2019-02-09Add new Def type ConstParamHirokazu Hata-0/+1
2019-02-08Add a uitest subcommand to simplify UI test invocationPhilipp Hansch-1/+1
2019-02-06Auto merge of #3665 - jsgf:master, r=oli-obkbors-2/+7
2019-02-06Fix ICE in needless_pass_by_value lintPhilipp Hansch-1/+1
2019-02-05Don't warn about const assertions when assert is in a macro itselfflip1995-2/+4
2019-02-04Auto merge of #3725 - mikerite:fix-2728, r=phanschbors-9/+68
2019-02-04Document `get_def_path`Michael Wright-0/+9
2019-02-03run `util/dev update_lints` and `cargo fmt --all`rhysd-3/+3
2019-02-03Merge branch 'master' into issue3721rhysd-73/+178
2019-02-03prefer `if` to `match`rhysd-22/+19
2019-02-03use snippet for making a suggestion if possiblerhysd-8/+37
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-35/+34
2019-02-02Let CLIPPY_CONF_DIR be used to start search for config, and fall back toJeremy Fitzhardinge-2/+7
2019-02-02Auto merge of #2857 - avborhanian:master, r=phanschbors-10/+118
2019-02-02add more test cases for dbg_macro rulerhysd-1/+0
2019-02-01Update clippy_lints/src/types.rsPhilipp Hansch-1/+1
2019-02-01Update clippy_lints/src/types.rsPhilipp Hansch-1/+1
2019-02-02use span_help_and_lint() instead of span_lint_and_sugg()rhysd-4/+2
2019-02-01Changing single character string to a character match.Unknown-2/+2
2019-02-01rustfmtUnknown-4/+1
2019-02-01Adding lint for too many lines.Araam Borhanian-1/+4
2019-02-01Skipping check if in external macro.Unknown-1/+5
2019-02-01Adding back tests, but also reducing threshold by 1Unknown-1/+1
2019-02-01rustfmtUnknown-14/+14
2019-02-01Reworking function logic, and adding doc example.Unknown-30/+48
2019-02-01Adding lint for too many lines.Araam Borhanian-11/+97
2019-02-01Make vec_box MachineApplicablePhilipp Hansch-1/+1
2019-02-01Fix ICE in vec_box lint and add run-rustfixPhilipp Hansch-16/+14
2019-02-01Auto merge of #3726 - phansch:some_renaming, r=oli-obkbors-13/+13
2019-02-01Move `max_value` handling to consts moduleMichael Wright-20/+29
2019-02-01`cargo +nightly fmt` at clippy_lints/rhysd-2/+2
2019-02-01remove TODO comment which was already donerhysd-1/+1
2019-02-01add dbg_macro rule to CHANGELOG.md and update count in READMErhysd-2/+1
2019-02-01fix category and use suggestionrhysd-7/+11
2019-01-31Some renamings: s/ast_ty/hir_ty and s/StructField/hir::StructFieldPhilipp Hansch-13/+13
2019-01-31Fix `cast_sign_loss` false positiveMichael Wright-10/+51
2019-01-31implement dbg_macro rule (fixes #3721)rhysd-0/+55
2019-01-29wildcard_match_arm: add nesting issue to known.Alex Hamilton-1/+1
2019-01-29wildcard_match_arm: lint only enum matches.Alex Hamilton-18/+20
2019-01-29wilcard_match_arm: run rustfmt.Alex Hamilton-3/+5
2019-01-29wildcard_match_arm: add lint properly.Alex Hamilton-0/+1
2019-01-29wildcard_match_arm: rename function.Alex Hamilton-2/+2
2019-01-29wildcard_match_arm: expand lint scope.Alex Hamilton-11/+8
2019-01-29Change match_wild lint name to WILDCARD_MATCH_ARM.Alex Hamilton-4/+4