about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-132/+175
2024-07-24Auto merge of #12830 - blyxyas:more-controlflow, r=y21,xFredNetbors-17/+15
2024-07-24Replace local variables signifying "done" or "loop break", use ControlFlow #1...blyxyas-17/+15
2024-07-23Make `BindInsteadOfMap` a structAlex Macleod-48/+68
2024-07-22Make restriction lint's use `span_lint_and_then` (m -> m)xFrednet-4/+9
2024-07-19Avoid ref when using format!Yuri Astrakhan-2/+2
2024-07-17Refactor for using config values:Jason Newcomb-16/+10
2024-07-17Remove duplicated peel_middle_ty_refsLzu Tao-10/+9
2024-07-13make [`or_fun_call`] and [`unwrap_or_default`] recursive.J-ZhengLi-46/+64
2024-07-12[`unwrap_or_default`]: skip warning when calling inside of suggested method's...J-ZhengLi-5/+18
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-21/+88
2024-07-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-22/+90
2024-07-10Auto merge of #12984 - bitfield:fix_doc_nits_c, r=Alexendoobors-4/+3
2024-07-07resolve code review commentsJohn Arundel-2/+1
2024-07-05Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoobors-2/+2
2024-07-05Use `is_in_test` in more places.Jason Newcomb-2/+2
2024-07-05Auto merge of #11656 - y21:unnecessary_string_from_utf8, r=Jarchobors-3/+67
2024-07-01`manual_inspect`: fix `clippy::version` from 1.78.0 to 1.81.0Miguel Ojeda-1/+1
2024-06-29Rollup merge of #127045 - compiler-errors:explicit, r=oli-obkMatthias Krüger-1/+1
2024-06-28Add error message to manual_inspect lintPhilipp Krones-11/+15
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-0/+382
2024-06-27Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+384
2024-06-27Make queries more explicitMichael Goulet-1/+1
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-2/+2
2024-06-23Fix doc nitsJohn Arundel-4/+4
2024-06-21Add new `Span` utils to avoid both allocating andJason Newcomb-13/+18
2024-06-20feat: unnecessary_min_max lintvohoanglong0107-0/+120
2024-06-20[`unnecessary_to_owned`]: catch to_owned from byte slice to stringy21-3/+67
2024-06-16Add lint `manual_inspect`Jason Newcomb-0/+257
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-192/+265
2024-06-13Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-193/+267
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-151/+5
2024-06-11Auto merge of #12915 - belyakov-am:lint/single_char_add_str, r=xFrednetbors-2/+81
2024-06-09Fix dogfood testArtem Belyakov-2/+2
2024-06-09Handle single chars with `to_string()` for `single_char_add_str`Artem Belyakov-2/+81
2024-06-07Auto merge of #12851 - samueltardieu:issue12846, r=y21bors-11/+1
2024-06-07Auto merge of #12889 - xFrednet:changelog-1-79, r=flip1995,dswijbors-1/+1
2024-06-07Auto merge of #12822 - Alexendoo:for-each-expr, r=dswijbors-8/+8
2024-06-06Move `is_receiver_of_method_call` to `clippy_utils` for reuseSamuel Tardieu-11/+1
2024-06-05Update version attribute for 1.79 lintsxFrednet-1/+1
2024-06-04Fix false positive for `needless_character_iteration` lintGuillaume Gomez-6/+23
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-1/+1
2024-06-03Auto merge of #12815 - GuillaumeGomez:add-needless_character_iteration, r=xFr...bors-18/+151
2024-05-30Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearthbors-26/+74
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-26/+74
2024-05-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-27/+76
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-2/+2
2024-05-27Auto merge of #12823 - schvv31n:fix-iter-on-empty-collections, r=y21bors-1/+46
2024-05-27Auto merge of #12843 - mdm:fix-unnecessary-to-owned-println-interaction, r=y21bors-15/+17
2024-05-27Add `needless_character_iteration` lintGuillaume Gomez-18/+151