| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | Don't panic if the lhs of a div by zero is not statically known | Oliver Scherer | -5/+21 |
| 2020-07-04 | Fix const prop ICE | Oliver Scherer | -19/+21 |
| 2020-06-30 | Use exhaustive match in const_prop.rs | Wesley Wiser | -1/+13 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1/+0 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -1/+0 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -11/+57 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -11/+57 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-26 | Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiser | Manish Goregaokar | -6/+13 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -0/+1 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -30/+40 |
| 2020-06-25 | Document some invariants correctly/more | Oliver Scherer | -6/+13 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -16/+38 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -16/+38 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -1/+0 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -26/+21 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -8/+3 |
| 2020-06-15 | [const-prop] Remove `ConstPropMode::NoPropagation` | Wesley Wiser | -26/+21 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -15/+7 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -7/+2 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -9/+6 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -0/+1 |
| 2020-06-09 | Stop allowing `Indirect(..)` values to be propagated | Wesley Wiser | -1/+0 |
| 2020-06-07 | Don't intern memory in const prop. | Oliver Scherer | -8/+4 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-05-28 | remove redundant `mk_const` | Bastian Kauschke | -1/+1 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -1/+2 |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -1/+24 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -2/+1 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -0/+7 |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+5 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -1/+19 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -42/+58 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -2/+1 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -13/+13 |
| 2020-05-06 | Const prop aggregates even if partially or fully modified | Oliver Scherer | -42/+58 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -5/+51 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-05-02 | Added MIR constant propagation of Scalars into function call arguments | Félix Fischer | -5/+51 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -5/+5 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -2/+2 |
| 2020-04-29 | Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw... | bors | -21/+70 |
| 2020-04-28 | Polished documentation, removed not-so-useful-anymore traces, and added some ... | Félix Fischer | -6/+13 |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -13/+46 |
| 2020-04-27 | Blocked `MutatingUseContext::Projection` for all locals of kind `LocalKind::T... | Félix Fischer | -4/+13 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -56/+4 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -2/+1 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -4/+1 |
| 2020-04-24 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -4/+1 |