| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -37/+3 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -1/+2 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -1/+2 |
| 2025-04-02 | Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`. | Nicholas Nethercote | -37/+3 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -2/+0 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -34/+50 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -1/+1 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -1/+1 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -16/+38 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -16/+38 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -1/+3 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -1/+1 |
| 2025-03-21 | Rollup merge of #138754 - oli-obk:push-vtqtnwluyxop, r=compiler-errors | Matthias Krüger | -1/+22 |
| 2025-03-20 | Handle spans of `~const`, `const` and `async` trait bounds in macro expansion | Oli Scherer | -1/+22 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -2/+5 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -1/+1 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -12/+0 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+13 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -12/+0 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -0/+3 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+4 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -5/+13 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -1/+0 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -6/+0 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -1/+0 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -1/+0 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -1/+0 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -1/+19 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -4/+4 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -1/+18 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -4/+4 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -22/+14 |
| 2025-01-26 | rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹 | Yotam Ofek | -4/+4 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -2/+2 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+11 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+6 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+5 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -1/+6 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -1/+2 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+4 |
| 2024-12-04 | Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2024-12-03 | Visit Stmt span in MutVisitor::flat_map_stmt | David Tolnay | -6/+7 |
| 2024-12-03 | Visit BinOp span in MutVisitor::visit_expr | David Tolnay | -1/+2 |
| 2024-12-02 | Deduplicate some matches that always panic in one arm | Oli Scherer | -5/+2 |