| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -18/+94 |
| 2022-05-12 | Bless mir-opt tests. | Camille GILLOT | -18/+94 |
| 2022-05-12 | Add mir-opt test. | Camille GILLOT | -0/+157 |
| 2022-05-09 | Use `FxIndexSet` to avoid sorting fake borrows | Aaron Hill | -4/+4 |
| 2022-05-06 | bless mir-opt | Ralf Jung | -30/+30 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -4/+12 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -136/+32 |
| 2022-04-25 | Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk | bors | -215/+516 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -33/+123 |
| 2022-04-21 | Rollup merge of #96236 - Aaron1011:constraint-debug, r=jackh726 | Dylan DPC | -13/+13 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -26/+25 |
| 2022-04-19 | Add an explicit `Span` field to `OutlivesConstraint` | Aaron Hill | -13/+13 |
| 2022-04-16 | Switch some tests over to new MIR opt unit tests | Jakob Degen | -33/+123 |
| 2022-04-16 | fix CI err | ouz-a | -1/+12 |
| 2022-04-16 | Make derefer work everwhere | ouz-a | -221/+511 |
| 2022-04-14 | Update inline-into-box-place test output | Eduardo Sánchez Muñoz | -2/+2 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -21/+21 |
| 2022-04-11 | Remove inlining cost of `Deinit` statements | Jakob Degen | -109/+263 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -13/+26 |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -464/+618 |
| 2022-04-11 | Bless tests that broke in a trivial way due to change in deaggregation | Jakob Degen | -0/+7 |
| 2022-04-10 | Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -0/+109 |
| 2022-04-09 | support multiple derefs | ouz-a | -0/+109 |
| 2022-04-06 | Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -4/+115 |
| 2022-04-06 | enhance `ConstGoto` mir-opt by moving up `StorageDead` statements | SparrowLii | -118/+151 |
| 2022-04-05 | kill temp early | ouz-a | -3/+3 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -40/+54 |
| 2022-04-04 | destroy temp at the end and avoid ICE | ouz-a | -4/+4 |
| 2022-04-04 | fixed error, made function leaner and tighter | ouz-a | -59/+30 |
| 2022-04-04 | New mir-opt deref_separator | ouz-a | -22/+162 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -26/+25 |
| 2022-03-10 | Disable the test on wasm32 | Scott McMurray | -51/+52 |
| 2022-03-10 | mir-opt: Replace clone on primitives with copy | Scott McMurray | -0/+99 |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -7/+7 |
| 2022-03-09 | normalization change and rebase | b-naber | -41/+21 |
| 2022-03-09 | bless tests | b-naber | -35/+57 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -466/+466 |
| 2022-02-24 | Remove an unnecessary restriction in `dest_prop` | Jakob Degen | -7/+13 |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -317/+84 |
| 2022-02-21 | Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkov | Matthias Krüger | -32/+46 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -6/+43 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -32/+46 |
| 2022-02-20 | Auto merge of #93387 - JakobDegen:improve_partialeq, r=tmiasko | bors | -17/+128 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -65/+71 |
| 2022-02-18 | Add test checking that fallthrough branches are correctly identified as dead | Jakob Degen | -17/+128 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -18/+38 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+72 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+72 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -11/+2 |
| 2022-02-15 | bless mir-opt tests | b-naber | -4/+147 |