| Age | Commit message (Expand) | Author | Lines |
| 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-21 | Remove an `unchecked_error_guaranteed` call. | Nicholas Nethercote | -3/+4 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -3/+17 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -1/+2 |
| 2024-02-13 | Rollup merge of #120751 - estebank:issue-68982, r=nnethercote | Matthias Krüger | -35/+89 |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -1/+1 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -15/+3 |
| 2024-02-08 | Do not leave stray commas after applying suggestion | Esteban Küber | -61/+56 |
| 2024-02-07 | Provide more suggestions on invalid equality where bounds | Esteban Küber | -4/+63 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-01 | Correctly check `never_type` feature gating | Guillaume Gomez | -0/+13 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -19/+19 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+0 |
| 2024-01-19 | add help message for `exclusive_range_pattern` error | Rowan S-L | -1/+2 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -22/+8 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -22/+8 |
| 2024-01-13 | Rollup merge of #119894 - fmease:tilde-const-assoc-ty-bounds, r=compiler-errors | Matthias Krüger | -5/+53 |
| 2024-01-12 | Allow `~const` on assoc ty bounds again | León Orell Valerian Liehr | -5/+53 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+1 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -3/+3 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -5/+26 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -2/+2 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -2/+2 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -35/+121 |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -3/+10 |
| 2023-12-28 | Deny parenthetical notation for negative bounds | León Orell Valerian Liehr | -5/+26 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -2/+14 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -33/+37 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -0/+1 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -21/+23 |
| 2023-12-21 | Rollup merge of #119154 - surechen:fix_119067, r=fmease | Matthias Krüger | -8/+9 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -8/+9 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -21/+23 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -0/+1 |
| 2023-12-18 | Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=... | bors | -5/+7 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -3/+17 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `ShowSpanVisitor::span_diagnostic` as `ShowSpanVisitor::dcx`. | Nicholas Nethercote | -6/+6 |
| 2023-12-18 | Rename `AstValidator::err_handler` as `AstValidator::dcx`. | Nicholas Nethercote | -41/+38 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -3/+17 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -1/+41 |