| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -25/+54 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -89/+89 |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+98 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -7/+7 |
| 2023-04-29 | Add test. | Camille GILLOT | -0/+34 |
| 2023-04-29 | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-04-28 | Make drop_flags an IndexVec. | Camille GILLOT | -1/+1 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -4/+3 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -2/+314 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -66/+30 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -12/+12 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -1/+1 |
| 2023-04-27 | Tweak await span | Michael Goulet | -88/+88 |
| 2023-04-27 | Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-04-27 | Use EMIT_MIR_FOR_EACH_BIT_WIDTH in transmute mir-opt test | Tomasz Miąsko | -0/+217 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -1/+1 |
| 2023-04-27 | Remove workaround for CastKind::Transmute from const prop | Tomasz Miąsko | -5/+19 |
| 2023-04-26 | Add some MIR pre-codegen tests for slice indexing | Scott McMurray | -0/+348 |
| 2023-04-26 | Auto merge of #110822 - scottmcm:lower-offset-to-mir, r=compiler-errors | bors | -0/+35 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -0/+35 |
| 2023-04-25 | vars are ? | Michael Goulet | -73/+73 |
| 2023-04-24 | Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcm | bors | -170/+757 |
| 2023-04-24 | Update tests. | Mara Bos | -12/+12 |
| 2023-04-23 | Make some tests unit. | Camille GILLOT | -75/+79 |