| Age | Commit message (Expand) | Author | Lines |
| 2019-12-13 | Rollup merge of #67256 - RalfJung:reduce-allocs, r=oli-obk | Mazdak Farrokhzad | -29/+22 |
| 2019-12-12 | avoid more intermediate allocations in validation errors | Ralf Jung | -23/+16 |
| 2019-12-12 | validation: avoid some intermediate allocations | Ralf Jung | -6/+6 |
| 2019-12-12 | dont ICE in case of invalid drop fn | Ralf Jung | -1/+12 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -4/+10 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -4/+10 |
| 2019-12-08 | fix miri step debug printing | Ralf Jung | -1/+3 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -0/+16 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -8/+6 |
| 2019-12-06 | Address review feedback. | Adam Perry | -13/+6 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -4/+4 |
| 2019-12-06 | Use `to_option` in various places | varkor | -4/+4 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -0/+23 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -1/+1 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -15/+4 |
| 2019-12-04 | Update src/librustc_mir/interpret/terminator.rs | Oliver Scherer | -0/+1 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -63/+66 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -10/+13 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -10/+13 |
| 2019-12-03 | Rollup merge of #66148 - oli-obk:it_must_be_a_sign, r=RalfJung | Mazdak Farrokhzad | -3/+40 |
| 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 |