| Age | Commit message (Expand) | Author | Lines |
| 2020-05-10 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -2/+1 |
| 2020-04-22 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 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 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -4/+4 |
| 2020-03-31 | remove unnecessary relocation check in const_prop | Ralf Jung | -7/+4 |
| 2020-03-30 | stop unnecessarily passing around span argument for Miri function calls | Ralf Jung | -2/+0 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -1/+0 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -16/+16 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -1/+1 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -4/+4 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-25 | rename def_id -> static_def_id | Ralf Jung | -2/+2 |
| 2020-03-25 | better explain GLOBAL_KIND choice | Ralf Jung | -1/+1 |
| 2020-03-24 | Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk | Mazdak Farrokhzad | -9/+18 |
| 2020-03-24 | actually we can reject all reads from mutable allocs in const-prop | Ralf Jung | -6/+5 |
| 2020-03-24 | fix const_prop ICE | Ralf Jung | -2/+6 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -0/+1 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -8/+13 |
| 2020-03-24 | Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb | Mazdak Farrokhzad | -8/+1 |
| 2020-03-24 | Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleywiser | Mazdak Farrokhzad | -9/+24 |
| 2020-03-23 | add macro to reduce boilerplate and keep readable messages | Ralf Jung | -21/+24 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -2/+1 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -3/+2 |
| 2020-03-22 | get rid of ConstPropUnsupported; use ZST marker structs instead | Ralf Jung | -10/+22 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -8/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -3/+2 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -3/+1 |
| 2020-03-21 | Rollup merge of #70138 - RalfJung:throw-not-return, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -5/+5 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -1/+0 |
| 2020-03-09 | remove no-longer needed span from Miri Machine hook | Ralf Jung | -1/+0 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -2/+3 |