| Age | Commit message (Expand) | Author | Lines |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -2/+1 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -2/+1 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -5/+1 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+1 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -3/+3 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+2 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -12/+16 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -4/+4 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -9/+23 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+1 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -1/+13 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-09-09 | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | -4/+7 |
| 2022-09-09 | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | -11/+8 |
| 2022-09-09 | Move `Spacing` out of `AttrAnnotatedTokenStream`. | Nicholas Nethercote | -2/+2 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -23/+11 |
| 2022-08-16 | Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorino | Dylan DPC | -2/+1 |
| 2022-08-16 | Remove `{ast,hir}::WhereEqPredicate::id`. | Nicholas Nethercote | -2/+1 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -3/+5 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -1/+1 |
| 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 `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 |