| Age | Commit message (Expand) | Author | Lines |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -6/+13 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -5/+5 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-09-06 | Allow lint passes to be bound by `TyCtxt` | Jason Newcomb | -207/+207 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -89/+80 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -534/+618 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -6/+2 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -4/+3 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -76/+67 |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -506/+603 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -4/+4 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -5/+5 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -4/+3 |
| 2022-09-02 | clippy: BindingAnnotation change | Cameron Steffen | -89/+80 |
| 2022-08-31 | Use `CountIsStart` in clippy | Jason Newcomb | -2/+2 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -3104/+4207 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Use `&'hir Ty` everywhere. | Nicholas Nethercote | -1/+1 |
| 2022-08-29 | Use `&'hir Expr` everywhere. | Nicholas Nethercote | -3/+3 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -3/+3 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -9/+9 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -9/+9 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -2/+2 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -12/+14 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Update clippy for introduction of Node::ExprField | Eric Huss | -12/+14 |
| 2022-08-12 | Auto merge of #100419 - flip1995:clippyup, r=Manishearth | bors | -319/+661 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -319/+661 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -1/+1 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -11/+9 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -4/+2 |
| 2022-08-02 | Rollup merge of #100053 - flip1995:clippy_backport, r=xFrednet | Matthias Krüger | -3/+5 |
| 2022-08-02 | Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2022-08-02 | move [`assertions_on_result_states`] to restriction | tabokie | -3/+5 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -14/+17 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -2/+2 |
| 2022-07-31 | Always include a position span in rustc_parse_format::Argument | Alex Macleod | -2/+2 |
| 2022-07-30 | Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPC | bors | -2/+3 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -2/+2 |
| 2022-07-29 | Avoid ICE when fetching LocalDefId | Miguel Guarniz | -1/+2 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -2/+2 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -1/+1 |
| 2022-07-28 | Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup | Philipp Krones | -120/+560 |
| 2022-07-26 | Clippy fallout. | Camille GILLOT | -1/+1 |