summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2024-11-21Auto merge of #13600 - samueltardieu:push-tzuvnutssmrs, r=xFrednetbors-2/+14
2024-11-21Auto merge of #13553 - SpriteOvO:manual_is_power_of_two-change-category, r=ll...bors-2/+4
2024-10-17Move `too_long_first_doc_paragraph` to `nursery`Philipp Krones-1/+1
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-2/+2
2024-10-12Stabilize `const_option`Trevor Gross-2/+2
2024-10-12Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-34/+32
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-10/+0
2024-10-10Auto merge of #13464 - y21:issue13458, r=flip1995bors-111/+154
2024-10-07Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgrbors-0/+1
2024-10-07Avoid another `&Lrc<..>` in a return value.Nicholas Nethercote-0/+1
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-20/+20
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-6/+12
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-6/+12
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-4/+4
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-4/+4
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-39/+14
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-34/+32
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-5/+9
2024-10-05Bless clippy.Camille GILLOT-5/+9
2024-10-04Adapt clippy.Camille GILLOT-38/+13
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+1
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-2/+0
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-6/+5
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-848/+2484
2024-10-02Use named fields for OpaqueTyOriginMichael Goulet-1/+1
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-5/+4
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-5/+5
2024-10-01Remove crashes and fix testsMichael Goulet-10/+0
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-2/+2
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-25Remove the `control_flow_enum` feature from clippyScott McMurray-2/+0
2024-09-25Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearthbors-2572/+7430
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-14/+5
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-24Remove unused import from Clippy versions.py filePhilipp Krones-1/+0
2024-09-24Fix toolsMichael Goulet-14/+5
2024-09-24Hotfix: remove profile from clippy Cargo.tomlPhilipp Krones-7/+0
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2571/+7437
2024-09-21Fix clippyBen Kimock-1/+1
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-92/+122
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-25/+18
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-13/+12
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-32/+14
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-4/+1
2024-09-19[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...GnomedDev-3/+1
2024-09-19[Clippy] Swap `manual_strip` to use diagnostic items instead of pathsGnomedDev-8/+5
2024-09-19[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of pathGnomedDev-3/+2
2024-09-19[Clippy] Swap `instant_subtraction` to use diagnostic item instead of pathGnomedDev-2/+1