| Age | Commit message (Expand) | Author | Lines |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -7/+15 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -1/+1 |
| 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 | -209/+211 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -3/+7 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+3 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -103/+95 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -586/+677 |
| 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 | -558/+662 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -6/+6 |
| 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 | -103/+95 |
| 2022-08-31 | Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgr | bors | -3973/+9254 |
| 2022-08-31 | Use `CountIsStart` in clippy | Jason Newcomb | -3/+3 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -3973/+9254 |
| 2022-08-31 | fix a clippy test | Ralf Jung | -1/+1 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -1/+1 |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -1/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -16/+21 |
| 2022-08-29 | Use `&'hir Ty` everywhere. | Nicholas Nethercote | -2/+2 |
| 2022-08-29 | Use `&'hir Expr` everywhere. | Nicholas Nethercote | -4/+4 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -4/+4 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -6/+5 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -6/+5 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -7/+5 |
| 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 | -9/+9 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -12/+14 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -4/+1 |
| 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 | -826/+2239 |
| 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 | -826/+2239 |
| 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 | -12/+12 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -4/+2 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -4/+2 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -51/+60 |
| 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 | Auto merge of #99884 - nnethercote:lexer-improvements, r=matklad | bors | -4/+4 |