| Age | Commit message (Expand) | Author | Lines |
| 2025-09-18 | Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju... | Matthias Krüger | -6/+1 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (2/N) | León Orell Valerian Liehr | -1/+1 |
| 2025-09-11 | c-variadic: allow trait methods to be c-variadic | Folkert de Vries | -33/+26 |
| 2025-09-11 | c-variadic: allow inherent methods to be c-variadic | Folkert de Vries | -26/+28 |
| 2025-09-09 | c-variadic: reject functions with unsupported extern ABI | Folkert de Vries | -2/+5 |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -9/+14 |
| 2025-09-08 | Refactor how to get the span of a function header | Folkert de Vries | -1/+1 |
| 2025-09-08 | c-variadic: reject non-extern functions | Folkert de Vries | -1/+2 |
| 2025-09-08 | clarify control flow of `check_c_variadic_type` | Folkert de Vries | -7/+16 |
| 2025-09-08 | disallow c-variadic associated functions (for now) | Folkert de Vries | -5/+9 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -0/+9 |
| 2025-09-03 | simplify `check_c_variadic_type` | Folkert de Vries | -23/+19 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -3/+3 |
| 2025-08-22 | Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly | Josh Triplett | -1/+1 |
| 2025-08-22 | Refactor lint buffering to avoid requiring a giant enum | Josh Triplett | -2/+2 |
| 2025-08-22 | Move validate_attr to `rustc_attr_parsing` | Jonathan Brouwer | -1/+1 |
| 2025-08-21 | Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errors | Jacob Pratt | -0/+11 |
| 2025-08-20 | Enforce correct number of arguments for `"x86-interrupt"` functions | Pavel Grigorenko | -0/+11 |
| 2025-08-19 | Prevent impossible combinations in `ast::ModKind`. | Nicholas Nethercote | -1/+1 |
| 2025-08-15 | Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmease | Jacob Pratt | -0/+16 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -0/+16 |
| 2025-08-15 | Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d... | Stuart Cook | -2/+14 |
| 2025-08-14 | cleanup: Remove useless `[T].iter().last()` | Esteban Küber | -1/+1 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -16/+10 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -34/+5 |
| 2025-08-11 | Factor out InherentImplCannotUnsafe | Cameron Steffen | -7/+11 |
| 2025-08-09 | remove `P` | Deadbeef | -2/+1 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -6/+10 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -6/+10 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -16/+31 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -10/+10 |
| 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-27 | compiler: allow interrupts to return () or ! | Jubilee Young | -2/+14 |
| 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 |