| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -2/+2 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -1/+17 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -1/+1 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -1/+1 |
| 2022-05-20 | Introduce BareFnTy::decl_span and fix generics span. | Camille GILLOT | -1/+2 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -16/+7 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -10/+5 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+3 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -1/+4 |
| 2022-04-29 | Remove the `T::VISIT_TOKENS` test in `visit_mac_args`. | Nicholas Nethercote | -11/+7 |
| 2022-04-29 | Rename `visit_interpolated` as `visit_nonterminal`. | Nicholas Nethercote | -2/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -6/+23 |
| 2022-04-07 | Shrink `Nonterminal`. | Nicholas Nethercote | -1/+3 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -1/+0 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -4/+7 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -3/+25 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -2/+4 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -3/+4 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -1/+1 |
| 2022-01-17 | Add term | kadmin | -2/+4 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -11/+8 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -17/+0 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -1/+3 |
| 2021-12-30 | Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011 | Matthias Krüger | -12/+116 |
| 2021-12-11 | fix typo | surechen | -1/+1 |
| 2021-12-04 | ast: Avoid aborts on fatal errors thrown from mutable AST visitor | Vadim Petrochenkov | -12/+116 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -29/+8 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -23/+79 |
| 2021-10-22 | Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726 | Yuki Okushi | -7/+5 |
| 2021-10-18 | rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constant | Vadim Petrochenkov | -7/+5 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -3/+0 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -1/+1 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -5/+3 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -1/+1 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -1/+11 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -5/+3 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+11 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -5/+2 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+1 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -6/+0 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -3/+3 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -3/+6 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+3 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -22/+24 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -4/+45 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -1/+1 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -2/+3 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -21/+24 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -7/+11 |