| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Ignore in-proc-macros items | blyxyas | -1/+2 |
| 2023-07-06 | Move redundant_clone to nursery | Alex Macleod | -33/+35 |
| 2023-07-06 | Auto merge of #10865 - Centri3:let_with_type_underscore_tracing, r=Jarcho | bors | -10/+65 |
| 2023-07-06 | [`default_constructed_unit_structs`]: do not lint type aliases | y21 | -7/+62 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -7/+7 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -7/+7 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -8/+8 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -8/+8 |
| 2023-05-20 | Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup | Philipp Krones | -1114/+2623 |
| 2023-05-17 | Exclude inherent projections from some alias ty matches | León Orell Valerian Liehr | -0/+13 |
| 2023-05-17 | Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkin | Dylan DPC | -4/+5 |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -4/+5 |
| 2023-05-14 | Exposes false negative in clippy's diverging_sub_expression | David Tolnay | -9/+1 |
| 2023-05-10 | Drop uplifted clippy::forget_copy | Urgau | -280/+61 |
| 2023-05-10 | Drop uplifted clippy::forget_ref | Urgau | -236/+60 |
| 2023-05-10 | Drop uplifted clippy::drop_copy | Urgau | -117/+102 |
| 2023-05-10 | Drop uplifted clippy::drop_ref | Urgau | -318/+58 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-05-06 | changes from review: add FIXME to clippy and change subst_identity to skip_bi... | Kyle Matsuda | -0/+3 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -1/+1 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -61/+9 |
| 2023-05-05 | Auto merge of #111255 - flip1995:clippyup, r=Manishearth | bors | -440/+2226 |
| 2023-05-05 | Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup | Philipp Krones | -440/+2226 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -3/+10 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -0/+1 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -7/+4 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -8/+8 |
| 2023-05-02 | rm diag item, use lang item | Deadbeef | -3/+3 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+7 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -5/+6 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -170/+61 |
| 2023-05-01 | Make the BUG_REPORT_URL configurable by tools | jyn | -61/+9 |
| 2023-05-01 | clean up Colon from clippy | yukang | -5/+6 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -170/+61 |
| 2023-04-27 | Make clippy happy | Michael Goulet | -14/+14 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-26 | Fix uses of `TraitRef::identity` in clippy and rustdoc | Maybe Waffle | -6/+3 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -6/+5 |
| 2023-04-25 | Use `ty::TraitRef::new` in clippy | Maybe Waffle | -1/+1 |
| 2023-04-24 | Auto merge of #110718 - flip1995:clippyup, r=Manishearth | bors | -1400/+2304 |
| 2023-04-24 | Clippy book: hotfix for broken link | Philipp Krones | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -2/+2 |
| 2023-04-23 | Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup | Philipp Krones | -1400/+2304 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -8/+8 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -3/+22 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -2/+2 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -8/+8 |
| 2023-04-21 | offset_of | DrMeepster | -3/+22 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -10/+4 |
| 2023-04-20 | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | -0/+3 |