| Age | Commit message (Expand) | Author | Lines |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -14/+6 |
| 2019-06-21 | Auto merge of #61959 - oli-obk:const_field_ice, r=eddyb | bors | -7/+7 |
| 2019-06-20 | Fix merge issues | Christian Poveda | -44/+59 |
| 2019-06-20 | Updated tag methods for consistency | Christian Poveda | -3/+3 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -7/+7 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -3/+3 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -7/+8 |
| 2019-06-19 | Outright ignore any alignment in `const_field` | Oliver Scherer | -4/+2 |
| 2019-06-19 | Elaborate on a comment | Oliver Scherer | -0/+2 |
| 2019-06-19 | Don't ICE when pattern matching packed structs | Oliver Scherer | -1/+6 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -44/+53 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -11/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -36/+36 |
| 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 | -14/+14 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -1/+1 |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ... | Ralf Jung | -14/+14 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -1/+3 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -3/+3 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 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 | -1/+1 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -3/+29 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -7/+7 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-02 | Rollup merge of #60428 - wesleywiser:refactor_const_eval, r=oli-obk | Mazdak Farrokhzad | -26/+15 |
| 2019-05-01 | Refactor `eval_body_using_ecx` so that it doesn't need to query for MIR | Wesley Wiser | -26/+15 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -2/+2 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -6/+5 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -11/+11 |
| 2019-04-06 | Remove check_match from const_eval | Isaac Whitfield | -16/+3 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -4/+4 |
| 2019-03-29 | Use ErrorReported | Yuki OKUSHI | -1/+2 |
| 2019-03-29 | Remove unused variable | Yuki OKUSHI | -1/+1 |
| 2019-03-29 | Return correct values | Yuki OKUSHI | -5/+7 |
| 2019-03-29 | WIP: remove report_as_error | Yuki OKUSHI | -7/+5 |
| 2019-03-29 | Set ok value | Yuki OKUSHI | -2/+2 |
| 2019-03-29 | Remove err_count | Yuki OKUSHI | -4/+5 |
| 2019-03-29 | Use track_errors | Yuki OKUSHI | -3/+7 |
| 2019-03-27 | renames EvalContext to InterpretCx in docs and comments. | kenta7777 | -1/+1 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -14/+14 |
| 2019-03-24 | Auto merge of #59199 - estebank:untrack-errors, r=eddyb | bors | -4/+2 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -0/+2 |
| 2019-03-22 | Add note to address check_match errors | Esteban Küber | -0/+1 |
| 2019-03-22 | address review comments | Esteban Küber | -4/+1 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -2/+2 |