| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-20 | Avoid cloning Place in is_stable | Santiago Pastorino | -5/+6 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -8/+8 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -176/+351 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -240/+0 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -78/+111 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -0/+7 |
| 2019-07-11 | rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-07-10 | Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelix | Mazdak Farrokhzad | -3/+20 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -1/+1 |
| 2019-07-07 | rustc/rustc_mir: Implement RFC 2203. | David Wood | -78/+111 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -13/+13 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -22/+22 |
| 2019-07-02 | Add a query to get the `promoted`s for a `mir::Body` | Wesley Wiser | -0/+7 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -30/+40 |
| 2019-07-02 | rustc_mir: treat DropAndReplace as Drop + Assign in qualify_consts. | Eduard-Mihai Burtescu | -3/+20 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -11/+8 |