| Age | Commit message (Expand) | Author | Lines |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+1 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -1/+1 |
| 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/+1 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -28/+59 |
| 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 | -7/+46 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -7/+46 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -2/+7 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -1/+1 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -2/+2 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+12 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+1 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -1/+2 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -1/+16 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -1/+16 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -10/+15 |
| 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 | -1/+1 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+8 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+4 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+4 |
| 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 | -1/+3 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+4 |
| 2024-12-02 | Deduplicate some matches that always panic in one arm | Oli Scherer | -4/+1 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -2/+2 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -5/+15 |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -0/+4 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -1/+1 |
| 2024-11-21 | Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkov | Matthias Krüger | -8/+16 |
| 2024-11-20 | Items | maxcabrajac | -8/+16 |
| 2024-11-18 | Add Visitor::visit_qself | maxcabrajac | -11/+14 |
| 2024-11-18 | Add Visitor::visit_fn_decl | maxcabrajac | -3/+6 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -28/+40 |
| 2024-11-15 | Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov | Guillaume Gomez | -3/+13 |
| 2024-11-15 | Make WalkItemKind::walk signature compatible between Visitor versions | maxcabrajac | -17/+26 |
| 2024-11-15 | Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds | maxcabrajac | -9/+13 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -10/+9 |
| 2024-11-14 | Change visit_precise_capturing_arg so it returns a Self::Result | maxcabrajac | -9/+5 |
| 2024-11-12 | format | maxcabrajac | -4/+1 |
| 2024-11-12 | Add visit_coroutine_kind | maxcabrajac | -3/+16 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -1/+1 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -22/+22 |