about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2024-12-08Detect shadowing in pattern fieldSamuel Tardieu-1/+1
2024-12-08Better help message for comparison_chain lintSamuel Tardieu-4/+12
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-1/+1
2024-12-08chore: use multipart_suggestions for manual_async_fn (#13788)llogiq-13/+8
2024-12-07Make `Copy` unsafe to implement for ADTs with `unsafe` fieldsJack Wrenn-0/+1
2024-12-07Update known problems for default_numeric_fallbacknora-3/+4
2024-12-06New lint for `as *const _` and `as *mut _` pointer casts (#13251)Jason Newcomb-0/+50
2024-12-06new lint for `as *const _` and `as *mut _` castingSoveu-0/+50
2024-12-06chore: use multipart_suggestions for str_splitnScott Gerring-9/+13
2024-12-06chore: use multipart_suggestions for manual_async_fnScott Gerring-13/+8
2024-12-05fix: various typosBD103-17/+17
2024-12-05update `borrow_as_ptr` to suggest `&raw` syntax (#13689)Jason Newcomb-17/+37
2024-12-05update `borrow_as_ptr` to suggest `&raw` when the MSRV allows itcyrgani-13/+27
2024-12-05fix the order of emitting `ref_as_ptr` and `borrow_as_ptr`cyrgani-6/+12
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-63/+2
2024-12-03Extend `precedence` for bitmasking and shift (#13743)Jason Newcomb-15/+18
2024-12-03index_refutable_slice: use multipart suggestionsScott Gerring-21/+15
2024-12-03let_unit_value: Use multipart suggestionsScott Gerring-11/+24
2024-12-02doc_lazy_continuation: Correctly count indent with backslashesMichael Howell-1/+6
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-3/+3
2024-12-02Correct `report_elidable_impl_lifetimes` comment following #13752Samuel Moelius-2/+1
2024-12-02doc_nested_refdefs: new lint for suspicious list syntax (#13707)Jason Newcomb-5/+107
2024-12-02add targeted help messages to `zombie_processes` diagnostic (#13760)Manish Goregaokar-91/+184
2024-12-02Fix lifetimes elision suggestion in where clauses (#13752)Manish Goregaokar-6/+0
2024-12-02Drop uplifted `clippy::fn_address_comparisons`Urgau-63/+2
2024-12-02Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errorsGuillaume Gomez-3/+3
2024-12-02Rollup merge of #133603 - dtolnay:precedence, r=lcnrGuillaume Gomez-25/+24
2024-12-02Add more cases to the `useless_conversion` lint (#13756)Alejandra González-4/+64
2024-12-02`typing_env_env_for_derived_eq` -> `typing_env_for_derived_eq` (#13769)Jason Newcomb-2/+2
2024-12-02Add more receivers to `useless_conversion`Samuel Tardieu-3/+22
2024-12-02remove `Ty::is_copy_modulo_regions`lcnr-3/+3
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-3/+3
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-15/+8
2024-12-02Fix needless_match FP on if-lets (#13646)Catherine Flores-2/+4
2024-12-01`typing_env_env_for_derived_eq` -> `typing_env_for_derived_eq`Samuel Moelius-2/+2
2024-12-01Mention `string_slice` in `indexing_slicing` documentation (#13763)Timo-0/+4
2024-12-01Add new `literal_string_with_formatting_args` lint (#13410)Fridtjof Stoldt-1/+165
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-25/+24
2024-11-30Do not mark attributes with unknown namespace as uselessSamuel Tardieu-10/+12
2024-11-30Extract lint namespace and lint name from the meta itemSamuel Tardieu-8/+13
2024-11-30Fix lifetimes elision suggestion in where clausesSamuel Tardieu-6/+0
2024-11-30Add more cases to the `useless_conversion` lintSamuel Tardieu-3/+44
2024-11-30Mention `string_slice` in `indexing_slicing` documentationSamuel Tardieu-0/+4
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-15/+8
2024-11-30Fix `shadow_unrelated`'s behaviour with closures (#13677)Jason Newcomb-8/+50
2024-11-30add targetted help messages to `zombie_processes` diagnosticy21-91/+184
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-230/+423
2024-11-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-235/+425
2024-11-28Changelog for Clippy 1.83 🤖 (#13716)Fridtjof Stoldt-5/+5
2024-11-28Extend `precedence` for bitmasking and shiftNatsume-Neko-15/+18