about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2025-03-10make `never_loop` applicability more flexiblelapla-cogito-4/+21
2025-02-21rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...Alejandra González-1/+1
2025-02-21Represent the capability instead of the lint name in msrv aliasesSamuel Tardieu-1/+1
2025-02-20Remove obsolete comment and simplify codeSamuel Tardieu-20/+14
2025-02-20Rustup (#14262)Philipp Krones-742/+808
2025-02-20add `owned_cow` lint (#13948)Timo-1/+128
2025-02-20Changelog for Clippy 1.85 🦜 (#14229)Fridtjof Stoldt-4/+4
2025-02-20rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`lapla-cogito-1/+1
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-369/+885
2025-02-19add `owned_cow` lintAndre Bogus-1/+128
2025-02-19fix: `map_entry` FP on struct member (#14151)Catherine Flores-1/+16
2025-02-19`.last()` to `.next_back()` requires a mutable receiver (#14140)Catherine Flores-20/+43
2025-02-19`double_ended_iterator_last`: note when drop order is changedSamuel Tardieu-0/+7
2025-02-19fix: `map_entry` FP on struct memberyanglsh-1/+16
2025-02-18add a preferred fix for `cast_possible_wrap` description (#14225)Alejandra González-1/+7
2025-02-18`.last()` to `.next_back()` requires a mutable receiverSamuel Tardieu-8/+34
2025-02-18remove an unneeded `#![feature]`cyrgani-1/+0
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-35/+29
2025-02-17Update mention of `ref_to_mut` to `invalid_reference_casting` (#14241)Manish Goregaokar-6/+18
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-2/+13
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-50/+47
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-121/+119
2025-02-16clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`Pavel Grigorenko-4/+5
2025-02-16Update version attribute for 1.85 clippy lintsxFrednet-4/+4
2025-02-16add suggestion example for `cast_possible_wrap`lapla-cogito-1/+7
2025-02-16apply `manual_contains` to Clippy sourceslapla-cogito-4/+4
2025-02-16add `manual_contains` lintlapla-cogito-0/+144
2025-02-15Use `clippy_utils::is_mutable()` in `unnecessary_struct_initialization`Samuel Tardieu-12/+2
2025-02-15Add example for macro_usealexey semenyuk-1/+15
2025-02-15Fix `used_underscore_items` lint uses of foreign functions (#14205)Jason Newcomb-2/+2
2025-02-15`unnecessary_map_or`: do not consume the comparison value if it does not impl...Jason Newcomb-2/+4
2025-02-14doc_link_code: add check for links with code spans that render weird (#14121)Catherine Flores-0/+99
2025-02-13Fix `literal_string_with_formatting_args` lint emitted when it should not (#1...Timo-4/+12
2025-02-13Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obkbors-3/+4
2025-02-13`unnecessary_map_or`: do not consume the non-`Copy` comparison valueSamuel Tardieu-2/+4
2025-02-13intern valtreesLukas Markeffsky-3/+4
2025-02-12New lint: `mem_replace_option_with_some` (#14197)llogiq-38/+113
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-2/+63
2025-02-13Fix `used_underscore_items` lint uses of foreign functionsWeiTheShinobi-2/+2
2025-02-12Reorganize code in `mem_replace.rs`Samuel Tardieu-36/+50
2025-02-12New lint: `unbuffered_bytes` (#14089)Jason Newcomb-0/+62
2025-02-12add index checks for the slice in `manual_slice_fill` (#14193)Jason Newcomb-1/+6
2025-02-12New lint: `unbuffered_bytes`jonathan-0/+62
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-1/+15
2025-02-11just_underscores_and_digits: fix false positive in error recovery scenario (#...Alejandra González-1/+2
2025-02-11just_underscores_and_digits: ignore empty identMichael Howell-1/+2
2025-02-11`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...Alejandra González-0/+6
2025-02-11add index checks for the slice in `manual_slice_fill`lapla-cogito-1/+6