about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2025-09-11Do not attempt to compute size of a type with escaping lifetimes (#15434)Jason Newcomb-3/+14
2025-08-01Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebankJacob Pratt-1/+1
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-31/+45
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-13/+42
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-31/+45
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-13/+42
2025-07-31Extend `is_case_difference` to handle digit-letter confusablesxizheyin-1/+1
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-3/+3
2025-07-28Rename impl_of_method -> impl_of_assocCameron Steffen-27/+27
2025-07-28Rename trait_of_item -> trait_of_assocCameron Steffen-24/+24
2025-07-26Fix toolingJonathan Brouwer-3/+1
2025-07-25Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u...Philipp Krones-1125/+3790
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-1/+1
2025-07-23Remove useless lifetime parameter.Camille GILLOT-2/+2
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-4/+4
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-1/+1
2025-07-22Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-39/+64
2025-07-20clippy: make tests work in stage 1Ralf Jung-39/+64
2025-07-20Unquerify maybe_unused_trait_imports.Camille GILLOT-1/+1
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-2/+2
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-26/+23
2025-07-17parse `const trait Trait`Deadbeef-26/+23
2025-07-17Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ...Matthias Krüger-6/+7
2025-07-17Improve path segment joining.Nicholas Nethercote-9/+11
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-07-14Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearthbors-470/+3266
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-6/+7
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-4/+5
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-256/+220
2025-07-13Retire hir::*ItemRef.Camille GILLOT-151/+141
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-111/+85
2025-07-13Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiqMatthias Krüger-1/+10
2025-07-13Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillotbors-48/+29
2025-07-12Fix clippy & rustdoc-jsonJonathan Brouwer-4/+5
2025-07-12fix clippy_test_deps workspace handlingRalf Jung-0/+508
2025-07-12clippy: fix test filtering when TESTNAME is emptyRalf Jung-1/+10
2025-07-11Rollup merge of #143708 - epage:pretty, r=compiler-errorsMatthias Krüger-20/+17
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-476/+2760
2025-07-10Remove uncessary parens in closure body with unused lintyukang-3/+3
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-20/+17
2025-07-07Account for const stability in clippy when checking constnessEsteban Küber-6/+14
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-10/+4
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-5/+5
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-5/+5
2025-07-07Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmeaseJacob Pratt-17/+17
2025-07-06clippy: migrate BareFn -> FnPtrJubilee Young-17/+17
2025-07-06Rewrite empty attribute lintJonathan Brouwer-4/+4
2025-07-05clippy: conditions are no longer wrapped in `DropTemps`dianne-48/+29
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-1/+1
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-12/+16