about summary refs log tree commit diff
path: root/clippy_lints/src/derive.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+1
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-5/+3
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-2/+2
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-11/+9
2024-11-23no more Reveal :(lcnr-2/+0
2024-11-19remove `TypingMode::from_param_env` in clippylcnr-5/+9
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-1/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-20/+20
2024-10-26Effects cleanupDeadbeef-1/+1
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-1/+1
2024-09-25Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearthbors-2/+2
2024-09-24Fix toolsMichael Goulet-1/+0
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2/+2
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-10/+21
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-2/+2
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-1/+1
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-1/+1
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-2/+1
2024-03-22Fix clippyMichael Goulet-2/+2
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-1/+5
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-1/+2
2024-01-20Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-deadGuillaume Gomez-2/+2
2024-01-17Fix clippyOli Scherer-1/+2
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