about summary refs log tree commit diff
path: root/clippy_lints/src/default_union_representation.rs
AgeCommit message (Expand)AuthorLines
2024-08-03Migrating restriction lints to `span_lint_and_then` (a -> d)xFrednet-7/+9
2024-05-23For restriction lints, replace “Why is this bad?” with “Why restrict th...Kevin Reid-1/+1
2024-05-09always use `GenericArgsRef`lcnr-2/+2
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1/+1
2024-01-18Don't forget that the lifetime on hir types is `'tcx`Oli Scherer-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-10/+12
2023-09-12Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyupPhilipp Krones-0/+3
2023-04-21Allow `LocalDefId` as the argument to `def_path_str`Oli Scherer-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-2/+2
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-0/+105