| Age | Commit message (Expand) | Author | Lines |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -1/+4 |
| 2019-08-28 | Apply review comments | Yuki Okushi | -1/+1 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+4 |
| 2019-08-27 | const_prop: only call error_to_const_error if we are actually showing something | Ralf Jung | -2/+2 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -15/+0 |
| 2019-08-22 | Resolve PR comments | Wesley Wiser | -118/+66 |
| 2019-08-22 | Remove unnecessary Option | Wesley Wiser | -5/+4 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -4/+13 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -36/+55 |
| 2019-08-22 | Remove eval_promoted const-prop hack | Wesley Wiser | -5/+2 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -50/+108 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -48/+48 |
| 2019-08-17 | use ImmTy::from_uint in a few more spots | Ralf Jung | -18/+9 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -7/+3 |
| 2019-08-17 | Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum | Mazdak Farrokhzad | -6/+6 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -9/+5 |
| 2019-08-15 | don't add Retag statements for compound types | Ralf Jung | -13/+9 |
| 2019-08-06 | Rollup merge of #63299 - spastorino:in-projection-use-ref, r=oli-obk | Mazdak Farrokhzad | -14/+15 |
| 2019-08-05 | Make qualify consts in_projection use PlaceRef | Santiago Pastorino | -14/+15 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -9/+13 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -5/+5 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -2/+1 |
| 2019-08-02 | be less British | Ralf Jung | -1/+1 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -1/+6 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -6/+2 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -2/+2 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -1/+1 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -1/+1 |
| 2019-07-30 | code review fixes | Saleem Jaffer | -7/+0 |
| 2019-07-29 | code review fixes | Saleem Jaffer | -2/+2 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -8/+8 |
| 2019-07-29 | adding a err macro for each of the InterpError variants | Saleem Jaffer | -1/+1 |
| 2019-07-29 | tidy fixes | Saleem Jaffer | -1/+0 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -76/+10 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -240/+0 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -1/+1 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -12/+9 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -2/+3 |
| 2019-07-23 | Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril | Mark Rousskov | -12/+12 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -14/+9 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -14/+9 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -14/+14 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -12/+12 |
| 2019-07-20 | Avoid cloning Place in check_and_patch | Santiago Pastorino | -12/+13 |
| 2019-07-20 | Avoid cloning Place in visit_rvalue | Santiago Pastorino | -4/+4 |
| 2019-07-20 | Avoid cloning Place in assign #2 | Santiago Pastorino | -8/+2 |
| 2019-07-20 | Avoid cloning Place in assign #1 | Santiago Pastorino | -8/+3 |
| 2019-07-20 | Avoid cloning Place in in_projection_structurally | Santiago Pastorino | -20/+20 |