about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2024-12-16Correctly handle string indices in `literal_string_with_formatting_arg`Guillaume Gomez-1/+10
2024-12-16correct suggestion for `unnecessary_sort_by` in `no_std` (#13836)llogiq-3/+5
2024-12-16correct suggestion for unnecessary_sort_by in no_stdlapla-cogito-3/+5
2024-12-16Do not suggest using `Error` in `no_std` before Rust 1.81 (#13834)llogiq-12/+28
2024-12-16Initial impl of `repr_packed_without_abi` (#13398)Alex Macleod-0/+85
2024-12-16Do not suggest using `Error` in `no_std` before Rust 1.81Samuel Tardieu-12/+28
2024-12-15fix typo in `numeric_arithmetic` logic (#13820)Timo-2/+2
2024-12-15Initial impl `repr_packed_without_abi`Lukas Lueg-0/+85
2024-12-15Add hir::AttributeJonathan Dönszelmann-41/+36
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-3/+3
2024-12-15chore: use multipart_suggestions for match_same_arms (#13803)Alejandra González-12/+8
2024-12-15fix `must_use_unit` suggestion when there're multiple attributes (#13830)llogiq-12/+46
2024-12-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-309/+868
2024-12-15correct suggestion for must_use_unit when there are multiple attributeslapla-cogito-12/+46
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-17/+17
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-3/+0
2024-12-15Add new lint `unneeded_struct_pattern`Asuna-2/+81
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-17/+17
2024-12-14allow needless_option_take to report for more cases (#13684)Catherine Flores-23/+32
2024-12-14Stop handling specialization in clippy's to_string_trait_impl lintbjorn3-3/+0
2024-12-14chore: use multipart_suggestion in significant_drop_tightening lint (#13823)Fridtjof Stoldt-9/+3
2024-12-14don't lint for creating an iterator from an empty array in filter_map_identit...lapla-cogito-0/+10
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+1
2024-12-14indexing_slicing: Clarify documentation (#13780)dswij-10/+17
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+1
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-3/+1
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-3/+8
2024-12-14address wrong suggestions when using comparing with byte literal string in si...lapla-cogito-1/+1
2024-12-13Fix `single_match` lint being emitted when it should not (#13765)llogiq-2/+25
2024-12-13Rename ty_def_id so people will stop using it by accidentMichael Goulet-3/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-1/+6
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-2/+2
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-1/+42
2024-12-13Fix `single_match` lint being emitted when it should notGuillaume Gomez-2/+25
2024-12-13chore: use multipart_suggestion in significant_drop_tightening lintScott Gerring-9/+3
2024-12-12Fix toolsMichael Goulet-1/+6
2024-12-12fix typoklensy-2/+2
2024-12-12fix version attribute for arbitrary_source_item_ordering lintlapla-cogito-1/+1
2024-12-11allow needless_option_take to report for more casesEric-23/+32
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-1/+42
2024-12-11suggest modified code for if_not_else lintlapla-cogito-3/+51
2024-12-11Detect shadowing in pattern field (#13797)Jason Newcomb-1/+1
2024-12-10Better help message for comparison_chain lint (#13762)Timo-4/+12
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-1/+0
2024-12-10Fix: fixed multipart_suggestion in index_refutable_slice uitest (#13727)Timo-21/+15
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-2/+2
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-0/+1
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-2/+5
2024-12-09Introduce `default_field_values` featureEsteban Küber-22/+32