about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2024-09-22Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-39/+144
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-6/+6
2024-09-19Initial impl of `unnecessary_first_then_check`Lukas Lueg-0/+89
2024-09-19[Clippy] Swap `open_options` to use diagnostic items instead of pathsGnomedDev-11/+12
2024-09-19[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of pathGnomedDev-2/+2
2024-09-19[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of pathGnomedDev-2/+2
2024-09-19[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of pathGnomedDev-3/+2
2024-09-19[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...GnomedDev-3/+3
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-12/+12
2024-09-09Remove unnecessary symbols and add missing symbolscuishuang-1/+1
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-4/+4
2024-09-05Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-26/+40
2024-09-05Auto merge of #13323 - xFrednet:chnagelog-1-81, r=flip1995bors-2/+2
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-29Update version attribute for 1.81 lintsxFrednet-2/+2
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-2/+1
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 commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-62/+70
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