| Age | Commit message (Expand) | Author | Lines |
| 2023-04-21 | offset_of | DrMeepster | -0/+6 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -1/+0 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -2/+2 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -3/+3 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -4/+4 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -1/+2 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -2/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -0/+1 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -1/+1 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -1/+0 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -2/+2 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+13 |
| 2023-01-23 | review comment: Remove AST AnonTy | Esteban Küber | -1/+1 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -2/+2 |
| 2023-01-12 | parse const closures | Deadbeef | -0/+1 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+13 |
| 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 |