| Age | Commit message (Expand) | Author | Lines |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -750/+750 |
| 2023-05-27 | Try enabling MatchBranchSimplification | Ben Kimock | -5/+42 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -15/+145 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -129/+72 |
| 2023-05-21 | Normalize block and local orders in mir-opt tests | Scott McMurray | -750/+750 |
| 2023-05-20 | Don't inline functions with unsized args | Jakob Degen | -0/+65 |
| 2023-05-19 | Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !` | Maybe Waffle | -129/+72 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -15/+145 |
| 2023-05-17 | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkin | bors | -139/+49 |
| 2023-05-17 | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors | bors | -4/+4 |
| 2023-05-16 | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk | bors | -189/+561 |
| 2023-05-16 | bless | Boxy | -4/+4 |
| 2023-05-15 | Address FIXME | Andy Wang | -11/+6 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+28 |
| 2023-05-14 | Stop turning transmutes into discriminants in mir-opt | Scott McMurray | -139/+49 |
| 2023-05-14 | Merge return place with other locals in CopyProp. | Camille GILLOT | -189/+561 |
| 2023-05-13 | Add multiple borrow test. | Camille GILLOT | -55/+81 |
| 2023-05-13 | Do not ICE on deeply nested borrows. | Camille GILLOT | -0/+13 |
| 2023-05-13 | Iterate ReferencePropagation to fixpoint. | Camille GILLOT | -398/+797 |
| 2023-05-13 | Add mir-opt test. | Camille GILLOT | -0/+173 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -12/+3 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -334/+331 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -59/+265 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -4/+170 |
| 2023-05-11 | Bless tests for portable-simd sync | Jubilee Young | -4/+4 |
| 2023-05-10 | Do not see through copies of mutable pointers. | Camille GILLOT | -7/+7 |
| 2023-05-10 | Iteratively replace pointers. | Camille GILLOT | -8/+6 |
| 2023-05-10 | Add test. | Camille GILLOT | -0/+168 |
| 2023-05-10 | Use visit_assign to detect SSA locals. | Camille GILLOT | -0/+31 |
| 2023-05-09 | Add needs-unwind. | Camille GILLOT | -38/+39 |
| 2023-05-09 | Separate test cases into bbs. | Camille GILLOT | -824/+1207 |
| 2023-05-09 | Do not consider borrowed Freeze locals as SSA. | Camille GILLOT | -14/+35 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -36/+2171 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -12/+12 |
| 2023-05-08 | Auto merge of #111007 - JakobDegen:nrvo, r=tmiasko | bors | -555/+225 |
| 2023-05-08 | Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obk | bors | -4/+8 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -555/+225 |
| 2023-05-08 | Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm | bors | -69/+69 |
| 2023-05-07 | Propagate PlaceElem::Index. | Camille GILLOT | -4/+8 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -69/+69 |
| 2023-05-06 | Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-Simulacrum | Matthias Krüger | -106/+177 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -12/+12 |
| 2023-05-05 | Rollup merge of #110773 - mj10021:issue-109502-fix, r=oli-obk | Dylan DPC | -80/+80 |
| 2023-05-04 | add passes to miroptfiles struct and passed to -zdump-mir args | James Dietz | -80/+80 |
| 2023-05-04 | Reject borrows of projections in ConstProp. | Camille GILLOT | -14/+7 |
| 2023-05-04 | Add tests. | Camille GILLOT | -0/+68 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -0/+34 |
| 2023-05-02 | Make ConstProp tests unit. | Camille GILLOT | -106/+177 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -5/+236 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -3/+130 |