| Age | Commit message (Expand) | Author | Lines |
| 2022-11-01 | Run update lint tool | Mark Rousskov | -5/+4 |
| 2022-11-01 | Lower lint level for READ_ZERO_BYTE_VEC | Mark Rousskov | -1/+1 |
| 2022-10-27 | Revert "Do not consider method call receiver as an argument in AST." | Michael Goulet | -9/+11 |
| 2022-09-15 | Fix clippy | est31 | -1/+1 |
| 2022-09-15 | Auto merge of #101811 - flip1995:clippyup, r=flip1995 | bors | -3/+2 |
| 2022-09-14 | Temporarily move clippy::unused_peekable to nursery | Philipp Krones | -3/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+2 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -10/+10 |
| 2022-09-13 | Address code review comments | Eric Holk | -19/+8 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -26/+60 |
| 2022-09-12 | Make x.py check work | Eric Holk | -9/+20 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -37/+22 |
| 2022-09-12 | Fix clippy. | Markus Reiter | -16/+65 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -4/+3 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -6/+6 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -4/+4 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -1/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -4/+3 |
| 2022-09-09 | Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup | Philipp Krones | -440/+737 |
| 2022-09-09 | Appease clippy again | Michael Goulet | -6/+4 |
| 2022-09-09 | Make clippy happy | Michael Goulet | -2/+4 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -1/+1 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -207/+207 |
| 2022-09-08 | Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco | Dylan DPC | -207/+207 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -6/+13 |
| 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 |