about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-11`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...Alejandra González-0/+86
2025-02-11add index checks for the slice in `manual_slice_fill`lapla-cogito-2/+34
2025-02-11Use MIR body to identify more "default equivalent" callsEsteban Küber-25/+175
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-1500/+2292
2025-02-10Use parentheses when needed in `nonminimal_bool` lintSamuel Tardieu-1/+13
2025-02-09Fix `let_and_return` with temporary variables, and distinguish between Rust e...llogiq-0/+938
2025-02-09Add `single_option_map` lint (#14033)llogiq-0/+106
2025-02-09Add single_option_map lintYusuf Raji-0/+106
2025-02-09`let_and_return`: lint more cases in edition ≥ 2024Samuel Tardieu-1/+919
2025-02-09`let_and_return`: look for non-static references in expansion as wellSamuel Tardieu-0/+20
2025-02-09make [`manual_map`] ignore types that contain `dyn` (#12712)Alex Macleod-20/+245
2025-02-09Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)Alejandra González-6/+118
2025-02-09Fix `obfuscated_if_else` suggestion on left side of a binary exprSamuel Tardieu-1/+101
2025-02-09Add error markers for `obfuscated_if_else` lintSamuel Tardieu-5/+17
2025-02-08allow `assign_op_pattern` in the test of `string_add` (#14143)Catherine Flores-17/+2
2025-02-08Two improvements to `disallowed_*` (#13669)Catherine Flores-16/+112
2025-02-08autofix for `range_zip_with_len` (#14136)dswij-4/+21
2025-02-07Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...dswij-36/+9
2025-02-07add tests for spurious failure and fix typoJana Dönszelmann-21/+49
2025-02-07fix empty after lint on impl/trait itemsJonathan Dönszelmann-1/+40
2025-02-07Update UI testsGuillaume Gomez-24/+26
2025-02-07`useless_asref`: no lint if in a closure to change the ref depth (#14090)Catherine Flores-0/+10
2025-02-07Handle more cases in `is_normalizable` (#13833)llogiq-2/+225
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-0/+14
2025-02-06Don't use labeled block as top-level blocks (#14102)Jason Newcomb-1/+36
2025-02-06don't emit suggestion inside macro in `manual_async_fn` (#14142)Jason Newcomb-0/+52
2025-02-06Skip `use_self` inside macro expansions of a `impl Self` block (#13128)Alex Macleod-0/+90
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-249/+1527
2025-02-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-333/+1637
2025-02-06add test to check for popping wrong itemsLzu Tao-0/+42
2025-02-06Skip `use_self` inside macro expansion of `impl Self` itemsLzu Tao-23/+3
2025-02-06add bug 13092Lzu Tao-1/+69
2025-02-05Do not trigger `[size_of_in_element_count]` for `u8` (#14011)Alejandra González-103/+79
2025-02-05don't emit lint inside macro in `manual_async_fn`lapla-cogito-0/+52
2025-02-05move `expr_requires_coercion` to clippy_utils & some other adjustmentsJ-ZhengLi-14/+20
2025-02-04fix: manual_unwrap_or_defaultyanglsh-0/+49
2025-02-05fix [`manual_map`] not catching type adjustmentJ-ZhengLi-6/+225
2025-02-04allow `assign_op_pattern` in the test of `string_add`lapla-cogito-17/+2
2025-02-03new `manual_option_as_slice` lint (#13901)Alejandra González-0/+191
2025-02-03add `manual_slice_fill` lint (#14082)llogiq-34/+289
2025-02-03ignore `manual_slice_fill` in other test fileslapla-cogito-34/+40
2025-02-03add `manual_slice_fill` lintlapla-cogito-0/+249
2025-02-02autofix for `range_zip_with_len`lapla-cogito-4/+21
2025-02-01autofix for `cmp_null` (#14122)Alex Macleod-4/+66
2025-02-02add autofix for `cmp_null`lapla-cogito-4/+66
2025-02-01Use a better message for `toplevel_ref_arg` lintSamuel Tardieu-2/+2
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-0/+14
2025-02-01Resolve projections during internal mutability analysisPavel Grigorenko-0/+86
2025-01-31Do not remove semicolon if it changes the block type (#14103)dswij-0/+18
2025-01-30doc_link_code: add check for `text`[`adjacent`] style linksMichael Howell-0/+228