| Age | Commit message (Expand) | Author | Lines |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+12 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -7/+7 |
| 2022-09-23 | Fix clippy's const fn stability check for CURRENT_RUSTC_VERSION | Nilstrieb | -1/+12 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -1/+1 |
| 2022-09-21 | Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy | David Koloski | -81/+82 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+1 |
| 2022-09-15 | Fix clippy | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -4/+7 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -1/+1 |
| 2022-09-13 | Address code review comments | Eric Holk | -178/+119 |
| 2022-09-12 | Make x.py check work | Eric Holk | -122/+184 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -2/+0 |
| 2022-09-12 | Remove unused span argument from `visit_name`. | Nicholas Nethercote | -1/+1 |
| 2022-09-09 | Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup | Philipp Krones | -20/+21 |
| 2022-09-09 | Appease clippy again | Michael Goulet | -4/+2 |
| 2022-09-09 | Make clippy happy | Michael Goulet | -0/+3 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -1/+2 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -1/+1 |
| 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 | -6/+7 |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -48/+55 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-09-02 | clippy: BindingAnnotation change | Cameron Steffen | -6/+7 |
| 2022-08-31 | Use `CountIsStart` in clippy | Jason Newcomb | -1/+1 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -197/+573 |
| 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 | -1/+1 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz MiÄ…sko | -1/+1 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -5/+3 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -7/+7 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Auto merge of #100419 - flip1995:clippyup, r=Manishearth | bors | -44/+379 |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -44/+379 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -1/+3 |
| 2022-08-01 | Auto merge of #99884 - nnethercote:lexer-improvements, r=matklad | bors | -2/+2 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -2/+2 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -1/+1 |
| 2022-07-28 | Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup | Philipp Krones | -44/+12 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -1/+0 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -39/+253 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+1 |