| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-15 | bless tests | b-naber | -179/+8 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -5/+5 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -4/+4 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -5/+5 |
| 2022-01-26 | Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk | bors | -97/+219 |
| 2022-01-21 | Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr | bors | -2/+2 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -24/+24 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -210/+0 |
| 2022-01-15 | initial revert | Ellen | -23/+23 |
| 2022-01-12 | Remove mir-opt tests for LLVM-style inline assembly | Tomasz Miąsko | -210/+0 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -4/+4 |
| 2021-12-31 | Ensure that early-bound function lifetimes are always 'local' | Aaron Hill | -2/+2 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -4/+4 |