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