about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-30introduce `ty::Value`Lukas Markeffsky-6/+4
2025-01-29Eliminate PatKind::PathOli Scherer-51/+114
2025-01-29Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obkLeón Orell Valerian Liehr-2/+2
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-1/+1
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-2/+2
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-1/+1
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-326/+1444
2025-01-27Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercoteLeón Orell Valerian Liehr-41/+2
2025-01-26remove `clippy::double_neg`Kalle Wachsmuth-41/+2
2025-01-26Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obkbors-5/+2
2025-01-23make `hir::Ty/ConstArg` methods generic where applicableBoxy-2/+2
2025-01-23`visit_x_unambig`Boxy-11/+11
2025-01-23The clipper :3cBoxy-149/+145
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-3/+3
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-1/+2
2025-01-20Get rid of mir::Const::from_ty_constMichael Goulet-5/+2
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-1/+1
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-1/+1
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-10/+10
2025-01-11migrate `clippy` to the `DenseBitSet` nameRémy Rakic-2/+2
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-218/+542
2025-01-08Rename PatKind::Lit to ExprOli Scherer-24/+24
2025-01-08Exhaustively handle expressions in patternsOli Scherer-50/+116
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-4/+16
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-22/+46
2024-12-31cover guard patterns in clippy lintsMax Niederman-4/+16
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-402/+1188
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-1/+2
2024-12-19Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726bors-1/+1
2024-12-18introduce `LateParamRegionKind`lcnr-1/+1
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-4/+4
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-4/+4
2024-12-18Simplify `RefTokenTreeCursor::look_ahead`.Nicholas Nethercote-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-7/+9
2024-12-15Add hir::AttributeJonathan Dönszelmann-41/+36
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-3/+3
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-17/+17
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-3/+0
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-17/+17
2024-12-14Stop handling specialization in clippy's to_string_trait_impl lintbjorn3-3/+0
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+1
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+1
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-3/+1
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-3/+8
2024-12-13Rename ty_def_id so people will stop using it by accidentMichael Goulet-3/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-1/+6
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-2/+2
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-1/+42
2024-12-12Fix toolsMichael Goulet-1/+6