about summary refs log tree commit diff
path: root/clippy_lints/src/utils/internal_lints
AgeCommit message (Expand)AuthorLines
2022-08-08Fix the lint in clippy itselfSosthène Guédon-1/+1
2022-07-29Rename "blacklisted name" to "disallowed name" throughoutAndy Caldwell-2/+2
2022-07-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+4
2022-07-13Fix typosbors-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-3/+8
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+8
2022-06-27Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffatebors-1/+1
2022-06-21Remove `cargo_dev` dependencySerial-1/+6
2022-06-21Add `dev deprecate`Serial-1/+1
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-1/+0
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-20/+212
2022-06-16Merge remote-tracking branch 'upstream/master' into rustupflip1995-20/+212
2022-06-06Add lint output to lint listSerial-18/+210
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-5/+53
2022-06-04Auto merge of #8843 - Serial-ATA:collect-renamed, r=xFrednetbors-3/+52
2022-05-30needless_dereflyj-2/+1
2022-05-25Collect renamed lintsSerial-3/+52
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-4/+4
2022-04-18Auto merge of #8701 - xFrednet:0000-clippy-print-hir-attr, r=flip1995bors-1/+1
2022-04-18Add `#[clippy::print_hir]` attribute for debuggingxFrednet-1/+1
2022-04-15adding spell checkingwhodi-3/+3
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-1/+1
2022-04-07Merge remote-tracking branch 'upstream/master' into rustupflip1995-1/+1
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-1/+2
2022-03-21allowing [`map_flatten`] to split long suggestionsJ-ZhengLi-1/+2
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-3/+3
2022-03-03Suggest `into_iter()` over `drain(..)`Liu Dingming-3/+3
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-2/+2
2022-02-10Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+2
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-3/+7
2022-01-27Merge remote-tracking branch 'upstream/master' into rustupflip1995-3/+7
2022-01-23rustc_lint: Reuse the set of registered tools from resolverVadim Petrochenkov-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-10/+9
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-8/+7
2022-01-11Stop using in_band_lifetimesCameron Steffen-6/+6
2022-01-09Combine internal features in clippy_lintsCameron Steffen-2/+1
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-6/+5
2021-12-06Refactors with peel_blocksCameron Steffen-6/+5
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-3/+26
2021-11-10Add lint to check for invalid `clippy:version` attributesxFrednet-20/+5
2021-11-10Add clippy version to Clippy's lint listxFrednet-1/+1
2021-11-10Added `clippy::version` attribute as lint metadataxFrednet-2/+40
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-1/+12
2021-10-26Remove hidden code lines in Clippy's lint listxFrednet-1/+12
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-0/+1
2021-09-28Merge remote-tracking branch 'upstream/master' into rustupflip1995-0/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-3/+1
2021-09-02Fix matadata collection configuration formattingxFrednet-2/+0