| Age | Commit message (Expand) | Author | Lines |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -11/+37 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -11/+37 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -6/+6 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -1/+1 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -7/+10 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -20/+21 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -2/+2 |
| 2019-12-02 | Assert terminator is never executed in ConstProp | Ralf Jung | -1/+1 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -3/+3 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -0/+1 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -0/+8 |
| 2019-12-02 | make use of Result::map_or | Lzu Tao | -1/+1 |
| 2019-12-02 | Rollup merge of #66926 - RalfJung:miri-stop, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -36/+16 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -1/+1 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -7/+25 |
| 2019-11-30 | `find_fn` -> `find_mir_or_eval_fn` rename | Oliver Scherer | -1/+1 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -9/+8 |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -34/+15 |
| 2019-11-28 | const_prop: detect and avoid catching Miri errors that require allocation | Ralf Jung | -7/+25 |
| 2019-11-28 | Squash | David Haig | -0/+1 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -1/+0 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -4/+12 |
| 2019-11-25 | miri: couple ret place and ret block together (they both exist or both don't) | Ralf Jung | -6/+4 |
| 2019-11-24 | Respond to CR feedback | Wesley Wiser | -11/+8 |
| 2019-11-23 | [const prop] Fix "alloc id without corresponding allocation" ICE | Wesley Wiser | -3/+1 |
| 2019-11-23 | Intern allocations during constant propagation | Wesley Wiser | -2/+15 |
| 2019-11-19 | Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk | bors | -14/+27 |
| 2019-11-15 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+5 |
| 2019-11-15 | Fix spurious CI filures due to OOM | Wesley Wiser | -3/+8 |
| 2019-11-11 | [mir-opt] Turn on the `ConstProp` pass by default | Wesley Wiser | -14/+27 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -0/+2 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -10/+1 |
| 2019-11-11 | More fixes for rustc changes | Aaron Hill | -4/+8 |
| 2019-11-08 | [mir-opt] Handle const-prop for the return place | Wesley Wiser | -5/+30 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -0/+1 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -0/+4 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -19/+18 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -7/+0 |
| 2019-10-20 | Cleanup `ConstProp::visit_statement()` | Wesley Wiser | -10/+9 |
| 2019-10-20 | skip all refs-to-uninit-local, not just arguments | Ralf Jung | -5/+6 |
| 2019-10-19 | clarify const_prop ICE protection comment | Ralf Jung | -8/+10 |
| 2019-10-18 | Improve comments and structure of `ConstProp::const_prop()` | Wesley Wiser | -32/+50 |
| 2019-10-18 | Cleanup const_prop() some | Wesley Wiser | -72/+75 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Box | Wesley Wiser | -18/+1 |