| Age | Commit message (Expand) | Author | Lines |
| 2025-10-02 | Extract common logic for iterating over features | Deadbeef | -5/+1 |
| 2025-09-27 | Improve code and better check `doc(cfg(...))` attributes | Guillaume Gomez | -0/+1 |
| 2025-09-27 | Put back the `doc_cfg` code behind a nightly feature | Guillaume Gomez | -0/+1 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -2/+0 |
| 2025-09-18 | Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju... | Matthias Krüger | -13/+1 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (2/N) | León Orell Valerian Liehr | -1/+8 |
| 2025-09-11 | c-variadic: allow trait methods to be c-variadic | Folkert de Vries | -40/+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 | -4/+12 |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -9/+29 |
| 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/+9 |
| 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/+16 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -0/+21 |
| 2025-09-03 | simplify `check_c_variadic_type` | Folkert de Vries | -25/+21 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -0/+1 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -4/+12 |
| 2025-08-22 | Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly | Josh Triplett | -2/+10 |
| 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 #145604 - compiler-errors:static-closure, r=fmease | Jacob Pratt | -0/+1 |
| 2025-08-21 | Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errors | Jacob Pratt | -0/+20 |
| 2025-08-20 | Enforce correct number of arguments for `"x86-interrupt"` functions | Pavel Grigorenko | -0/+20 |
| 2025-08-19 | Gate static coroutines behind a parser feature | Michael Goulet | -0/+1 |
| 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/+26 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -0/+26 |
| 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 | -20/+14 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -48/+5 |
| 2025-08-11 | Factor out InherentImplCannotUnsafe | Cameron Steffen | -19/+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 | -10/+15 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -10/+15 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -16/+51 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -20/+15 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -39/+0 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -16/+24 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -8/+8 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -2/+2 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -1/+0 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -1/+0 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -1/+0 |
| 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 | -21/+88 |
| 2025-06-16 | Fold unnecessary visit_struct_field_def in AstValidator | Michael Goulet | -18/+2 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -4/+149 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -4/+149 |