summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2025-05-07Require T: TypeFoldable in Binder<T> visitMichael Goulet-3/+3
2025-05-01Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u...Philipp Krones-11/+54
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+5
2025-04-23Clippy: Fix doc issuePhilipp Krones-0/+1
2025-04-22Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u...Philipp Krones-345/+485
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-2/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-2/+2
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-4/+4
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-3/+3
2025-04-14Use `Symbol` in `LateContext::get_associated_type`.Nicholas Nethercote-1/+1
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-3/+3
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-3/+3
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-1/+26
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-1/+26
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+3
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-5/+6
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-4/+4
2025-04-03Make LevelAndSource a structOli Scherer-2/+3
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-1/+1
2025-04-03Use `BinOpKind` instead of `BinOp` for function args where possible.Nicholas Nethercote-9/+9
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-5/+3
2025-04-01Address review comments.Nicholas Nethercote-4/+10
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-16/+63
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-0/+3
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-4/+4
2025-03-25Allow defining opaques in statics and constsMichael Goulet-0/+8
2025-03-21Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearthbors-55/+91
2025-03-20Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u...Philipp Krones-56/+92
2025-03-20Rollup merge of #138435 - eholk:prefix-yield, r=oli-obkMatthias Krüger-2/+3
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-1/+1
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-11/+14
2025-03-15Fold visit into tyMichael Goulet-1/+1
2025-03-14Teach rustfmt to handle postfix yieldEric Holk-2/+3
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-17/+11
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+6
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-3/+3
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-3/+21
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-3/+3
2025-03-06Fix clippySantiago Pastorino-3/+21
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-8/+3
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-2/+1
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-13/+14
2025-03-03Remove some unnecessary aliases from `rustc_data_structures::sync`Zalathar-2/+1
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-13/+14
2025-02-28Fix link to ty::Ty in clippy_utilsPhilipp Krones-1/+1
2025-02-28Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u...Philipp Krones-187/+443
2025-02-28Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk许杰友 Jieyou Xu (Joe)-1/+0
2025-02-27Clean up TypeckResults::extract_binding_modeMaja Kądziołka-1/+0
2025-02-27Rename `AssocOp::As` as `AssocOp::Cast`.Nicholas Nethercote-7/+7