about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2025-09-11Do not attempt to compute size of a type with escaping lifetimes (#15434)Jason Newcomb-0/+3
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-22/+34
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-8/+37
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-22/+34
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-8/+37
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-2/+2
2025-07-28Rename impl_of_method -> impl_of_assocCameron Steffen-24/+24
2025-07-28Rename trait_of_item -> trait_of_assocCameron Steffen-21/+21
2025-07-26Fix toolingJonathan Brouwer-3/+1
2025-07-25Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u...Philipp Krones-610/+1009
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-20Unquerify maybe_unused_trait_imports.Camille GILLOT-1/+1
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-1/+1
2025-07-17parse `const trait Trait`Deadbeef-7/+7
2025-07-17Improve path segment joining.Nicholas Nethercote-1/+2
2025-07-14Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearthbors-199/+504
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-1/+2
2025-07-13Retire hir::*ItemRef.Camille GILLOT-99/+102
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-103/+77
2025-07-13Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillotbors-14/+8
2025-07-12Fix clippy & rustdoc-jsonJonathan Brouwer-1/+2
2025-07-11Rollup merge of #143708 - epage:pretty, r=compiler-errorsMatthias Krüger-4/+4
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-199/+504
2025-07-10Remove uncessary parens in closure body with unused lintyukang-1/+1
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-4/+4
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-4/+4
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-4/+4
2025-07-07Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmeaseJacob Pratt-4/+4
2025-07-06clippy: migrate BareFn -> FnPtrJubilee Young-4/+4
2025-07-06Rewrite empty attribute lintJonathan Brouwer-3/+3
2025-07-05clippy: conditions are no longer wrapped in `DropTemps`dianne-14/+8
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-8/+11
2025-07-04Remove names_imported_by_glob_use query.Camille GILLOT-1/+1
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-2/+8
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-19/+21
2025-06-27broken_links: Fix rustdoc API usagePhilipp Krones-1/+1
2025-06-27Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u...Philipp Krones-524/+721
2025-06-26Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ...Matthias Krüger-2/+2
2025-06-24fix clippyJana Dönszelmann-2/+3
2025-06-23Update clippy source code to changes on `source_span_for_markdown_range`Guillaume Gomez-2/+2
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-6/+6
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-15/+24
2025-06-21All HIR attributes are outerDavid Tolnay-3/+10
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-15/+16
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-3/+2
2025-06-20clippy: replace path uses by diagnostic itemsSamuel Tardieu-15/+16
2025-06-20Avoid some unnecessary symbol interning.Nicholas Nethercote-1/+1
2025-06-19Extract Translator structCameron Steffen-3/+2