| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -63/+66 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -3/+3 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Auto merge of #66874 - RalfJung:miri-assert-panic, r=oli-obk | bors | -114/+141 |
| 2019-12-02 | Rollup merge of #66827 - RalfJung:miri-missing-ret-place, r=oli-obk | Ralf Jung | -15/+23 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -16/+26 |
| 2019-12-02 | fat -> wide | Ralf Jung | -6/+6 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -11/+15 |
| 2019-12-02 | add and use helper method to get SourceInfo of current instruction in frame | Ralf Jung | -14/+22 |
| 2019-12-02 | Miri: add helper fn to allocate string; simplify alloc_caller_location | Ralf Jung | -32/+35 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -7/+14 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -10/+18 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -38/+25 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -8/+6 |
| 2019-11-30 | `find_fn` -> `find_mir_or_eval_fn` rename | Oliver Scherer | -2/+2 |
| 2019-11-29 | Use recursion_limit for const eval stack limit | cad97 | -1/+1 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-11-29 | Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk | Ralf Jung | -5/+9 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -2/+4 |
| 2019-11-29 | Only memoize const fn calls during const eval | Oliver Scherer | -13/+1 |
| 2019-11-28 | do not consider memory allocated by caller_location leaked | Ralf Jung | -5/+9 |
| 2019-11-28 | Fixed tidy errors | David Haig | -2/+4 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -4/+2 |
| 2019-11-28 | Squash | David Haig | -0/+2 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -1/+32 |
| 2019-11-27 | comment | Ralf Jung | -0/+7 |
| 2019-11-27 | handle diverging functions forwarding their return place | Ralf Jung | -15/+16 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+32 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -24/+33 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-27 | Auto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandry | bors | -13/+18 |
| 2019-11-26 | Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk | Tyler Mandry | -13/+18 |
| 2019-11-26 | Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk | bors | -120/+126 |
| 2019-11-26 | Show the sign of signed interpreter values | Oliver Scherer | -3/+40 |
| 2019-11-25 | make sure we handle all transmute invocations, including diverging ones | Ralf Jung | -3/+7 |
| 2019-11-25 | miri: couple ret place and ret block together (they both exist or both don't) | Ralf Jung | -52/+55 |
| 2019-11-25 | move ABI check out to cover all calls | Ralf Jung | -24/+24 |
| 2019-11-25 | unify call_intrinsic handling of intruction pointer with other machine hooks | Ralf Jung | -23/+5 |
| 2019-11-25 | refactor goto_block and also add unwind_to_block | Ralf Jung | -20/+37 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -12/+20 |
| 2019-11-24 | Respond to CR feedback | Wesley Wiser | -62/+11 |
| 2019-11-23 | only print LEAK REPORT if there is a leak | Ralf Jung | -2/+4 |
| 2019-11-23 | Miri: print leak report even without tracing | Ralf Jung | -12/+15 |
| 2019-11-22 | Allow miri allocation interning to work im generic Machines | Wesley Wiser | -26/+86 |
| 2019-11-22 | Revert "Revert expansion of impl HashStable for Frame." | Camille GILLOT | -12/+20 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -5/+5 |