| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -23/+0 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -15/+23 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -4/+4 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -2/+2 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -17/+70 |
| 2025-06-16 | Fold unnecessary visit_struct_field_def in AstValidator | Michael Goulet | -18/+2 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -4/+85 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -3/+3 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -2/+6 |
| 2025-05-03 | Report the `unsafe_attr_outside_unsafe` lint at the closest node | Urgau | -1/+1 |
| 2025-05-03 | Have `AstValidation` track a linting node id | Urgau | -0/+7 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -3/+2 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -3/+2 |
| 2025-04-16 | Add hard error for `extern` without explicit ABI | Obei Sideg | -5/+7 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-02 | Reduce scope of `AstValidator::with_*` calls. | Nicholas Nethercote | -91/+88 |
| 2025-04-02 | Rename span-related names in `AstValidator`. | Nicholas Nethercote | -36/+43 |
| 2025-04-02 | Factor some code out of `AstValidator::visit_items`. | Nicholas Nethercote | -19/+20 |
| 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 |