about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2022-08-14Auto merge of #9187 - sgued:iter-once, r=flip1995bors-2/+2
2022-08-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-24/+45
2022-08-08Fix the lint in clippy itselfSosthène Guédon-2/+2
2022-08-04Fix some typosalex-semenyuk-1/+1
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-29Change lint name to pluralAndy Caldwell-1/+1
2022-07-29Rename "blacklisted name" to "disallowed name" throughoutAndy Caldwell-10/+15
2022-07-28Harden duplicates checking and add testsAndy Caldwell-3/+9
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-1/+5
2022-07-27Read and use deprecated configuration (as well as emitting a warning)Philipp Krones-6/+14
2022-07-18Add Arithmetic lintCaio-0/+4
2022-07-18unused_self: respect avoid-breaking-exported-apiXiretza-1/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-8/+8
2022-07-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-8/+8
2022-07-13Fix typosbors-1/+1
2022-07-12Fix clippy buildMaybe Waffle-3/+3
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-23/+95
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-23/+95
2022-06-27Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffatebors-21/+87
2022-06-24Add test for [`default_deprecation_reason`]Serial-2/+1
2022-06-22Auto merge of #9028 - kyoto7250:issue_8798, r=xFrednetbors-0/+1
2022-06-21Remove `cargo_dev` dependencySerial-1/+6
2022-06-21Add `dev deprecate`Serial-21/+88
2022-06-20confirm using chain in collapsible_span_lint_callskyoto7250-0/+1
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-1/+0
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-61/+271
2022-06-16Merge remote-tracking branch 'upstream/master' into rustupflip1995-61/+271
2022-06-14Auto merge of #8947 - Serial-ATA:lint-produces-output, r=xFrednetbors-18/+210
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-2/+8
2022-06-09Auto merge of #8954 - Serial-ATA:doc-comment-issues, r=xFrednetbors-15/+7
2022-06-06Add lint output to lint listSerial-18/+210
2022-06-05Improve lint doc consistencySerial-15/+7
2022-06-04List configuration values can now be extended instead of replacedxFrednet-24/+50
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-9/+61
2022-06-04Auto merge of #8843 - Serial-ATA:collect-renamed, r=xFrednetbors-3/+52
2022-05-30needless_dereflyj-6/+5
2022-05-27fixtamaron-0/+4
2022-05-25Collect renamed lintsSerial-3/+52
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-7/+130
2022-05-20Merge remote-tracking branch 'upstream/master' into rustupxFrednet-7/+130
2022-05-18Improve "unknown field" error messagesSamuel E. Moelius III-7/+122
2022-05-09fix clippySparrowLii-5/+5
2022-05-08Optionally allow `expect` and `unwrap` in testsSamuel E. Moelius III-0/+8
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-585/+69
2022-04-24Add `large_include_file` lintSerial-0/+4
2022-04-23Make clippy inspector more precise.Camille GILLOT-2/+14
2022-04-23Drop vis in Item.Camille GILLOT-8/+4
2022-04-23Drop vis in ImplItem.Camille GILLOT-8/+5