about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
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
2019-01-29Add match_wild lint (#3649).Alex Hamilton-1/+38
2019-01-29Auto merge of #3648 - phansch:const_fn_lint, r=oli-obkbors-1/+135
2019-01-29cargo fmtPhilipp Hansch-4/+3
2019-01-29Update various docsPhilipp Hansch-3/+3
2019-01-29Use built-in entry_fn detection over self-builtPhilipp Hansch-29/+21
2019-01-29cargo fmtPhilipp Hansch-21/+23
2019-01-29Reorganize conditionals: Run faster checks firstPhilipp Hansch-17/+23
2019-01-29Maybe fix ICE?Philipp Hansch-1/+3
2019-01-29Add initial version of const_fn lintPhilipp Hansch-0/+133
2019-01-29Fix `unit_arg` false positiveMichael Wright-24/+31
2019-01-28Auto merge of #3700 - phansch:would_you_like_some_help_with_this_const_fn, r=...bors-0/+4
2019-01-28RustfmtOliver Scherer-1/+1
2019-01-28Check hypothetically failing conversionOliver Scherer-1/+2
2019-01-28Update more changed iterator pathsOliver Scherer-1/+1
2019-01-28Atomics constants are now handled by the deprecation lintOliver Scherer-15/+0
2019-01-28Update changed iterator pathsOliver Scherer-1/+1
2019-01-28Update const slice processingOliver Scherer-1/+1
2019-01-27Auto merge of #3706 - robamler:patch-1, r=phanschbors-2/+2
2019-01-27run cargo fmtMatthias Krüger-18/+3
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-88/+88
2019-01-26Fix documentation for `slow_vector_initialization`Robert Bamler-2/+2
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-3/+583
2019-01-26Auto merge of #3690 - mikerite:fix-3630-expect-fun-call, r=phanschbors-90/+99
2019-01-26Prevent incorrect cast_lossless suggestion in const_fnPhilipp Hansch-0/+4
2019-01-26Incorporate review suggestionsMichael Wright-35/+44
2019-01-25chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1Sorin Davidoi-4/+4
2019-01-25dependencies: update itertools from 0.7 to 0.8Matthias Krüger-1/+1
2019-01-24RustupPhilipp Hansch-1/+1
2019-01-24Fix `expect_fun_call` lint suggestionsMichael Wright-93/+93
2019-01-23allow assertions_on_constants for collapsible_if and missing_test_filesA.A.Abroskin-9/+0
2019-01-23Merge branch 'master' into add-lints-aseert-checksA.A.Abroskin-1582/+380
2019-01-22Auto merge of #3684 - g-bartoszek:sugg-snippet-modifications, r=phanschbors-8/+35
2019-01-22Auto merge of #3679 - daxpedda:use_self, r=phanschbors-1/+6
2019-01-22Rustfmt all the thingsOliver Scherer-5/+16