| Age | Commit message (Expand) | Author | Lines |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -1/+1 |
| 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 | fix init_allocation_extra | Ralf Jung | -3/+5 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -0/+4 |
| 2019-12-02 | add and use helper method to get SourceInfo of current instruction in frame | Ralf Jung | -14/+22 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -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-27 | Auto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandry | bors | -1/+3 |
| 2019-11-26 | Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk | Tyler Mandry | -1/+3 |
| 2019-11-26 | Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk | bors | -5/+33 |
| 2019-11-25 | refactor goto_block and also add unwind_to_block | Ralf Jung | -5/+33 |
| 2019-11-23 | Miri: print leak report even without tracing | Ralf Jung | -1/+3 |
| 2019-11-22 | Revert "Revert expansion of impl HashStable for Frame." | Camille GILLOT | -0/+20 |
| 2019-11-19 | Revert expansion of impl HashStable for Frame. | Camille GILLOT | -20/+0 |
| 2019-11-19 | Derive HashStable in librustc_mir. | Camille GILLOT | -3/+25 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -10/+6 |
| 2019-11-11 | Some code cleanup | Aaron Hill | -28/+23 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -2/+7 |
| 2019-11-11 | Some cleanup | Aaron Hill | -24/+3 |
| 2019-11-11 | Add doc comment | Aaron Hill | -0/+13 |
| 2019-11-11 | A few minor tweaks | Aaron Hill | -1/+1 |
| 2019-11-11 | avoid the loop in unwinding stack popping | Ralf Jung | -102/+71 |
| 2019-11-11 | Formatting improvements | Aaron Hill | -1/+1 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -32/+141 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -1/+1 |
| 2019-10-22 | add comments | Ralf Jung | -2/+2 |
| 2019-10-22 | bring back some Debug instances for Miri | Ralf Jung | -2/+2 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-10-11 | InterpCx: make memory field public | Ralf Jung | -11/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -9/+1 |
| 2019-08-30 | miri: detect too large dynamically sized objects | Ralf Jung | -12/+15 |
| 2019-08-22 | Remove eval_promoted const-prop hack | Wesley Wiser | -1/+5 |
| 2019-08-19 | rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible. | Eduard-Mihai Burtescu | -15/+8 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -51/+27 |
| 2019-08-10 | Miri shouldn't look at types | Ralf Jung | -3/+7 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -4/+1 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -0/+3 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -3/+1 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -5/+4 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -9/+9 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -3/+3 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -10/+10 |
| 2019-07-30 | addding an interp_error module | Saleem Jaffer | -1/+1 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -7/+12 |