summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2024-04-25Auto merge of #12617 - y21:issue-12616, r=Alexendoobors-0/+33
2024-04-25Auto merge of #12508 - y21:issue12506, r=llogiqbors-87/+115
2024-04-25Auto merge of #12486 - J-ZhengLi:issue12435, r=y21bors-4/+130
2024-03-09Allow lint where we don't careNadrieril-19/+21
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-457/+1550
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-3/+8
2024-03-01If suggestion would leave an empty line, delete itclubby789-14/+0
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-0/+17
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-0/+17
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-12/+1
2024-02-27Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...Philipp Krones-9416/+11604
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-73/+86
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-64/+23
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-64/+23
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-27/+26
2024-02-17Allow newly added non_local_definitions lint in clippyUrgau-73/+86
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+1
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-11/+11
2024-02-12Avoid UB in clippy transmute_ptr_to_ptr UI testUrgau-11/+11
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-1/+1
2024-02-08Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyupPhilipp Krones-239/+2231
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-2/+2
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-20/+12
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-2/+15
2024-01-26remove illegal_floating_point_literal_pattern lintRalf Jung-20/+12
2024-01-26Rollup merge of #120345 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-499/+1987
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-17/+0
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-499/+1987
2024-01-24remove StructuralEq traitRalf Jung-17/+0
2024-01-23We don't look into static items anymore during const propOli Scherer-9/+2
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-3/+3
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-4/+4
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-0/+1
2024-01-16Deal with additional wrapping of async closure body in clippyMichael Goulet-1/+5
2024-01-12Improve `let_underscore_lock`Nilstrieb-0/+1
2024-01-12Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwcoGuillaume Gomez-5/+25
2024-01-12check rust lints when an unknown lint is detectedyukang-5/+25
2024-01-11Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'Philipp Krones-435/+3413
2024-01-05Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...Matthias Krüger-2/+0
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-1/+1
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-1/+1
2024-01-02Remove #[allow(unused_tuple_struct_fields)] from Clippy testsJake Goulding-70/+59
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-161/+1536
2023-12-26Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkovMichael Goulet-0/+4
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-0/+4
2023-12-25Fix clippy's usage of Body's coroutine_kindMichael Goulet-4/+18
2023-12-20Hide foreign `#[doc(hidden)]` paths in import suggestionsJules Bertholet-2/+0
2023-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-235/+2028
2023-12-06Drop clippy::vtable_address_comparisonsUrgau-177/+67
2023-12-02Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-267/+1947