| Age | Commit message (Expand) | Author | Lines |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -0/+7 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -0/+7 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -36/+23 |
| 2020-06-24 | reduce sanity check in debug mode | Ralf Jung | -2/+8 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-22 | make layout check a mere sanity check | Ralf Jung | -18/+7 |
| 2020-06-22 | expand a comment | Ralf Jung | -1/+3 |
| 2020-06-22 | also use relator in interpreter assignment sanity check | Ralf Jung | -26/+15 |
| 2020-06-22 | also normalize constants when comparing types | Ralf Jung | -0/+1 |
| 2020-06-21 | Miri: replace many bug! by span_bug! | Ralf Jung | -2/+5 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -9/+15 |
| 2020-06-14 | keep root_span and tcx together | Ralf Jung | -29/+18 |
| 2020-06-13 | run const_eval_raw with root_span | Ralf Jung | -1/+1 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -1/+1 |
| 2020-06-12 | fix caller_location intrinsic for Miri | Ralf Jung | -9/+2 |
| 2020-06-12 | avoid computing cur_span all the time | Ralf Jung | -3/+5 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -3/+3 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -22/+38 |
| 2020-06-12 | make miri memory TyCtxtAt a TyCtxt | Ralf Jung | -2/+1 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-10 | Miri interning: replace ICEs by proper errors, make intern_shallow type signa... | Ralf Jung | -0/+3 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -4/+4 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -5/+5 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -3/+5 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-24 | Rollup merge of #71475 - RalfJung:miri-frame-loc, r=ecstatic-morse | Dylan DPC | -30/+20 |
| 2020-04-23 | Miri Frame: use mir::Location to represent position in function | Ralf Jung | -30/+20 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -45/+31 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -3/+3 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -2/+7 |
| 2020-04-20 | Use copy_op_transmute | Jonas Schievink | -1/+1 |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -1/+0 |
| 2020-04-20 | Dump return_place upon returning | Jonas Schievink | -0/+1 |
| 2020-04-20 | Fix pop_stack_frame logic | Jonas Schievink | -22/+7 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -25/+26 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -25/+32 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+5 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -2/+7 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -5/+4 |
| 2020-04-15 | Add function eval_maybe_thread_local_static_const that allows handling thread... | Vytautas Astrauskas | -9/+13 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -17/+20 |
| 2020-04-13 | add after_stack_push hook; add public ImmTy::from_immediate method, and make ... | Ralf Jung | -1/+2 |
| 2020-04-13 | Miri: let push_frame hook also access and mutate the rest of the frame data | Ralf Jung | -7/+24 |
| 2020-04-09 | Use new utility in `eval_context` | Dylan MacKenzie | -9/+10 |
| 2020-04-05 | make set_span public, as all the fields it touches are public already | Ralf Jung | -1/+1 |
| 2020-04-05 | set span more accurately during const_prop | Ralf Jung | -1/+7 |
| 2020-04-05 | Miri engine: use span_bug in a few places | Ralf Jung | -8/+10 |
| 2020-04-05 | fix comment | Ralf Jung | -3/+3 |