about summary refs log tree commit diff
path: root/clippy_lints/src/derive.rs
AgeCommit message (Expand)AuthorLines
2024-01-15Ensure `callee_id`s are body ownersSamuel Moelius-2/+2
2023-12-10fix clippyDeadbeef-2/+2
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-3/+3
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-125/+104
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-2/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-09-14treat host effect params as erased generics in codegenDeadbeef-1/+1
2023-08-11Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyupPhilipp Krones-33/+17
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+1
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-16/+32
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-2/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-3/+4
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-6/+6
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-3/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-6/+6
2023-06-19s/Clause/ClauseKindMichael Goulet-3/+3
2023-04-25Use `ty::TraitRef::new` in clippyMaybe Waffle-1/+1
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-4/+4
2023-03-21Use local key in providersMichael Goulet-1/+1
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-2/+2
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-2/+2
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-2/+3
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-2/+2
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-4/+4
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-14/+17
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-4/+1
2022-12-14Remove TraitRef::newOli Scherer-3/+3
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-2/+2
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-4/+4
2022-11-21Fix clippy's missing substsOli Scherer-2/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-2/+2
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-4/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-2/+2
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-2/+2
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-1/+4
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-43/+54
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-9/+38
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-6/+73
2022-05-10update clippylcnr-5/+5
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-3/+3
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-3/+4
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-5/+5
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+4
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-7/+1
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-2/+2