| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-02 | Bless 32bit MIR opt tests | Matthew Jasper | -93/+68 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -333/+309 |
| 2021-08-28 | rustc: use more correct span data in for loop desugaring | Michael Howell | -1/+1 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -405/+405 |
| 2021-08-26 | update mir diffs | lcnr | -23/+23 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -405/+405 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -40/+16 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -16/+40 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -111/+131 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -40/+16 |
| 2021-08-03 | Make simplify_cfg test more consistent | Alex Crichton | -47/+50 |
| 2021-07-27 | Update tests | Jacob Pratt | -42/+40 |
| 2021-07-25 | Auto merge of #85646 - Moxinilian:separate-const-switch, r=cjgillot | bors | -0/+710 |
| 2021-07-14 | bless mir-opt, codegen, and remaining ui tests | Ralf Jung | -134/+134 |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -24/+24 |
| 2021-06-25 | Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesley... | bors | -0/+300 |
| 2021-06-23 | Updated mir pretty print output | Deadbeef | -33/+0 |
| 2021-06-22 | implemented separate_const_switch MIR opt | Théo Degioanni | -0/+710 |