| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | parse const closures | Deadbeef | -0/+1 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -3/+3 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -1/+1 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+1 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -6/+6 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -138/+128 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -5/+13 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+1 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+1 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -0/+5 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -8/+6 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -3/+3 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -14/+10 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -1/+1 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -23/+9 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -8/+5 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_enum_def`. | Nicholas Nethercote | -15/+4 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -1/+2 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -1/+1 |
| 2022-07-29 | Remove `visit_name` from the AST visitor. | Nicholas Nethercote | -16/+3 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -1/+1 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -6/+19 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -5/+17 |
| 2022-05-07 | Permit asm_const and asm_sym to reference outer generic params | Gary Guo | -2/+2 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -10/+4 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -10/+4 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+3 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -14/+26 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -12/+22 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -10/+9 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -3/+16 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -3/+3 |
| 2022-01-17 | Add term | kadmin | -2/+4 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -11/+7 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -8/+0 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -0/+3 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -11/+17 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -3/+0 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -1/+4 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -5/+2 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -5/+2 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -3/+3 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -2/+2 |