about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2025-08-12fix `unnecessary_semicolon`: don't lint on stmts with attrsAda Alakbarova-0/+2
2025-08-11Correct `needless_borrow_for_generic_args` doc comment (#15440)Alejandra González-1/+1
2025-08-10feat: introduce `path_to_local_with_projections` (#15396)Timo-24/+6
2025-08-09fix &str type check in `from_str_radix_10` (#15410)Samuel Tardieu-2/+2
2025-08-09`expect_fun_call`: move helper functions out of the main one (#15446)llogiq-38/+37
2025-08-09introduce `path_to_local_with_projections`Ada Alakbarova-24/+6
2025-08-09[[infinite_loop] fix infinite loop false positive (#15157)dswij-5/+43
2025-08-09Do not attempt to compute size of a type with escaping lifetimes (#15434)Jason Newcomb-0/+3
2025-08-09`expect_fun_call`: move helper functions out of the main oneAda Alakbarova-38/+37
2025-08-08Correct `needless_borrow_for_generic_args` doc commentSamuel Moelius-1/+1
2025-08-08misc: use let-chainsAda Alakbarova-1/+3
2025-08-08move `crosspointer_transmute` from `complexity` to `suspicious` (#15403)Samuel Tardieu-1/+1
2025-08-08`eta_reduction`: don't refer to ADT constructors as "function"sAda Alakbarova-1/+5
2025-08-07fix inf loopChengxu Bian-5/+43
2025-08-07move `crosspointer_transmute` from `complexity` to `suspicious`Ada Alakbarova-1/+1
2025-08-07Reuse previous `Vec` allocation in loop (#15428)Alejandra González-2/+2
2025-08-07Do not attempt to compute size of a type with escaping lifetimesSamuel Tardieu-0/+3
2025-08-07Bump Clippy version -> 0.1.91Philipp Krones-1/+1
2025-08-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-502/+763
2025-08-07Reuse previous `Vec` allocation in loopSamuel Tardieu-2/+2
2025-08-06Optimize `needless_bool` lintSamuel Tardieu-11/+10
2025-08-06Optimize `incompatible_msrv` lint (#15422)Alejandra González-13/+12
2025-08-06Optimize `incompatible_msrv` lintSamuel Tardieu-13/+12
2025-08-06Fix suggestion for `collapsible_if` and `collapsible_else_if` when the inner ...llogiq-2/+51
2025-08-05Do not lint for `wildcard_imports` in external macro (#15413)Alejandra González-1/+1
2025-08-05fix &str type check in `from_str_radix_10`Zihan-2/+2
2025-08-05Fix `unnecessary_sort_by` lint method consistency in message and suggestion (...Samuel Tardieu-36/+42
2025-08-05fix: unnecessary_sort_by lint method consistency in message and suggestionHuterenok-36/+42
2025-08-05Move `cognitive_complexity` lint from `nursery` to `restriction`Samuel Tardieu-1/+1
2025-08-05Do not lint for `wildcard_imports` in external macroSamuel Tardieu-1/+1
2025-08-04Split `possible_missing_else` from `suspicious_else_formatting` (#15317)Alejandra González-1/+28
2025-08-04Remove rogue comma from infallible_try_from lint messageFayti1703-1/+1
2025-08-04Changelog for Clippy 1.89 🌽 (#15375)Philipp Krones-6/+6
2025-08-04Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLiiStuart Cook-1/+1
2025-08-04clean-up `semicolon_inside_block`Ada Alakbarova-24/+12
2025-08-03don't allocate a `Vec` in an `Iterator::chain`Ada Alakbarova-1/+1
2025-08-03fix option-if-let-else lint (#15394)Jason Newcomb-4/+5
2025-08-03Simplify boolean expression in `manual_assert` (#15368)Jason Newcomb-11/+5
2025-08-02fix: `option_if_let_else` don't suggest argless function for Result::map_or_elseZihan-3/+3
2025-08-02fix: `option_if_let_else` keep deref op if the inner expr is a raw pointerZihan-1/+2
2025-08-02Extend `implicit_clone` to handle `to_string` calls (#14177)Timo-146/+18
2025-08-02fix: `let_with_type_underscore` don't eat closing paren in `let (i): _ = 0;` ...Samuel Tardieu-2/+9
2025-08-02fix: let_with_type_underscore don't eat closing paren in let (i): _ = 0;Ada Alakbarova-2/+9
2025-08-02Optimize broken_links by 99.77%blyxyas-38/+38
2025-08-01Do not specialize for `if_chain` any longer (#15362)dswij-2/+2
2025-07-31Changelog for Clippy 1.89Alexey Semenyuk-6/+6
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-22/+34
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-8/+37
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-22/+34
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-8/+37