| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | Do not rewrite `.as_ref().map(Arc::clone)` and similar | Samuel Tardieu | -1/+3 |
| 2024-03-23 | Add `should_call_clone_as_function()` utility function | Samuel Tardieu | -6/+2 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -2/+2 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -6/+6 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -4/+4 |
| 2024-03-22 | Auto merge of #12507 - Alexendoo:unused-qualifications, r=dswij | bors | -57/+48 |
| 2024-03-22 | Enable unused_qualifications lint | Alex Macleod | -57/+48 |
| 2024-03-22 | Fix clippy | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -5/+2 |
| 2024-03-22 | Auto merge of #12529 - samueltardieu:issue-12528, r=y21 | bors | -0/+5 |
| 2024-03-22 | Auto merge of #12526 - kpreid:patch-2, r=blyxyas | bors | -2/+6 |
| 2024-03-22 | Do not warn on .map(_::clone) for Arc, Rc, and their weak variants | Samuel Tardieu | -0/+5 |
| 2024-03-21 | Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u... | Philipp Krones | -74/+316 |
| 2024-03-21 | Mention `size_hint()` effect in `flat_map_option` lint documentation. | Kevin Reid | -2/+6 |
| 2024-03-21 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -75/+318 |
| 2024-03-21 | Fix documentation typo "appects" > "affects" | Rua | -2/+2 |
| 2024-03-18 | Update version attribute for 1.77 lints | xFrednet | -6/+6 |
| 2024-03-17 | Auto merge of #12479 - y21:readonly_write_lock_perf, r=Jarcho | bors | -1/+1 |
| 2024-03-14 | Auto merge of #12432 - Ethiraric:fix-12411, r=y21 | bors | -28/+175 |
| 2024-03-14 | [`unused_enumerate_index`]: Keep explicit element type | Ethiraric | -6/+39 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -3/+3 |
| 2024-03-14 | Simplify logic | maekawatoshiki | -3/+2 |
| 2024-03-14 | Fix logic | maekawatoshiki | -3/+3 |
| 2024-03-14 | Handle false positive with map_clone | maekawatoshiki | -2/+8 |
| 2024-03-13 | move readonly_write_lock to perf | y21 | -1/+1 |
| 2024-03-13 | [`unused_enumerate_index`]: trigger on method calls | Ethiraric | -28/+142 |
| 2024-03-12 | Auto merge of #12469 - pavedroad:master, r=y21 | bors | -1/+1 |
| 2024-03-12 | Auto merge of #12417 - Alexendoo:iter-nth, r=flip1995 | bors | -29/+36 |
| 2024-03-12 | chore: fix some typos | pavedroad | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-10 | refactor: readability improvement for `seek` lint | Hamir Mahal | -2/+2 |
| 2024-03-09 | Auto merge of #12443 - cookie-s:noeffectreoplace-fix-dup-diags, r=Alexendoo | bors | -0/+1 |
| 2024-03-09 | Auto merge of #12310 - samueltardieu:issue-12307, r=xFrednet | bors | -1/+83 |
| 2024-03-08 | [`no_effect_replace`]: Fix duplicate diagnostics | kcz | -0/+1 |
| 2024-03-07 | Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u... | Philipp Krones | -0/+2 |
| 2024-03-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1/+4 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -2/+2 |
| 2024-03-04 | Move `iter_nth` to `style`, add machine applicable suggestion | Alex Macleod | -29/+36 |
| 2024-03-04 | Auto merge of #12416 - Veykril:patch-2, r=blyxyas | bors | -0/+1 |
| 2024-03-04 | Add missing header for `manual_is_variant_and` | Lukas Wirth | -0/+1 |
| 2024-03-04 | Add missing header for `manual_c_str_literals` | Lukas Wirth | -0/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u... | Philipp Krones | -173/+494 |
| 2024-02-27 | Auto merge of #11136 - y21:enhance_read_line_without_trim, r=dswij | bors | -27/+75 |
| 2024-02-26 | restructure lint code, update description, more cases | y21 | -56/+73 |
| 2024-02-26 | [`read_line_without_trim`]: catch string eq checks | y21 | -31/+62 |
| 2024-02-26 | Auto merge of #12342 - lucarlig:empty-docs, r=llogiq | bors | -1/+1 |
| 2024-02-26 | feat: extend `const_is_empty` with many kinds of constants | Samuel Tardieu | -20/+29 |
| 2024-02-26 | feat: add `const_is_empty` lint | Samuel Tardieu | -1/+74 |