about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
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-13/+15
2024-12-16split attributesJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-95/+90
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-5/+5
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-25/+25
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-59/+1
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-25/+25
2024-12-14Stop handling specialization in clippy's to_string_trait_impl lintbjorn3-59/+1
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-1/+3
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-3/+1
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-1/+3
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-3/+1
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-155/+32
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-7/+31
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-10/+31
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-4/+28
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-3/+3
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-1/+42
2024-12-13Stabilize async closuresMichael Goulet-51/+45
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-69/+4
2024-12-12Tweak multispan renderingEsteban Küber-117/+38
2024-12-12Fix toolsMichael Goulet-4/+28
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-1/+42
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-4/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-3/+3
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-0/+1
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-2/+5
2024-12-09Introduce `default_field_values` featureEsteban Küber-29/+44
2024-12-09fix ICE on type error in promotedRalf Jung-2/+5
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-3/+5
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-1/+1
2024-12-07Make `Copy` unsafe to implement for ADTs with `unsafe` fieldsJack Wrenn-0/+1
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-3/+5
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-170/+79
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-5/+5
2024-12-02Drop uplifted `clippy::fn_address_comparisons`Urgau-170/+79
2024-12-02Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errorsGuillaume Gomez-4/+4
2024-12-02Rollup merge of #133603 - dtolnay:precedence, r=lcnrGuillaume Gomez-25/+24
2024-12-02remove `Ty::is_copy_modulo_regions`lcnr-4/+4
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-5/+5
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-41/+21
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-25/+24
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-41/+21
2024-11-29Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearthbors-647/+1958