| Age | Commit message (Expand) | Author | Lines |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -17/+17 |
| 2019-06-01 | Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2019-05-31 | miri unsizing: fix projecting into a field of an operand | Ralf Jung | -15/+3 |
| 2019-05-31 | Doc comment fixes for `rustc::mir::interpret::InterpretCx` | Wesley Wiser | -8/+8 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -17/+17 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -0/+233 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -5/+5 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -57/+26 |
| 2019-05-28 | Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril | bors | -1/+1 |
| 2019-05-27 | Auto merge of #59627 - LooMaclin:issue_57128_improve_miri_error_reporting_in_... | bors | -9/+12 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -2/+2 |
| 2019-05-26 | centralize Scalar size sanity checks and also do them in release builds | Ralf Jung | -50/+20 |
| 2019-05-26 | Rollup merge of #61120 - spastorino:eval-place-iterate, r=oli-obk | Mazdak Farrokhzad | -29/+29 |
| 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 | -17/+16 |
| 2019-05-25 | Make eval_place iterate instead of recurse | Santiago Pastorino | -29/+29 |
| 2019-05-25 | Add comment to explain why we change the layout for Projection | Santiago Pastorino | -0/+2 |
| 2019-05-25 | Auto merge of #59276 - oli-obk:cleanups, r=eddyb | bors | -6/+11 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -4/+9 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -2/+2 |
| 2019-05-24 | Make eval_place_to_op iterate instead of recurse | Santiago Pastorino | -13/+24 |
| 2019-05-24 | Make eval_place_to_mplace take PlaceBase::Static | Santiago Pastorino | -19/+21 |
| 2019-05-24 | Avoid catch-all arm, use Base(PlaceBase::Static(_)) | Santiago Pastorino | -2/+1 |
| 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-19 | Improve miri's error reporting in check_in_alloc | LooMaclin | -3/+3 |
| 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 |