about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2025-01-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-171/+168
2025-01-23Remove RunCompilerbjorn3-3/+3
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-7/+3
2025-01-23make `hir::Ty/ConstArg` methods generic where applicableBoxy-2/+2
2025-01-23`visit_x_unambig`Boxy-12/+12
2025-01-23The clipper :3cBoxy-168/+165
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-5/+5
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-1/+2
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-185/+37
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-1/+2
2025-01-21remove support for the #[start] attributeRalf Jung-185/+37
2025-01-20Get rid of mir::Const::from_ty_constMichael Goulet-10/+6
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+1
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-32/+32
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-10/+10
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-12/+15
2025-01-15intrinsics: deprecate calling them via the unstable std::intrinsics pathRalf Jung-31/+31
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-18/+18
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-432/+2000
2025-01-08Rename PatKind::Lit to ExprOli Scherer-34/+34
2025-01-08Exhaustively handle expressions in patternsOli Scherer-85/+198
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-5/+21
2025-01-07Update tests.Mara Bos-12/+15
2025-01-04Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errorsJubilee-9/+8
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-26/+50
2025-01-03turn rustc_box into an intrinsicRalf Jung-9/+8
2024-12-31cover guard patterns in clippy lintsMax Niederman-5/+21
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-1415/+6002
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-2/+5
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-2/+5
2024-12-22Update clippyScott McMurray-1/+1
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-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