| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-18 | Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726 | Matthias Krüger | -10/+5 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -24/+24 |
| 2021-12-15 | Move generator check earlier in inlining. | Camille GILLOT | -10/+5 |
| 2021-12-14 | Improve test coverage of `early_otherwise_branch` mir opt | Jakob Degen | -0/+105 |
| 2021-12-14 | Correct the unsoundness in the `EarlyOtherwiseBranch` mir opt | Jakob Degen | -97/+114 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -24/+24 |
| 2021-12-10 | bless new output on some mir-opt tests | Jane Lusby | -3/+3 |
| 2021-12-02 | `EarlyOtherwiseBranch` requires `-Zunsound-mir-opts` | Dylan MacKenzie | -1/+1 |
| 2021-11-30 | Update MIR opt tests with new name | Dylan MacKenzie | -8/+8 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -8/+8 |
| 2021-11-23 | Update test outputs | Michael Goulet | -8/+8 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -69/+46 |
| 2021-11-06 | Run reveal_all on MIR more often. | Camille GILLOT | -1/+3 |
| 2021-10-17 | Ignore wasm32 in test. | Camille GILLOT | -1/+1 |
| 2021-10-17 | Normalize MIR with RevealAll before optimizations. | Camille GILLOT | -4/+146 |
| 2021-10-15 | Bless tests | Cameron Steffen | -3/+3 |
| 2021-10-06 | opt-level >= 4 | Alexander | -1/+1 |
| 2021-10-06 | run remaining tests | Alexander | -9/+17 |
| 2021-10-06 | tidy | Alexander | -1/+1 |
| 2021-10-06 | add MIR artifacts | Alexander | -3/+626 |
| 2021-10-06 | reset and cleanup | Alexander | -0/+50 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -3/+2 |