| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -35/+35 |
| 2020-04-17 | Ignore generator-drop-cleanup on wasm32-bare | Jonas Schievink | -31/+33 |
| 2020-04-17 | Adjust mir-opt test and make it drop something | Jonas Schievink | -26/+54 |
| 2020-04-17 | ty/print: pretty-print constant aggregates (arrays, tuples and ADTs). | Eduard-Mihai Burtescu | -8/+8 |
| 2020-04-17 | mir: pretty-print `Rvalue::Aggregate` correctly. | Eduard-Mihai Burtescu | -27/+27 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -133/+90 |
| 2020-04-15 | Add test case | Wesley Wiser | -0/+80 |
| 2020-04-14 | update 32 bit mir-opt tests | Bastian Kauschke | -31/+119 |
| 2020-04-13 | bless mir opt tests | Bastian Kauschke | -157/+730 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -1/+77 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -24/+24 |
| 2020-04-11 | tests: don't use only-64bit in mir-opt tests. | Eduard-Mihai Burtescu | -1/+77 |
| 2020-04-08 | Add ignore-wasm32-bare to mir-opt tests that need it. | Ana-Maria Mihalache | -338/+340 |
| 2020-04-07 | Remove old mir-opt test format. | Ana-Maria Mihalache | -80/+2 |
| 2020-04-07 | Normalize away pairs of line:col numbers. | Ana-Maria Mihalache | -166/+166 |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -488/+1855 |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -1013/+2254 |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -3046/+6572 |
| 2020-04-02 | Remove unused discriminant reads from MIR bodies | Wesley Wiser | -9/+56 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -138/+795 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -11/+11 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -138/+795 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -1/+2 |
| 2020-03-25 | run test only on 64bit | Bastian Kauschke | -0/+1 |
| 2020-03-24 | update mir opt test | Bastian Kauschke | -1/+1 |
| 2020-03-24 | Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb | Mazdak Farrokhzad | -0/+64 |
| 2020-03-23 | Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -0/+64 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -17/+24 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -0/+34 |
| 2020-03-17 | rustc_mir: remove extra space when pretty-printing MIR. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -22/+22 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -18/+18 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+3 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -1/+1 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -6/+6 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -14/+14 |
| 2020-03-10 | Ignore `mir-opt` test when panic=abort | Dylan MacKenzie | -0/+2 |
| 2020-03-10 | Add `mir-opt` test for better drop elaboration | Dylan MacKenzie | -0/+41 |
| 2020-03-08 | Add test for unnecessary panic branches | Jonas Schievink | -0/+34 |
| 2020-02-16 | suspend -> yield | Jonas Schievink | -1/+1 |
| 2020-02-16 | Fix printing of `Yield` terminator | Jonas Schievink | -1/+1 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -30/+30 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+76 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -3/+2 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -1/+0 |
| 2020-02-02 | Adjust mir-opt tests to new `yield` lowering | Jonas Schievink | -29/+31 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -190/+188 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -4/+4 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -7/+7 |