| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -5/+30 |
| 2020-05-02 | Added MIR constant propagation of Scalars into function call arguments | Félix Fischer | -5/+30 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -36/+36 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -161/+167 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -42/+43 |
| 2020-04-29 | Fix test | Amanieu d'Antras | -41/+42 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -1/+1 |
| 2020-04-28 | Changed `simplify_match` output query because it had become outdated | Félix Fischer | -11/+19 |
| 2020-04-28 | Added MIR const-prop diff tests to show why some assertions now fail at compi... | Félix Fischer | -0/+421 |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -16/+148 |
| 2020-04-27 | Added regression test for literal propagation and for scalar pair propagation | Félix Fischer | -0/+121 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -3062/+2999 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -17/+17 |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -36/+36 |
| 2020-04-26 | check that `AsRef` and `AsMut` are inlined | Bastian Kauschke | -0/+139 |
| 2020-04-25 | Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -54/+45 |
| 2020-04-24 | Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung | Dylan DPC | -38/+38 |
| 2020-04-24 | update_tests | flip1995 | -2/+2 |
| 2020-04-23 | Adjust name of never typed const test | Santiago Pastorino | -4/+5 |
| 2020-04-23 | Bless mir-opt tests | Santiago Pastorino | -42/+32 |
| 2020-04-23 | Add leading 0x to offset in Debug fmt of Pointer | David Cook | -38/+38 |
| 2020-04-21 | update ref test | Niko Matsakis | -71/+72 |
| 2020-04-20 | Bless 32-bit test output | Jonas Schievink | -15/+15 |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -16/+16 |
| 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-16 | reserve variable for empty root region | Niko Matsakis | -90/+95 |
| 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 |