about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-02-17Add a lint to warn on `T: Drop` boundsMichael Howell-0/+76
2019-02-18Improve `iter_cloned_collect` suggestionsMichael Wright-18/+23
2019-02-17Add a semicolon as suggestedTimo-1/+1
2019-02-17Fix typo in documentation for float_cmp_const lintTimo-1/+1
2019-02-17Fix ICE #3717flip1995-0/+2
2019-02-14Fix breakage from rust-lang/rust#58296flip1995-2/+2
2019-02-14Fix breakage due to rust-lang/rust#58167Michael Wright-4/+5
2019-02-13Rustupflip1995-10/+9
2019-02-12Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obkbors-50/+134
2019-02-12Auto merge of #3757 - mikerite:fix-2542, r=oli-obkbors-7/+23
2019-02-11Auto merge of #3758 - phansch:document_macro, r=flip1995bors-2/+62
2019-02-11Update comment regarding crate level cfg_attrPhilipp Hansch-2/+2
2019-02-11Document some more core functionsPhilipp Hansch-0/+15
2019-02-11Document `declare_clippy_lint` macroPhilipp Hansch-2/+47
2019-02-11Fix `needless_range_loop` bad suggestionMichael Wright-7/+23
2019-02-10Auto merge of #3744 - phansch:fix3144, r=oli-obkbors-1/+1
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