| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Simplify control flow in `AstValidator::visit_item`. | Nicholas Nethercote | -12/+8 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -8/+8 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -37/+46 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -1/+1 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -2/+1 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -3/+3 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -0/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+4 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -2/+2 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -1/+1 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -11/+11 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -1/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -1/+1 |
| 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-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -15/+17 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -10/+3 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -7/+6 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -46/+0 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -46/+0 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -8/+8 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -11/+11 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -6/+10 |
| 2024-10-14 | Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino | Matthias Krüger | -6/+9 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -6/+10 |
| 2024-10-11 | Note what qualifier | Michael Goulet | -6/+9 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -43/+0 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -17/+0 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -26/+0 |
| 2024-09-25 | Rename `AstValidator::session` as `AstValidator::sess`. | Nicholas Nethercote | -15/+15 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -11/+6 |
| 2024-09-11 | Properly deny const gen/async gen fns | Michael Goulet | -11/+6 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -7/+7 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -1/+1 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -4/+2 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -4/+2 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -9/+8 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -1/+1 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -30/+12 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -7/+21 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -11/+0 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -30/+12 |
| 2024-07-18 | Don't allow unsafe statics outside of extern blocks | Michael Goulet | -0/+8 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -30/+0 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -30/+0 |
| 2024-07-16 | Remove a boilerplaty abstraction | Oli Scherer | -60/+16 |
| 2024-07-16 | Remove a needless borrow | Oli Scherer | -7/+7 |