about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-2/+2
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-1/+1
2024-10-31clippy: we've got a `LateContext` use it for `TypingMode`lcnr-1/+1
2024-10-31`ConstCx` stop using `ParamEnv::reveal`lcnr-2/+2
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-4/+1
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-3/+1
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-3/+1
2024-10-29update toolslcnr-7/+7
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-8/+12
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-8/+12
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-2/+2
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-2/+2
2024-10-24Remove associated type based effects logicMichael Goulet-12/+2
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-1/+13
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-14/+1
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-14/+1
2024-10-19Fix testsMichael Goulet-4/+4
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-38/+138
2024-10-16Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillotbors-2/+2
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-2/+3
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-0/+3
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-2/+3
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-2/+2
2024-10-10Auto merge of #13464 - y21:issue13458, r=flip1995bors-54/+81
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-0/+3
2024-10-07Avoid another `&Lrc<..>` in a return value.Nicholas Nethercote-0/+1
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-1/+1
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+1
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-1/+0
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-2/+1
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-82/+119
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-2/+1
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-5/+5
2024-09-25Remove the `control_flow_enum` feature from clippyScott McMurray-1/+0
2024-09-25Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearthbors-188/+144
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-7/+3
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-4/+4
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+1
2024-09-24Fix toolsMichael Goulet-7/+3
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-188/+144
2024-09-21Fix clippyBen Kimock-1/+1
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-19/+12
2024-09-19Categorise paths in `clippy_utils::paths`GnomedDev-13/+20
2024-09-19[Clippy] Swap `open_options` to use diagnostic items instead of pathsGnomedDev-2/+0
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-8/+0
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-2/+0
2024-09-19[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...GnomedDev-1/+0
2024-09-19[Clippy] Swap `manual_strip` to use diagnostic items instead of pathsGnomedDev-3/+0
2024-09-19[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of pathGnomedDev-1/+0