| Age | Commit message (Expand) | Author | Lines |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -4/+7 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -8/+8 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -8/+8 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -4/+7 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -2/+11 |
| 2019-08-02 | operator: implement binary_op strictly by first checking the type, then dispa... | Ralf Jung | -1/+1 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -6/+5 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -4/+2 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -2/+4 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -2/+2 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -1/+1 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -4/+4 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -4/+2 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -6/+9 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -1/+1 |
| 2019-07-06 | remove some no-longer-needed methods | Ralf Jung | -1/+1 |
| 2019-07-06 | Add check_mplace_ptr convenience method; provide ptr-normalization methods fo... | Ralf Jung | -1/+1 |
| 2019-07-06 | Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis | Mazdak Farrokhzad | -5/+5 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -0/+11 |
| 2019-07-04 | use get_size_and_align to test if an allocation is live | Ralf Jung | -1/+1 |
| 2019-07-04 | add machine hook to handle calls to 'extra' function values | Ralf Jung | -0/+10 |
| 2019-07-04 | Add basic support for "other" kinds of values for function pointers, determin... | Ralf Jung | -0/+1 |
| 2019-07-04 | Go back to just passing MemoryExtra to the machine-level allocation hooks | Ralf Jung | -3/+3 |
| 2019-07-04 | Machine: make self-like parameters come first | Ralf Jung | -4/+4 |
| 2019-07-04 | Fix merge conflicts | Christian Poveda | -14/+14 |
| 2019-07-02 | Add a query to get the `promoted`s for a `mir::Body` | Wesley Wiser | -1/+1 |
| 2019-06-29 | Remove default bound for Machine::MemoryExtra | Christian Poveda | -1/+2 |
| 2019-06-29 | Add MemoryExtra in InterpretCx constructor params | Christian Poveda | -2/+6 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -14/+14 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -14/+6 |
| 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 |