| Age | Commit message (Expand) | Author | Lines |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -1/+1 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -15/+16 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -1181/+5394 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -14/+50 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -20/+20 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -0/+12 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -14/+50 |
| 2023-06-26 | Support `hir::ExprKind::Become` in clippy | Maybe Waffle | -0/+12 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+1 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -21/+21 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -3/+1 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -21/+21 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+1 |
| 2023-06-10 | Drop uplifted `clippy:cmp_nan` | Urgau | -59/+1 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -43/+3 |
| 2023-06-08 | Drop uplifted clippy::undropped_manually_drops | Urgau | -43/+3 |
| 2023-06-08 | Whoops, submodule change was actually valid - undoing fixup | Andrew Xie | -1/+1 |
| 2023-06-08 | fixup! Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a ... | Andrew Xie | -1/+1 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+1 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-06-02 | Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup | Philipp Krones | -237/+732 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-05-31 | Drop uplifted clippy::cast_ref_to_mut | Urgau | -65/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -5/+5 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -77/+1 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -5/+5 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -9/+6 |
| 2023-05-28 | Make EarlyBinder's inner value private; and fix all of the resulting errors | Kyle Matsuda | -1/+1 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -5/+5 |
| 2023-05-27 | Drop uplifted clippy::invalid_utf8_in_unchecked | Urgau | -77/+1 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -2/+2 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -2/+2 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -2/+2 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -2/+2 |
| 2023-05-20 | Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup | Philipp Krones | -446/+956 |
| 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-10 | Drop uplifted clippy::forget_copy | Urgau | -34/+3 |
| 2023-05-10 | Drop uplifted clippy::forget_ref | Urgau | -28/+3 |
| 2023-05-10 | Drop uplifted clippy::drop_copy | Urgau | -28/+3 |
| 2023-05-10 | Drop uplifted clippy::drop_ref | Urgau | -29/+3 |
| 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-05 | Auto merge of #111255 - flip1995:clippyup, r=Manishearth | bors | -119/+477 |
| 2023-05-05 | Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup | Philipp Krones | -119/+477 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -3/+9 |
| 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 | -7/+7 |