| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=... | Michael Goulet | -0/+2 |
| 2023-06-19 | Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naber | Michael Goulet | -0/+59 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -3/+3 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -0/+51 |
| 2023-06-19 | Auto merge of #112805 - matthiaskrgr:rollup-r5yrefu, r=matthiaskrgr | bors | -1/+98 |
| 2023-06-19 | Rollup merge of #112783 - compiler-errors:nlb-fnptr-reject-ice, r=fee1-dead | Matthias Krüger | -0/+40 |
| 2023-06-19 | Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnr | Matthias Krüger | -0/+45 |
| 2023-06-19 | Rollup merge of #112777 - compiler-errors:normalize-weak-more, r=oli-obk | Matthias Krüger | -0/+12 |
| 2023-06-19 | Rollup merge of #112768 - NotStirred:translatable_diag/resolve1, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-06-19 | Auto merge of #112238 - scottmcm:mir-add-unchecked, r=cjgillot | bors | -167/+327 |
| 2023-06-19 | Remove unreachable and untested suggestion for invalid span enum derive(Default) | Tom Martin | -1/+1 |
| 2023-06-19 | Don't consider TAIT normalizable to hidden ty if it would result in impossibl... | Michael Goulet | -0/+2 |
| 2023-06-19 | Auto merge of #112366 - lukas-code:test, r=Nilstrieb | bors | -0/+70 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -167/+327 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -87/+444 |
| 2023-06-19 | Don't ICE on bound var in reject_fn_ptr_impls | Michael Goulet | -0/+40 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -0/+45 |
| 2023-06-18 | Continue folding in query normalizer on weak aliases | Michael Goulet | -0/+12 |
| 2023-06-18 | Rollup merge of #112537 - compiler-errors:dont-record-adjustments-twice, r=cj... | Michael Goulet | -0/+46 |
| 2023-06-18 | Auto merge of #112636 - clubby789:no-capture-array-ref, r=cjgillot | bors | -18/+65 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -0/+51 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -20/+22 |
| 2023-06-17 | Rollup merge of #112728 - Zalathar:spanview-charset, r=Nilstrieb | Matthias Krüger | -3/+6 |
| 2023-06-17 | Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddle | Matthias Krüger | -1/+8 |
| 2023-06-17 | Rollup merge of #112683 - asquared31415:asm_clobber_ice, r=compiler-errors | Matthias Krüger | -91/+183 |
| 2023-06-17 | Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output | Zalathar | -3/+6 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -3/+3 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -88/+203 |
| 2023-06-16 | fix ICE on specific malformed asm clobber_abi | asquared31415 | -91/+183 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -87/+444 |
| 2023-06-16 | Auto merge of #112716 - compiler-errors:rollup-h77daia, r=compiler-errors | bors | -2/+51 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -20/+22 |
| 2023-06-16 | Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiser | Michael Goulet | -0/+22 |
| 2023-06-16 | Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors | Michael Goulet | -2/+29 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -88/+203 |
| 2023-06-16 | Add regression test for #112676 | Guillaume Gomez | -1/+8 |
| 2023-06-16 | Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obk | bors | -929/+343 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -929/+343 |
| 2023-06-16 | Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jsha | bors | -29/+6 |
| 2023-06-16 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-16 | Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercote | Dylan DPC | -0/+18 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -0/+19 |
| 2023-06-16 | Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnr | Dylan DPC | -0/+7 |
| 2023-06-16 | Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errors | Dylan DPC | -0/+38 |
| 2023-06-16 | fix: inline `predicate_may_hold_fatal` | bohan | -0/+38 |
| 2023-06-16 | Auto merge of #112346 - saethlin:no-comment, r=oli-obk | bors | -24090/+21801 |
| 2023-06-15 | Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errors | Guillaume Gomez | -0/+49 |
| 2023-06-15 | Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errors | Guillaume Gomez | -69/+110 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -2/+125 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -0/+17 |