about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-11-30Allow `allow`ing `upper_case_acronyms` on enum variantsclubby789-13/+18
2023-11-30Auto merge of #11896 - samueltardieu:issue-11893, r=Alexendoobors-9/+12
2023-11-30Auto merge of #11872 - llogiq:test-attr-in-doctest, r=xFrednetbors-17/+91
2023-11-29`option_if_let_else`: do not trigger on expressions returning `()`Samuel Tardieu-9/+12
2023-11-29Auto merge of #11818 - y21:more_redundant_guards, r=llogiqbors-23/+94
2023-11-28add lint against unit tests in doctestsAndre Bogus-17/+91
2023-11-28Auto merge of #11363 - KisaragiEffective:fix_redundant_closure_call_on_closur...bors-13/+22
2023-11-28rename `DocMarkdown` to `Documentation`y21-6/+5
2023-11-27Auto merge of #11836 - lukaslueg:issue11831, r=Alexendoobors-2/+6
2023-11-27Auto merge of #11817 - y21:ptr_arg_mut_ref, r=Alexendoobors-2/+4
2023-11-27Auto merge of #11879 - samueltardieu:issue-11876, r=Alexendoobors-2/+3
2023-11-28fix dogfoodKisaragi Marine-5/+4
2023-11-28don't add paren on occurrences that is in call argsKisaragi Marine-7/+14
2023-11-27re-implement fix for rust-lang#11357Kisaragi Marine-7/+10
2023-11-26Auto merge of #11867 - y21:implied_bounds_in_impls_complexity, r=Jarchobors-1/+1
2023-11-26`manual_try_fold`: check that `fold` is really `Iterator::fold`Samuel Tardieu-2/+3
2023-11-26Fix `box_default` behaviour with empty `vec![]` coming from macro argSamuel Tardieu-5/+5
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-305/+305
2023-11-25move `implied_bounds_in_impls` to complexityy21-1/+1
2023-11-25Auto merge of #11864 - GuillaumeGomez:option_map_or_err_ok, r=flip1995bors-0/+70
2023-11-25Auto merge of #11866 - GuillaumeGomez:simplify-code-result_map_or_else_none, ...bors-9/+5
2023-11-25Simplify code for `result_map_or_else_none`Guillaume Gomez-9/+5
2023-11-24Auto merge of #11862 - christophbeberweil:7125-single-element-loop-over-range...bors-10/+25
2023-11-24Create new lint `option_map_or_err_ok`Guillaume Gomez-0/+70
2023-11-24feat: 7125 code snippets are wrapped in backticksChristoph Beberweil-1/+1
2023-11-24fix: 7125 lint message should start with a small letterChristoph Beberweil-1/+1
2023-11-24Auto merge of #11863 - smoelius:patch-1, r=dswijbors-1/+2
2023-11-24Auto merge of #11850 - Nilstrieb:tbd, r=dswijbors-4/+5
2023-11-24Auto merge of #11859 - y21:issue11856, r=blyxyasbors-3/+3
2023-11-24Nit re `matches!` formattingSamuel Moelius-1/+2
2023-11-24feat: 7125 shorten lint textChristoph Beberweil-1/+3
2023-11-24fix: 7125 update lint applicability to UnspecifiedChristoph Beberweil-1/+1
2023-11-23suggest alternatives to iterate an array of rangesChristoph Beberweil-10/+23
2023-11-23Improve error messages formatGuillaume Gomez-18/+7
2023-11-23Extend `result_map_or_into_option` lint to handle `Result::map_or_else(|_| No...Guillaume Gomez-0/+50
2023-11-23check on a per-body level instead of blocks independentlyy21-3/+3
2023-11-22Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoobors-1/+6
2023-11-22Auto merge of #11844 - GuillaumeGomez:manual_non_exhaustive-rm-underscore-che...bors-4/+0
2023-11-22Remove underscore check for `manual_non_exhaustive` lintGuillaume Gomez-4/+0
2023-11-22Auto merge of #11627 - y21:issue11616, r=giraffatebors-1/+20
2023-11-21Allow `#[deprecated(since = "TBD")]`Nilstrieb-4/+5
2023-11-21[`needless_return_with_question_mark`]: dont lint in case of coerciony21-1/+20
2023-11-21[`missing_safety_doc`], [`unnecessary_safety_doc`], [`missing_panics_doc`], [...Guillaume Gomez-11/+32
2023-11-20Auto merge of #11801 - y21:split_doc_pass, r=blyxyasbors-342/+410
2023-11-20New lint `clippy::join_absolute_paths`ofeeg-0/+97
2023-11-20move `doc.rs` to its own subdirectoryy21-342/+410
2023-11-19Auto merge of #11840 - GuillaumeGomez:improve-maybe_misused_cfg, r=blyxyasbors-4/+5
2023-11-19Improve `maybe_misused_cfg` lint outputGuillaume Gomez-4/+5
2023-11-19Auto merge of #11781 - partiallytyped:11710, r=xFrednetbors-0/+109
2023-11-19New Lint [`impl_hash_with_borrow_str_and_bytes`]Quinn Sinclair-0/+109