| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | fix miri step debug printing | Ralf Jung | -1/+3 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -3/+3 |
| 2019-12-06 | Use `to_option` in various places | varkor | -3/+3 |
| 2019-11-11 | avoid the loop in unwinding stack popping | Ralf Jung | -1/+10 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -0/+1 |
| 2019-09-27 | Move Ref-from-arg checking from `step.rs` to `const_prop.rs` | Wesley Wiser | -19/+2 |
| 2019-09-27 | Respond to code review feedback and fix tidy | Wesley Wiser | -1/+1 |
| 2019-09-27 | [const-prop] Replace `Ref` handling with use of `InterpCx` | Wesley Wiser | -2/+19 |
| 2019-09-27 | [const-prop] Replace `Use` handling with use of `InterpCx` | Wesley Wiser | -1/+1 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -1/+1 |
| 2019-08-19 | rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -1/+1 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -1/+2 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -2/+6 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -1/+1 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -1/+1 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -1/+1 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -1/+1 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -2/+2 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -2/+2 |
| 2019-07-28 | 'Ref' can now be sure it gets a 'Pointer' | Ralf Jung | -2/+6 |
| 2019-07-06 | Add check_mplace_ptr convenience method; provide ptr-normalization methods fo... | Ralf Jung | -6/+7 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -2/+2 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -6/+6 |
| 2019-04-24 | Remove incorrect debug assertion in interpret | Matthew Jasper | -2/+1 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -3/+3 |
| 2019-02-16 | Remove an intermediate value from discriminant reading | Oliver Scherer | -2/+2 |
| 2019-02-13 | make bin_op and unary_op APIs consistently work on ImmTy | Ralf Jung | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-23 | Follow naming scheme for "frame" methods | Oliver Scherer | -2/+2 |
| 2019-01-22 | Bail out on overly generic substitutions | Oliver Scherer | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | Rollup merge of #56973 - RalfJung:miri-trace, r=oli-obk | kennytm | -3/+3 |
| 2018-12-19 | make basic CTFE tracing available on release builds | Ralf Jung | -3/+3 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -6/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -2/+2 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+0 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -13/+9 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-02 | Rename `Value` to `Immediate` for miri | Oliver Scherer | -6/+6 |
| 2018-10-29 | let create_ref take a mutability, and leave it to step.rs to interpret mir::B... | Ralf Jung | -2/+10 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -5/+4 |
| 2018-10-18 | add 'raw reference' to the machine hook, and use that in ptr-to-raw casts | Ralf Jung | -1/+1 |
| 2018-10-18 | provide machine hooks for creating references and accessing memory | Ralf Jung | -2/+3 |
| 2018-10-14 | Add comment about step being used by priroda | bjorn3 | -0/+2 |
| 2018-10-14 | Make EvalContext::step public again | bjorn3 | -1/+1 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -40/+2 |