about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2024-09-03Auto merge of #13263 - y21:warn_manual_c_str_literals, r=Centri3bors-1/+1
2024-09-01Auto merge of #13325 - alex-semenyuk:wrong_self_convention_doc_fix, r=y21bors-0/+11
2024-08-31Provide more clear example for WRONG_SELF_CONVENTIONalexey semenyuk-0/+11
2024-08-28Auto merge of #13235 - kyoto7250:fix_issue_13191, r=llogiqbors-21/+24
2024-08-25Auto merge of #13091 - Alexendoo:empty-line-after-rewrite, r=dswijbors-1/+0
2024-08-24Merge branch 'master' into rustupJason Newcomb-63/+72
2024-08-24Rewrite empty_line_after_doc_comments and empty_line_after_outer_attrAlex Macleod-1/+0
2024-08-24Auto merge of #13296 - Jarcho:get_src_display3, r=Alexendoobors-45/+55
2024-08-24Fix suggestion unwrap_or_elseAlexey Semenyuk-2/+2
2024-08-21Replace more uses of `snippet_opt`.Jason Newcomb-45/+55
2024-08-21Start removing `snippet_opt`Jason Newcomb-4/+4
2024-08-17Replace some iteration with `get_[type_]diagnostic_name`Alex Macleod-4/+5
2024-08-17Remove redundant doc commentsAlex Macleod-2/+0
2024-08-17Replace `span_suggestion_with_style` with `_verbose`Alex Macleod-2/+1
2024-08-12move `manual_c_str_literals` to complexityy21-1/+1
2024-08-12fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta...Antoni Spaanderman-3/+3
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-112/+128
2024-08-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-113/+130
2024-08-09check the def_id with using diagnostic_item in unnecessary_min_or_max lintkyoto7250-21/+24
2024-08-08Require `ConstEvalCtxt` to be constructed.Jason Newcomb-24/+23
2024-08-06Auto merge of #13145 - xFrednet:07797-restriction-and-then-why, r=Jarchobors-2/+5
2024-08-05Auto merge of #13136 - xFrednet:07797-restriction-and-then, r=blyxyasbors-31/+45
2024-08-04Auto merge of #13213 - Alexendoo:multispan-sugg, r=y21bors-13/+13
2024-08-04Remove `multispan_sugg[_with_applicability]`Alex Macleod-13/+13
2024-08-03Add clarification for from_iter_instead_of_collectalexey semenyuk-1/+11
2024-08-03Migrating restriction lints to `span_lint_and_then` (e -> i)xFrednet-21/+32
2024-08-03Migrating restriction lints to `span_lint_and_then` (a -> d)xFrednet-10/+13
2024-08-03Auto merge of #13115 - tesuji:rm-dup-peels, r=dswijbors-10/+9
2024-07-29Remove some miscellaneous `#[allow]`sAlex Macleod-19/+6
2024-07-27Make restriction lint's use `span_lint_and_then` (t -> w)xFrednet-2/+5
2024-07-26Auto merge of #13130 - nyurik:ref-lints, r=Centri3bors-2/+2
2024-07-26Auto merge of #13144 - xFrednet:07797-restriction-and-then-what, r=y21bors-4/+8
2024-07-26Make restriction lint's use `span_lint_and_then` (n -> p)xFrednet-1/+0
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