| Age | Commit message (Expand) | Author | Lines |
| 2020-07-25 | The const propagator cannot trace references. | Oliver Scherer | -10/+36 |
| 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 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -0/+6 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -4/+1 |
| 2020-04-23 | Make ConstPropagator only visit basic blocks when visiting body | Santiago Pastorino | -0/+6 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -11/+7 |
| 2020-04-23 | Auto merge of #71312 - wesleywiser:const_prop_bitset, r=Mark-Simulacrum | bors | -5/+4 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -9/+7 |
| 2020-04-20 | const prop: don't special case return place | Jonas Schievink | -9/+5 |
| 2020-04-20 | Update const prop | Jonas Schievink | -5/+5 |
| 2020-04-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -2/+1 |
| 2020-04-19 | [ConstProp] Use a `BitSet<Local>` instead of `IndexVec<Local, bool>` | Wesley Wiser | -5/+4 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -4/+27 |
| 2020-04-16 | Move stack access methods in the Machine implementations out of the enforce_ ... | Vytautas Astrauskas | -14/+14 |
| 2020-04-16 | Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -4/+27 |
| 2020-04-15 | Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2020-04-15 | Move early needs_subst bailout to _after_ linting. | jumbatm | -5/+5 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -1/+4 |
| 2020-04-13 | Miri: let push_frame hook also access and mutate the rest of the frame data | Ralf Jung | -2/+5 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -1/+1 |
| 2020-04-05 | set span more accurately during const_prop | Ralf Jung | -2/+4 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -3/+2 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -3/+0 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -4/+4 |