| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -286/+305 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -1/+1 |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2024-02-22 | Rollup merge of #121427 - nnethercote:fix-Rocket, r=oli-obk | Matthias Krüger | -11/+13 |
| 2024-02-22 | Rollup merge of #121401 - eltociear:patch-25, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-22 | Rollup merge of #121393 - Nadrieril:match-lowering-testcase, r=matthewjasper | Matthias Krüger | -260/+212 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -34/+50 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -115/+1 |
| 2024-02-22 | do not use <: in subtyping overflow msg | lcnr | -7/+20 |
| 2024-02-22 | overflow errors: change source to a concrete enum | lcnr | -49/+89 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -90/+71 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -147/+132 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -11/+15 |
| 2024-02-22 | Preserve the `Span` from `prove_predicate` all the way to registering opaque ... | Oli Scherer | -2/+4 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+17 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -9/+29 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -31/+41 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -3/+4 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -53/+78 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -39/+28 |
| 2024-02-22 | Make some `IntoDiagnostic` impls generic. | Nicholas Nethercote | -10/+12 |
| 2024-02-22 | Fix panic when compiling `Rocket`. | Nicholas Nethercote | -1/+1 |
| 2024-02-22 | Remove `SharedEmitterMessage::AbortIfErrors`. | Nicholas Nethercote | -5/+1 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -22/+58 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -30/+23 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -353/+258 |
| 2024-02-21 | Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-02-21 | Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkov | Matthias Krüger | -44/+60 |
| 2024-02-21 | Rollup merge of #121391 - Nadrieril:fix-liveness, r=compiler-errors | Matthias Krüger | -4/+11 |
| 2024-02-21 | Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obk | Matthias Krüger | -169/+26 |
| 2024-02-21 | Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obk | Matthias Krüger | -135/+160 |
| 2024-02-21 | Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-se | bors | -1/+1 |
| 2024-02-22 | Inline and remove `abort_on_err`. | Nicholas Nethercote | -17/+14 |
| 2024-02-22 | Replace unnecessary `abort_if_errors`. | Nicholas Nethercote | -23/+13 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -15/+18 |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -35/+76 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -31/+39 |
| 2024-02-22 | Remove `EarlyDiagCtxt::abort_if_errors`. | Nicholas Nethercote | -7/+2 |
| 2024-02-22 | Remove dead `expect_error_or_delayed_bug` method. | Nicholas Nethercote | -8/+0 |
| 2024-02-22 | Remove an out-of-date comment. | Nicholas Nethercote | -1/+0 |
| 2024-02-21 | Inline `simplify_match_pair` | Nadrieril | -34/+18 |
| 2024-02-21 | Process bindings and ascriptions in `MatchPair::new()` | Nadrieril | -90/+77 |
| 2024-02-21 | Introduce `TestCase` enum to replace most matching on `PatKind` | Nadrieril | -143/+132 |
| 2024-02-21 | Tiny simplification | Nadrieril | -24/+16 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -36/+9 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -1/+1 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -599/+451 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -13/+13 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -106/+18 |
| 2024-02-21 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |