| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | miri: add throw_machine_stop macro | Ralf Jung | -0/+7 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+4 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -1/+2 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -0/+8 |
| 2019-09-28 | Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused. | ben | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -1/+0 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -54/+56 |
| 2019-08-03 | also add macros for free-form error messages | Ralf Jung | -0/+10 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -0/+10 |
| 2019-08-02 | be less British | Ralf Jung | -3/+3 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -5/+1 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -31/+40 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -10/+20 |
| 2019-07-30 | throw_X macros use err_X macros | Saleem Jaffer | -10/+2 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -10/+10 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -2/+2 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -6/+23 |
| 2019-07-30 | addding an interp_error module | Saleem Jaffer | -0/+1 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -2/+2 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -2/+2 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -1/+41 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -1/+2 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -3/+3 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -1/+1 |
| 2019-07-20 | alters the panic variant of InterpError | Saleem Jaffer | -1/+1 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -4/+1 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -2/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+3 |
| 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 | -1/+1 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -5/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -1/+1 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -41/+54 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -0/+16 |
| 2019-05-27 | fix truncate and sign_extend for size == 0 | Ralf Jung | -0/+16 |
| 2019-04-02 | Merge branch 'master' into issue_57128_improve_miri_error_reporting_in_check_... | Loo Maclin | -2/+2 |
| 2019-04-02 | Improve miri's error reporting in check_in_alloc | LooMaclin | -1/+1 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -2/+2 |
| 2019-03-27 | renames EvalContext to InterpretCx in docs and comments. | kenta7777 | -1/+1 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -2/+3 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -7/+7 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+7 |
| 2019-02-09 | miri: give non-generic functions a stable address | Ralf Jung | -8/+23 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -8/+8 |