| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -76/+76 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -76/+76 |
| 2021-09-25 | Bless tests | Gary Guo | -210/+339 |
| 2021-09-18 | ./x.py test --bless | Tomasz Miąsko | -65/+75 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -151/+180 |
| 2021-09-13 | Add mir opt test for min_align_of -> AlignOf lowering | Gary Guo | -151/+180 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -1/+1 |
| 2021-09-05 | Change scope of temporaries in match guards | Matthew Jasper | -19/+20 |
| 2021-09-03 | Update coverage tests | Matthew Jasper | -1/+1 |