about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-10make `never_loop` applicability more flexiblelapla-cogito-5/+193
2025-02-21rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...Alejandra González-2/+4
2025-02-21Represent the capability instead of the lint name in msrv aliases (#14269)Timo-2/+2
2025-02-21Represent the capability instead of the lint name in msrv aliasesSamuel Tardieu-2/+2
2025-02-20Remove obsolete comment and simplify code (#14264)Manish Goregaokar-20/+14
2025-02-20Remove obsolete comment and simplify codeSamuel Tardieu-20/+14
2025-02-20Rustup (#14262)Philipp Krones-2467/+3505
2025-02-20Rustup: fix 32bit testsPhilipp Krones-48/+72
2025-02-20add `owned_cow` lint (#13948)Timo-96/+315
2025-02-20Changelog for Clippy 1.85 🦜 (#14229)Fridtjof Stoldt-6/+48
2025-02-20Bump nightly version -> 2025-02-20Philipp Krones-2/+2
2025-02-20add missing MSRV configuration information for `manual_div_ceil`lapla-cogito-0/+2
2025-02-20Bump Clippy version -> 0.1.87Philipp Krones-4/+4
2025-02-20rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`lapla-cogito-2/+2
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-13930/+31634
2025-02-19add `owned_cow` lintAndre Bogus-96/+315
2025-02-19fix: `map_entry` FP on struct member (#14151)Catherine Flores-1/+62
2025-02-19`.last()` to `.next_back()` requires a mutable receiver (#14140)Catherine Flores-33/+272
2025-02-19update `rustfix` link in docs (#14248)Philipp Krones-2/+2
2025-02-19`double_ended_iterator_last`: note when drop order is changedSamuel Tardieu-2/+82
2025-02-19fix: `map_entry` FP on struct memberyanglsh-1/+62
2025-02-18add a preferred fix for `cast_possible_wrap` description (#14225)Alejandra González-1/+7
2025-02-19update `rustfix` linklapla-cogito-2/+2
2025-02-18remove an unneeded `#![feature]` (#14245)Alejandra González-1/+0
2025-02-18`.last()` to `.next_back()` requires a mutable receiverSamuel Tardieu-21/+169
2025-02-18remove an unneeded `#![feature]`cyrgani-1/+0
2025-02-17fix: `needless_option_as_deref` FP in trait (#14210)Alejandra González-1/+31
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-45/+37
2025-02-17Update mention of `ref_to_mut` to `invalid_reference_casting` (#14241)Manish Goregaokar-6/+18
2025-02-17`manual_ok_err`: blockify the replacement of an `else if …` (#14240)Manish Goregaokar-3/+52
2025-02-17Update mention of `ref_to_mut` to `invalid_reference_casting`Tamir Duberstein-6/+18
2025-02-17`manual_ok_err`: blockify the replacement of an `else if …`Samuel Tardieu-3/+52
2025-02-17"Typo Catch Check" passed by @flip1995 Fridtjof Stoldt-1/+1
2025-02-17Add `cargo dev setup toolchain --standalone` (#14230)Philipp Krones-8/+39
2025-02-17Add `--allow-no-vcs` to `cargo dev dogfood --fix` (#14227)Philipp Krones-2/+11
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias KrĂĽger-4/+5
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-64/+61
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-150/+146
2025-02-16`ui_test` annotation cleanup (#14232)Alex Macleod-355/+340
2025-02-16`ui_test` annotation cleanupAlex Macleod-355/+340
2025-02-16Add `cargo dev setup toolchain --standalone`Alex Macleod-8/+39
2025-02-16clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`Pavel Grigorenko-4/+5
2025-02-16Changelog for Clippy 1.85 :parrot:xFrednet-2/+44
2025-02-16Update version attribute for 1.85 clippy lintsxFrednet-4/+4
2025-02-16Add `--allow-no-vcs` to `cargo dev dogfood --fix`Samuel Tardieu-2/+11
2025-02-16add suggestion example for `cast_possible_wrap`lapla-cogito-1/+7
2025-02-15new lint: `manual_contains` (#13817)Manish Goregaokar-29/+459
2025-02-16apply `manual_contains` to Clippy sourceslapla-cogito-4/+4
2025-02-16add `manual_contains` lintlapla-cogito-25/+455
2025-02-15Use `clippy_utils::is_mutable()` in `unnecessary_struct_initialization`Samuel Tardieu-12/+2