| Age | Commit message (Expand) | Author | Lines |
| 2020-07-25 | The const propagator cannot trace references. | Oliver Scherer | -32/+164 |
| 2020-06-26 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -61/+82 |
| 2020-06-13 | further bless tests. | Felix S. Klock II | -19/+19 |
| 2020-06-13 | Revert "Bless mir-opt tests" | Felix S. Klock II | -819/+973 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+53 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -2/+2 |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -16/+16 |
| 2020-05-24 | Clear MIR local type annotations after borrowck | Jonas Schievink | -16/+16 |
| 2020-05-23 | bless mir-opt tests | Ralf Jung | -2/+2 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -15/+54 |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -0/+165 |
| 2020-05-16 | Bless mir-opt tests to account for #72220 | Wesley Wiser | -4/+2 |
| 2020-05-16 | Add simple NRVO test | Dylan MacKenzie | -0/+51 |
| 2020-05-16 | Bless MIR tests that inline functions qualifying for NRVO | Dylan MacKenzie | -15/+3 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -6/+4 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -75/+75 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -75/+75 |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+89 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -3/+12 |
| 2020-05-12 | Add a repro example for not propagating constants of partially const initiali... | Oliver Scherer | -0/+69 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -32/+717 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -0/+284 |
| 2020-05-09 | Bless mir-opt tests | Matthew Jasper | -974/+820 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -28/+28 |
| 2020-05-06 | Const prop aggregates even if partially or fully modified | Oliver Scherer | -0/+284 |
| 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 |