| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Don't lint with `map_clone` if current type is `Option` or `Result` and metho... | Guillaume Gomez | -4/+11 |
| 2024-01-09 | Clean up code in `map_clone` and `useless_asref` lints | Guillaume Gomez | -59/+59 |
| 2024-01-09 | Also handle `Result` type for `map_clone` lint | Guillaume Gomez | -0/+1 |
| 2024-01-09 | Extend `useless_asref` lint on `map(clone)` | Guillaume Gomez | -3/+132 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -10/+4 |
| 2024-01-07 | Auto merge of #12080 - PartiallyTyped:12058, r=xFrednet | bors | -49/+160 |
| 2024-01-07 | Fixed ICE introduced in #12004 | Quinn Sinclair | -49/+160 |
| 2024-01-07 | Auto merge of #12109 - GuillaumeGomez:map-clone-call, r=llogiq | bors | -9/+22 |
| 2024-01-07 | Handle "calls" inside the closure as well in `map_clone` lint | Guillaume Gomez | -9/+22 |
| 2024-01-06 | Auto merge of #12104 - GuillaumeGomez:map-clone, r=llogiq | bors | -34/+64 |
| 2024-01-06 | Extend `map_clone` lint to also work on non-explicit closures | Guillaume Gomez | -34/+64 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -1/+1 |
| 2024-01-05 | Auto merge of #12091 - samueltardieu:issue-12068, r=Alexendoo | bors | -3/+16 |
| 2024-01-05 | Auto merge of #12051 - y21:option_as_ref_cloned, r=dswij | bors | -1/+55 |
| 2024-01-04 | Add .as_ref() to suggestion to remove .to_string() | Samuel Tardieu | -3/+16 |
| 2024-01-03 | Auto merge of #12030 - torfsen:11973-fix-quoting-of-double-quote-in-char-lite... | bors | -0/+1 |
| 2024-01-03 | new lint: `option_as_ref_cloned` | y21 | -1/+55 |
| 2024-01-02 | fix some typos | Yuxiang Qiu | -2/+2 |
| 2024-01-01 | Address unused tuple struct fields in clippy | Jake Goulding | -8/+8 |
| 2024-01-01 | Add comments for unnecessary_fallible_conversions | roife | -0/+1 |
| 2024-01-01 | Add autofix for functions in unnecessary_fallible_conversions | roife | -33/+68 |
| 2023-12-31 | Auto merge of #12065 - samueltardieu:issue-12063, r=llogiq | bors | -4/+4 |
| 2023-12-31 | Add `.front()` to `get_first` lint description | Samuel Tardieu | -4/+4 |
| 2023-12-31 | 8733: Suggest `str.lines` when splitting at hard-coded newlines | Florian Brucker | -0/+73 |
| 2023-12-30 | Auto merge of #11865 - yuxqiu:map_unwrap_or_default, r=Jarcho | bors | -3/+96 |
| 2023-12-29 | Remove mitigations for incorrect node args | Michael Goulet | -4/+5 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -26/+307 |
| 2023-12-28 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -27/+309 |
| 2023-12-27 | 11973: Don't escape `"` in `'"'` | Florian Brucker | -0/+1 |
| 2023-12-26 | feat: add `manual_is_variant_and` lint | Yuxiang Qiu | -3/+96 |
| 2023-12-26 | Auto merge of #12004 - PartiallyTyped:11843, r=xFrednet | bors | -3/+163 |
| 2023-12-25 | Fix clippy's usage of Body's coroutine_kind | Michael Goulet | -1/+0 |
| 2023-12-24 | formatting | Quinn Sinclair | -9/+2 |
| 2023-12-24 | Added MSRV and more tests, improved wording | Quinn Sinclair | -12/+29 |
| 2023-12-21 | New lints `iter_filter_is_some` and `iter_filter_is_ok` | Quinn Sinclair | -3/+153 |
| 2023-12-18 | Extend `UNNECESSARY_TO_OWNED` to handle `split` | Guillaume Gomez | -0/+56 |
| 2023-12-16 | Auto merge of #11869 - PartiallyTyped:result-filter-map, r=Alexendoo | bors | -24/+89 |
| 2023-12-16 | [`redundant_pattern_matching`]: catch `if let true` | y21 | -1/+1 |
| 2023-12-16 | Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup | Philipp Krones | -22/+17 |
| 2023-12-16 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -23/+19 |
| 2023-12-16 | New Lint: `Result_filter_map` | Quinn Sinclair | -24/+89 |
| 2023-12-13 | Auto merge of #11953 - Jarcho:issue_11952, r=Alexendoo | bors | -16/+15 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -4/+4 |
| 2023-12-12 | Add `write_and_append` lint | Guillaume Gomez | -1/+1 |
| 2023-12-11 | Fix binder handling in `unnecessary_to_owned` | Jason Newcomb | -16/+15 |
| 2023-12-10 | Delay several `is_from_proc_macro` checks | Jason Newcomb | -5/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -26/+237 |
| 2023-12-01 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -27/+239 |
| 2023-11-26 | `manual_try_fold`: check that `fold` is really `Iterator::fold` | Samuel Tardieu | -2/+3 |