| Age | Commit message (Expand) | Author | Lines |
| 2023-01-27 | Auto merge of #107386 - flip1995:clippyup, r=Manishearth | bors | -4/+11 |
| 2023-01-27 | Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup | Philipp Krones | -4/+11 |
| 2023-01-27 | Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor | bors | -4/+4 |
| 2023-01-27 | Update clippy for restructured format flags fields. | Mara Bos | -4/+4 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -10/+10 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -9/+9 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -22/+33 |
| 2023-01-23 | Update Clippy for ConstEvalCounter | Bryan Garza | -0/+1 |
| 2023-01-17 | fix missing subst in clippy utils | Kyle Matsuda | -2/+2 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-17 | change usages of item_bounds query to bound_item_bounds | Kyle Matsuda | -1/+1 |
| 2023-01-12 | Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup | Philipp Krones | -178/+145 |
| 2023-01-12 | Update clippy for new format_args!() lang items. | Mara Bos | -22/+32 |
| 2023-01-12 | Make clippy compile. | Mara Bos | -0/+1 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -2/+2 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -2/+2 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -164/+174 |
| 2022-12-29 | Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup | Philipp Krones | -164/+174 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -7/+7 |
| 2022-12-17 | Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup | Philipp Krones | -55/+71 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-12-15 | Merge `SimplifiedTypeGen<D>` into `SimplifiedType`. | Nicholas Nethercote | -1/+1 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -6/+6 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -5/+5 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -9/+9 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+5 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -3/+3 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -2/+4 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -1/+0 |
| 2022-12-02 | Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot | bors | -2/+2 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -2/+4 |
| 2022-12-01 | Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup | Philipp Krones | -120/+250 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -1/+1 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -3/+2 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -0/+1 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -11/+5 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -13/+13 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -1/+1 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -13/+13 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -18/+1 |
| 2022-11-23 | Fix clippy code | Esteban Küber | -1/+1 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -11/+5 |
| 2022-11-23 | Move `get_associated_type` from `clippy` to `rustc_lint` | Maybe Waffle | -18/+1 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -203/+481 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -8/+12 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -8/+12 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |