about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2025-02-11Use MIR body to identify more "default equivalent" callsEsteban Küber-1/+1
2025-02-10Use a separate loop to drive the check for code clustersMichael Howell-37/+73
2025-02-10Convert two missed placesBastian Kersting-2/+2
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-7/+7
2025-02-10Use parentheses when needed in `nonminimal_bool` lintSamuel Tardieu-1/+3
2025-02-09Fix `let_and_return` with temporary variables, and distinguish between Rust e...llogiq-7/+6
2025-02-09Add `single_option_map` lint (#14033)llogiq-0/+94
2025-02-09Add single_option_map lintYusuf Raji-0/+94
2025-02-09`let_and_return`: lint more cases in edition ≥ 2024Samuel Tardieu-5/+4
2025-02-09`let_and_return`: look for non-static references in expansion as wellSamuel Tardieu-2/+2
2025-02-09make [`manual_map`] ignore types that contain `dyn` (#12712)Alex Macleod-13/+11
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-34/+36
2025-02-09Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)Alejandra González-0/+12
2025-02-09Fix `obfuscated_if_else` suggestion on left side of a binary exprSamuel Tardieu-0/+12
2025-02-09remove "Known problems" section for `branches_sharing_code` (#14176)Alejandra González-5/+0
2025-02-09remove "Known problems" section for `branches_sharing_code`lapla-cogito-5/+0
2025-02-08Two improvements to `disallowed_*` (#13669)Catherine Flores-40/+32
2025-02-08autofix for `range_zip_with_len` (#14136)dswij-6/+7
2025-02-08add MSRV check for `manual_flatten` (#14086)dswij-1/+4
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-34/+36
2025-02-07Remove `Known problems` section `invalid_upcast_comparisons` (#14133)dswij-3/+0
2025-02-07Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...dswij-71/+3
2025-02-07fix typoJana Dönszelmann-1/+1
2025-02-07fix empty after lint on impl/trait itemsJonathan Dönszelmann-37/+76
2025-02-07Update UI testsGuillaume Gomez-1/+1
2025-02-07Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...Guillaume Gomez-427/+458
2025-02-07Address additional review commentsSamuel Moelius-1/+2
2025-02-07`useless_asref`: no lint if in a closure to change the ref depth (#14090)Catherine Flores-6/+13
2025-02-07[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect` (#14010)Catherine Flores-1/+1
2025-02-07remove an outdated line in `transmute/mod.rs` (#14159)Catherine Flores-1/+0
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-4/+22
2025-02-07Fix ICE in `unnecessary_mut_passed` (#14065)Catherine Flores-2/+3
2025-02-07Correct version of `doc_overindented_list_items` (#14152)llogiq-1/+1
2025-02-07Simplify `reindent_multiline()` signature (#14101)Timo-35/+23
2025-02-06Rollup merge of #136645 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-213/+924
2025-02-06change the applicability of `if_then_some_else_none` to `MachineApplicable` (...Jason Newcomb-1/+1
2025-02-06don't emit suggestion inside macro in `manual_async_fn` (#14142)Jason Newcomb-0/+1
2025-02-06Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgrbors-21/+17
2025-02-06Skip `use_self` inside macro expansions of a `impl Self` block (#13128)Alex Macleod-39/+15
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-213/+924
2025-02-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-218/+926
2025-02-06Skip `use_self` inside macro expansion of `impl Self` itemsLzu Tao-1/+13
2025-02-06Make the "expensive" comment belong to a branchLzu Tao-1/+1
2025-02-06Use `clippy_utils::ty::ty_from_hir_ty` to avoid ICELzu Tao-25/+2
2025-02-06Pulicize `clippy_utils::ty::ty_from_hir_ty`Lzu Tao-15/+2
2025-02-06remove an outdated linelapla-cogito-1/+0
2025-02-05Do not trigger `[size_of_in_element_count]` for `u8` (#14011)Alejandra González-5/+5
2025-02-05Update version for unneeded_struct_pattern (#14031)Alex Macleod-1/+1
2025-02-05Uniformly handle HIR literals in visitors and lintsOli Scherer-21/+17
2025-02-05Correct version of `doc_overindented_list_items`Yutaro Ohno-1/+1