| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Handle index out of bound errors during const eval without panic | Esteban Küber | -2/+6 |
| 2019-05-18 | expand comment in StorageLive | Ralf Jung | -1/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-06 | Auto merge of #60569 - RalfJung:miri-visitor-generators, r=Centril | bors | -3/+3 |
| 2019-05-05 | Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth | bors | -1/+1 |
| 2019-05-05 | fix typo in enum variant name | Ralf Jung | -3/+3 |
| 2019-05-05 | Rollup merge of #60530 - eddyb:unfreevars, r=oli-obk | Manish Goregaokar | -1/+1 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -0/+8 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-04 | match on type directlty | Ralf Jung | -4/+5 |
| 2019-05-04 | fix Miri visiting generators | Ralf Jung | -42/+28 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -0/+8 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -18/+18 |
| 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-05-01 | Fix issue with const params in operand.rs | varkor | -1/+2 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -1/+1 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -2/+2 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -18/+18 |
| 2019-04-24 | Remove incorrect debug assertion in interpret | Matthew Jasper | -2/+1 |
| 2019-04-23 | rustc_mir: don't use upvar_decls in the miri validity checks. | Eduard-Mihai Burtescu | -6/+22 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -2/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -5/+6 |
| 2019-04-17 | Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obk | Mazdak Farrokhzad | -83/+43 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -83/+43 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -5/+6 |
| 2019-04-14 | fix tests | Ralf Jung | -1/+1 |
| 2019-04-12 | Auto merge of #59651 - tmandry:discr-index, r=eddyb | bors | -5/+8 |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -2/+1 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -5/+8 |
| 2019-04-08 | avoid reading from ZST locals | Ralf Jung | -56/+29 |
| 2019-04-08 | Apply suggestions from code review
| Ralf Jung | -2/+2 |
| 2019-04-07 | implement by-value object safety | Ralf Jung | -13/+36 |
| 2019-04-07 | initialize unsized locals when copying to the for the first time | Ralf Jung | -33/+57 |
| 2019-04-07 | fix miri engine debug output for uninitialized locals | Ralf Jung | -11/+6 |
| 2019-04-07 | make StorageLive lazy as well | Ralf Jung | -37/+22 |
| 2019-04-06 | miri engine: lazily allocate memory for locals on first write | Ralf Jung | -40/+79 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -2/+1 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -1/+1 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -30/+30 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -30/+30 |
| 2019-04-01 | typo fix | kenta7777 | -1/+1 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -19/+21 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -2/+0 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -19/+21 |
| 2019-03-27 | Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk | Josh Stone | -54/+54 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -54/+54 |