| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -1/+0 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -9/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -3/+3 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -1/+1 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -3/+7 |
| 2023-07-27 | bless clippy | Deadbeef | -3/+5 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -3/+2 |
| 2023-07-26 | Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -1/+1 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -1/+1 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-25 | clippy: `env!` invocations can't be b"" literals | David Wood | -1/+1 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -4/+4 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-17 | Another fix for incorrect_impls | Philipp Krones | -4/+3 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -899/+1943 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -243/+243 |
| 2023-07-13 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -1/+1 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -105/+1 |
| 2023-07-10 | Drop uplifted `clippy::fn_null_check` | Urgau | -105/+1 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -4/+4 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -1/+1 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -4/+4 |
| 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 |