about summary refs log tree commit diff
path: root/clippy_lints/src/same_name_method.rs
AgeCommit message (Expand)AuthorLines
2023-02-25Merge branch 'master' into rustupJason Newcomb-5/+5
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-2/+2
2022-12-20Fix adjacent codeSamuel Moelius-2/+2
2022-11-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-5/+5
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+2
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-2/+2
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-7/+11
2022-06-06Fix `#[expect]` for `async_yields_async`xFrednet-0/+1
2022-06-06Fix `#[expect]` for `same_name_method`xFrednet-7/+10
2022-05-20Merge remote-tracking branch 'upstream/master' into rustupxFrednet-5/+5
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-102/+98
2022-05-05Merge remote-tracking branch 'upstream/master' into rustupflip1995-102/+98
2022-04-08remove CheckVisitor, CollectExternCrateVisitor and ItemLikeVisitor implsMiguel Guarniz-0/+4
2022-04-08Refactor HIR item-like traversal (part 1)Miguel Guarniz-1/+2
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-3/+4
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-3/+3
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-0/+160