about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2024-10-10only emit `manual_c_str_literals` in >= edition2021y21-0/+3
2024-10-06Auto merge of #13485 - GnomedDev:reduce-large-threshold, r=xFrednetbors-1/+1
2024-10-04Fix TRAIT_METHODS being large const arrayGnomedDev-1/+1
2024-10-03Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-10/+11
2024-10-01Fix `mut_mutex_lock` when reference not ultimately mutableRob Shearman-3/+3
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-5/+5
2024-09-25Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearthbors-171/+243
2024-09-24Fix toolsMichael Goulet-1/+0
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-171/+243
2024-09-22FormattingPhilipp Krones-149/+117
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