| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Negative coherence test | Michael Goulet | -0/+52 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -0/+25 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -33/+9 |
| 2023-04-24 | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box... | Matthias Krüger | -0/+33 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -0/+26 |
| 2023-04-23 | Don't create projection ty for const projection | Michael Goulet | -0/+33 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -0/+26 |
| 2023-04-23 | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | -0/+9 |
| 2023-04-23 | Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot | bors | -48/+450 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -320/+309 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -0/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -33/+9 |
| 2023-04-22 | Remove the size of locals heuristic in MIR inlining | Ben Kimock | -48/+450 |
| 2023-04-23 | Fortify test. | Camille GILLOT | -7/+15 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -74/+68 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -0/+26 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -0/+23 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -389/+8 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -3/+108 |
| 2023-04-22 | Auto merge of #110469 - compiler-errors:encode-lt-param-span, r=oli-obk | bors | -30/+48 |
| 2023-04-22 | Encode lifetime param spans too | Michael Goulet | -30/+48 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+576 |
| 2023-04-21 | rustdoc: remove unneeded handleKey from settings.js | Michael Howell | -0/+9 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -305/+306 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -15/+3 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -3/+108 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -0/+60 |
| 2023-04-21 | Auto merge of #110107 - cjgillot:const-prop-lint-junk, r=oli-obk | bors | -39/+38 |
| 2023-04-21 | Adjust expected result for coverage test | Amanieu d'Antras | -3/+3 |
| 2023-04-21 | Do not rely on exact error code. | Camille GILLOT | -1/+1 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -39/+38 |
| 2023-04-21 | Auto merge of #110569 - saethlin:mir-pass-cooperation, r=cjgillot | bors | -1/+44 |
| 2023-04-21 | Rollup merge of #110501 - notriddle:notriddle/ice-110495, r=petrochenkov | Dylan DPC | -0/+60 |
| 2023-04-21 | major test improvements | DrMeepster | -10/+240 |
| 2023-04-21 | bless | DrMeepster | -6/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+8 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -0/+40 |
| 2023-04-21 | test improvements | DrMeepster | -23/+121 |
| 2023-04-21 | offset_of | DrMeepster | -0/+206 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -18/+112 |
| 2023-04-21 | Rollup merge of #110611 - GuillaumeGomez:regression-test-pub-reexport-pub-ree... | Matthias Krüger | -0/+24 |
| 2023-04-21 | Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726 | Matthias Krüger | -0/+36 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -51/+68 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -98/+0 |
| 2023-04-20 | Run combine_duplicate_switch_targets after the simplification that produces them | Ben Kimock | -2/+2 |
| 2023-04-21 | fix(error): normalize whitespace during msg_to_buffer | bohan | -0/+36 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -0/+23 |
| 2023-04-20 | Bless coverage. | Camille GILLOT | -5/+5 |
| 2023-04-20 | Move test files | Caio | -98/+0 |
| 2023-04-20 | Bless run-make-fulldeps test. | Camille GILLOT | -6/+3 |