| Age | Commit message (Expand) | Author | Lines |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+2 |
| 2025-04-23 | Derive `HashStable` for `DelimArgs`. | Nicholas Nethercote | -13/+1 |
| 2025-04-14 | Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obk | Matthias Krüger | -0/+11 |
| 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/+7 |
| 2025-04-04 | Detect and provide suggestion for `&raw EXPR` | Michael Goulet | -0/+11 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -1/+2 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -1/+70 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -28/+79 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -1/+7 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -8/+0 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+2 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -8/+0 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -4/+33 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -1/+10 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+2 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -1/+13 |
| 2025-03-06 | Add some code comments | Santiago Pastorino | -1/+5 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -0/+5 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+3 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -3/+18 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -15/+33 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -0/+2 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -0/+9 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -3/+32 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -1/+22 |
| 2025-02-07 | compiler: use rustc_abi in rustc_ast_* | Jubilee Young | -1/+1 |
| 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/+8 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -4/+4 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+1 |
| 2025-01-26 | rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹 | Yotam Ofek | -3/+3 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -0/+9 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -3/+26 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -3/+3 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -6/+6 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -16/+3 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -3/+8 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-12-15 | Remove some leftover dead code | Jonathan Dönszelmann | -55/+2 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -8/+4 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -5/+5 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -0/+2 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -1/+28 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -1/+20 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+8 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -0/+1 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -3/+8 |