| Age | Commit message (Expand) | Author | Lines |
| 2024-03-02 | Account for unmet `T: !Copy` in E0277 message | Esteban Küber | -5/+12 |
| 2024-02-29 | Small clean up of E0277 message logic | Esteban Küber | -15/+9 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -1682/+1436 |
| 2024-02-28 | Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnr | Guillaume Gomez | -0/+14 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -73/+103 |
| 2024-02-28 | Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnr | Guillaume Gomez | -9/+16 |
| 2024-02-28 | Rollup merge of #121661 - surechen:change_attribute_to_local_20240226, r=lcnr | Guillaume Gomez | -22/+41 |
| 2024-02-28 | Rollup merge of #121423 - nnethercote:rm-UntranslatableDiagnosticTrivial, r=d... | Guillaume Gomez | -87/+1 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -1/+11 |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -87/+1 |
| 2024-02-28 | Rename `DiagnosticImportance` as `DiagImportance`. | Nicholas Nethercote | -16/+14 |
| 2024-02-28 | Rename `DiagnosticStyledString` as `DiagStyledString`. | Nicholas Nethercote | -60/+53 |
| 2024-02-28 | Rename `DiagnosticSymbolList` as `DiagSymbolList`. | Nicholas Nethercote | -10/+10 |
| 2024-02-28 | Rename `DiagnosticLocation` as `DiagLocation`. | Nicholas Nethercote | -12/+12 |
| 2024-02-28 | Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`. | Nicholas Nethercote | -21/+20 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -197/+195 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -1289/+1059 |
| 2024-02-28 | Rename `SubDiagnostic` as `Subdiag`. | Nicholas Nethercote | -27/+23 |
| 2024-02-28 | Rename `DelayedDiagnostic` as `DelayedDiagInner`. | Nicholas Nethercote | -5/+5 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -71/+71 |
| 2024-02-27 | Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | bors | -0/+66 |
| 2024-02-27 | Process alias-relate obligations in CoerceUnsized loop | Michael Goulet | -0/+14 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -73/+103 |
| 2024-02-27 | Print RPITIT like an opaque | Michael Goulet | -8/+12 |
| 2024-02-27 | rename RPITIT from opaque to synthetic | Michael Goulet | -1/+4 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -4/+4 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+66 |
| 2024-02-27 | Auto merge of #121548 - RalfJung:ffi-unwind-intrinsics, r=davidtwco | bors | -4/+9 |
| 2024-02-27 | ffi_unwind_calls: treat RustIntrinsic like regular Rust calls | Ralf Jung | -4/+9 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -93/+97 |
| 2024-02-27 | Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb | bors | -1/+1 |
| 2024-02-27 | Auto merge of #121667 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | bors | -0/+78 |
| 2024-02-27 | Refactor `take_for_recovery` call sites. | Nicholas Nethercote | -18/+14 |
| 2024-02-27 | Avoid a `span_delayed_bug` in `compute_regions`. | Nicholas Nethercote | -12/+13 |
| 2024-02-27 | Avoid a `span_delayed_bug` in `TypeErrCtxt::report_region_errors`. | Nicholas Nethercote | -31/+31 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -14/+25 |
| 2024-02-27 | Remove an unnecessary `span_delayed_bug` in `Resolver::valid_res_from_ribs`. | Nicholas Nethercote | -5/+8 |
| 2024-02-27 | Refactor `LoweringContext::get_delegation_sig_id`. | Nicholas Nethercote | -6/+2 |
| 2024-02-27 | Remove an unnecessary `span_delayed_bug` call. | Nicholas Nethercote | -7/+4 |
| 2024-02-27 | Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe... | bors | -8/+8 |
| 2024-02-27 | Changing some attributes to only_local. | surechen | -22/+41 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -14/+13 |
| 2024-02-26 | syms for legacy numeric constants diag items | Peter Jaszkowiak | -0/+78 |
| 2024-02-27 | Rollup merge of #121651 - ShE3py:issue-121647, r=estebank | Matthias Krüger | -4/+2 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -10/+11 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -170/+98 |
| 2024-02-26 | Properly emit `expected ;` on `#[attr] expr` | Lieselotte | -4/+2 |
| 2024-02-26 | Auto merge of #121636 - matthiaskrgr:rollup-1tt2o5n, r=matthiaskrgr | bors | -44/+83 |
| 2024-02-26 | Rollup merge of #121629 - RalfJung:field-shuffle-seed, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-26 | Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obk | Matthias Krüger | -14/+26 |