| Age | Commit message (Expand) | Author | Lines |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -25/+27 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -25/+27 |
| 2024-05-26 | Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp... | Jubilee | -17/+5 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -3/+3 |
| 2024-05-21 | Make early lints translatable | Xiretza | -1/+1 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -15/+7 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -13/+13 |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+1 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -14/+1 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -6/+5 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -2/+2 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -3/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+0 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -2/+2 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-16 | Support C23's Variadics Without a Named Parameter | Veera | -17/+5 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+2 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -1/+12 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -1/+12 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -1/+1 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+3 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -8/+26 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -8/+26 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -1/+1 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+1 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -8/+2 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -2/+8 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -8/+0 |
| 2024-03-16 | Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite... | León Orell Valerian Liehr | -0/+1 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -1/+12 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -8/+0 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2024-03-07 | Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors | Guillaume Gomez | -27/+30 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -8/+0 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -0/+4 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -0/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+4 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -2/+1 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -3/+3 |
| 2024-03-05 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -27/+30 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -2/+2 |
| 2024-02-29 | Detect empty leading where-clauses on type aliases | León Orell Valerian Liehr | -40/+56 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -14/+13 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -4/+3 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -8/+0 |