| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | be less British | Ralf Jung | -1/+1 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -1/+6 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -6/+2 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -2/+2 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -1/+1 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -1/+1 |
| 2019-07-30 | code review fixes | Saleem Jaffer | -7/+0 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -2/+2 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -7/+7 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -1/+1 |
| 2019-07-29 | tidy fixes | Saleem Jaffer | -1/+0 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -76/+10 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -11/+8 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -2/+3 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -14/+9 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -14/+9 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -14/+14 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -6/+5 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -3/+3 |
| 2019-06-24 | Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -21/+107 |
| 2019-06-21 | Fix nits | Wesley Wiser | -17/+35 |
| 2019-06-20 | [const-prop] Move local storage into a `Frame` on `InterpCx` | Wesley Wiser | -19/+79 |
| 2019-06-20 | [const-prop] Introduce getter/setter functions | Wesley Wiser | -4/+12 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Fix rebase fallout | Oliver Scherer | -1/+1 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -1/+6 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -7/+11 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -13/+13 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -18/+18 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -2/+2 |
| 2019-06-06 | [const-prop] Handle Rvalue::Len | Wesley Wiser | -5/+24 |
| 2019-06-06 | [const-prop] Handle ProjectionElem::Deref | Wesley Wiser | -0/+6 |
| 2019-06-06 | [const-prop] Handle Rvalue::Ref | Wesley Wiser | -1/+5 |
| 2019-06-06 | [const-prop] Fix ICE when casting function pointers | Wesley Wiser | -6/+4 |
| 2019-06-04 | Whitespace fixes | Wesley Wiser | -2/+2 |
| 2019-06-03 | Add const-eval support for indirects | Christian Poveda | -11/+32 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -8/+8 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -10/+7 |
| 2019-05-28 | Rollup merge of #61247 - spastorino:eval-place-iterate, r=wesleywiser | Mazdak Farrokhzad | -38/+41 |
| 2019-05-27 | Make eval_place iterate instead of recurse | Santiago Pastorino | -38/+41 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -10/+7 |
| 2019-05-26 | Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk | Mazdak Farrokhzad | -1/+11 |
| 2019-05-25 | Add additional trace statements to the const propagator | Wesley Wiser | -1/+11 |