about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-4/+7
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-4/+7
2025-06-02Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearthbors-11/+14
2025-05-31Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12'Philipp Krones-11/+14
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-2/+2
2025-05-29Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-deadJacob Pratt-4/+4
2025-05-29Rollup merge of #141638 - oli-obk:builtin-index, r=lcnrJacob Pratt-3/+1
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-3/+1
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-4/+4
2025-05-27Rename unpack to kindMichael Goulet-8/+8
2025-05-26remove eq_unspanned from TokenStreamyukang-1/+3
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-0/+2
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-154/+357
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-4/+6
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-4/+6
2025-05-15Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u...Philipp Krones-444/+468
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