| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -11/+10 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -14/+15 |
| 2019-07-06 | Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis | Mazdak Farrokhzad | -36/+38 |
| 2019-07-04 | organize methods a bit better | Ralf Jung | -36/+38 |
| 2019-07-04 | Fix merge conflicts | Christian Poveda | -7/+7 |
| 2019-06-29 | Add MemoryExtra in InterpretCx constructor params | Christian Poveda | -2/+7 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -7/+7 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -1/+1 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -1/+1 |
| 2019-06-20 | [const-prop] Move local storage into a `Frame` on `InterpCx` | Wesley Wiser | -4/+9 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -1/+0 |
| 2019-06-19 | Fixmes and style fixes | Oliver Scherer | -0/+3 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-16 | Replace to_bits by force_bits and move size as parameter | Christian Poveda | -2/+6 |
| 2019-06-16 | Add force_bits and force_ptr methods | Christian Poveda | -0/+13 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -17/+9 |
| 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 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -16/+16 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -13/+13 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -16/+16 |
| 2019-06-02 | fix indentation | Ralf Jung | -3/+3 |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ... | Ralf Jung | -5/+5 |
| 2019-06-02 | cache tag for vtable; fn_alloc's don't have a stack nor tag | Ralf Jung | -2/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -4/+4 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-18 | expand comment in StorageLive | Ralf Jung | -1/+3 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -0/+8 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -2/+4 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -1/+1 |
| 2019-04-08 | avoid reading from ZST locals | Ralf Jung | -51/+19 |