| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -9/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -3/+3 |
| 2020-02-20 | Erase regions before before performing const eval, to improve caching. | Ben Lewis | -5/+1 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -1/+3 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -5/+14 |
| 2020-01-09 | Rename `Unsized` to `Meta` | Oliver Scherer | -3/+3 |
| 2020-01-07 | Poison any `MemPlace` created from a zst Operand (or otherwise via `MPlaceTy:... | Oliver Scherer | -7/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-26 | Use the targetted const eval functions | Oliver Scherer | -9/+5 |
| 2019-12-26 | Reintroduce the recursion comment | Oliver Scherer | -0/+4 |
| 2019-12-26 | Add a `const_eval` helper to `InterpCx` | Oliver Scherer | -2/+20 |
| 2019-12-26 | Explain what we are doing with parameter environments for statics | Oliver Scherer | -5/+5 |
| 2019-12-26 | Comment on a few odd things that we should look at | Oliver Scherer | -0/+2 |
| 2019-12-26 | Simplify `force_allocation_maybe_sized` | Oliver Scherer | -1/+1 |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -1/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -109/+100 |
| 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 |