| Age | Commit message (Expand) | Author | Lines |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -8/+18 |
| 2024-03-01 | Auto merge of #121462 - compiler-errors:eq-and-sub, r=lcnr | bors | -70/+33 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -1/+11 |
| 2024-03-01 | Fallout from removing a_is_expected | Michael Goulet | -59/+27 |
| 2024-03-01 | Remove cause | Michael Goulet | -11/+6 |
| 2024-02-29 | Rollup merge of #121782 - RalfJung:mutable-ref-in-static, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -11/+13 |
| 2024-02-29 | Rollup merge of #121376 - Nadrieril:mir-half-ranges, r=pnkfelix | Guillaume Gomez | -16/+2 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -1/+0 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -15/+13 |
| 2024-02-29 | Don't cancel stashed `OpaqueHiddenTypeMismatch` errors. | Nicholas Nethercote | -1/+5 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -63/+59 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -1/+11 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -1/+2 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -37/+37 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -26/+22 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -1/+2 |
| 2024-02-27 | Print RPITIT like an opaque | Michael Goulet | -8/+12 |
| 2024-02-27 | Document invariant in `thir::PatRange` | Nadrieril | -0/+2 |
| 2024-02-27 | Skip unnecessary comparison with half-open ranges | Nadrieril | -16/+0 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -13/+24 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -13/+24 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+1 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -16/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+1 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-02-24 | Auto merge of #121523 - matthiaskrgr:comp_comp, r=Nilstrieb | bors | -1/+1 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -3/+3 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2024-02-23 | Rollup merge of #121495 - cuishuang:master, r=clubby789 | Matthias Krüger | -1/+1 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-23 | Auto merge of #121442 - lcnr:region-var-universe-uwu, r=compiler-errors | bors | -44/+45 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -1/+1 |
| 2024-02-22 | drive-by fmt cleanup | Esteban Küber | -1/+1 |
| 2024-02-22 | add comment | lcnr | -1/+8 |
| 2024-02-22 | region unification update universe of region vars | lcnr | -44/+38 |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -4/+5 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -3/+4 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -2/+3 |
| 2024-02-22 | Remove dead `expect_error_or_delayed_bug` method. | Nicholas Nethercote | -5/+0 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -2/+1 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -2/+4 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -6/+3 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -35/+145 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -0/+33 |