about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-15lintcheck: Add JSON output, diff subcommandAlex Macleod-67/+261
2024-06-11Auto merge of #12855 - tesuji:fix-author-lint, r=Jarchobors-12/+12
2024-06-11Auto merge of #12681 - y21:issue12677, r=Jarchobors-23/+65
2024-06-11Auto merge of #12849 - AurelienFT:manual-char-comparison-pattern, r=Alexendoobors-163/+451
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-163/+451
2024-06-11Auto merge of #12912 - lochetti:fix_12824, r=dswijbors-37/+80
2024-06-11Auto merge of #12915 - belyakov-am:lint/single_char_add_str, r=xFrednetbors-13/+148
2024-06-11Auto merge of #12913 - alex-semenyuk:ui_fix, r=xFrednetbors-1/+1
2024-06-11Auto merge of #12904 - Jarcho:issue_10750, r=xFrednetbors-32/+18
2024-06-10Don't lint indexing_slicing lints on proc macrosRenato Lochetti-37/+80
2024-06-09Fix dogfood testArtem Belyakov-2/+2
2024-06-09Handle single chars with `to_string()` for `single_char_add_str`Artem Belyakov-13/+148
2024-06-09Filter from first typed symbolalexey semenyuk-1/+1
2024-06-08fix typos of author lintLzu Tao-12/+12
2024-06-08Auto merge of #12805 - Alexendoo:blocks-in-conditions-closures, r=dswijbors-158/+28
2024-06-08Normalize type aliases when checking significant drops.Jason Newcomb-32/+18
2024-06-07Auto merge of #12900 - Alexendoo:no-lazy-static, r=llogiqbors-101/+69
2024-06-07Auto merge of #12851 - samueltardieu:issue12846, r=y21bors-15/+65
2024-06-07remove unnecessary const error handling in `missing_const_for_fn`y21-5/+1
2024-06-07qualify_min_const_fn: ignore cleanup bbsy21-4/+29
2024-06-07let `qualify_min_const_fn` deal with drop checksy21-15/+36
2024-06-07Auto merge of #12901 - J-ZhengLi:test_case, r=Manishearthbors-1/+52
2024-06-08[`match_same_arms`]: add a test case with lifetimesJ-ZhengLi-1/+52
2024-06-07Remove `lazy_static` mentionAlex Macleod-101/+69
2024-06-07Don't lint blocks in closures for blocks_in_conditionsAlex Macleod-158/+28
2024-06-07Auto merge of #12889 - xFrednet:changelog-1-79, r=flip1995,dswijbors-9/+67
2024-06-07Auto merge of #12844 - Alexendoo:to-string-in-format-args, r=dswijbors-7/+15
2024-06-07Auto merge of #12822 - Alexendoo:for-each-expr, r=dswijbors-88/+148
2024-06-07Auto merge of #12877 - y21:const_host_ice, r=dswijbors-2/+26
2024-06-07Auto merge of #12897 - lochetti:manual_unwrap_or_default_result, r=dswijbors-13/+68
2024-06-06Allow manual_unwrap_or_default at useless_conversion_try testsRenato Lochetti-10/+14
2024-06-06Lint `manual_unwrap_or_default` for Result as wellRenato Lochetti-3/+54
2024-06-06Add required parentheses around method receiverSamuel Tardieu-4/+53
2024-06-06Move `is_receiver_of_method_call` to `clippy_utils` for reuseSamuel Tardieu-11/+12
2024-06-06Auto merge of #12827 - Alexendoo:lint-groups-priority, r=Jarchobors-60/+60
2024-06-05Auto merge of #10632 - Alexendoo:needless-maybe-sized, r=Jarchobors-10/+771
2024-06-05Auto merge of #12891 - paultag:paultag/fix-lint-description, r=Manishearthbors-8/+8
2024-06-05Auto merge of #12700 - Luv-Ray:overly_complex_bool_expr, r=Jarchobors-0/+25
2024-06-05Auto merge of #12845 - cookie-s:dedup-boolmethods-diags, r=Jarchobors-49/+36
2024-06-05Fix grammer for the Safety documentation checkPaul R. Tagliamonte-8/+8
2024-06-05Address PR feedback <3xFrednet-8/+4
2024-06-05Auto merge of #12886 - GuillaumeGomez:fix-needless_character_iteration, r=bly...bors-14/+43
2024-06-05Changelog for Clippy 1.79 :mortar_board:xFrednet-2/+64
2024-06-05Update version attribute for 1.79 lintsxFrednet-7/+7
2024-06-04Fix false positive for `needless_character_iteration` lintGuillaume Gomez-14/+43
2024-06-04Auto merge of #12884 - y21:issue12881, r=Alexendoobors-2/+42
2024-06-03Auto merge of #12885 - lochetti:clippy_proper_noun, r=flip1995bors-17/+17
2024-06-03Using Clippy as a proper noun when refering to the unique entity ClippyRenato Lochetti-17/+17
2024-06-03only run flop lints on inherent method callsy21-2/+42
2024-06-03Auto merge of #12875 - y21:deprecate_cfg_lints, r=flip1995bors-735/+67