| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -30/+40 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -11/+8 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -12/+15 |
| 2019-06-28 | Remove Clone requirement | Tyler Mandry | -1/+2 |
| 2019-06-25 | Add RequiresStorage pass to decide which locals to save in generators | Tyler Mandry | -25/+34 |
| 2019-06-25 | Make FlowAtLocation support borrowing flow data | Tyler Mandry | -3/+3 |
| 2019-06-25 | Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril | Mazdak Farrokhzad | -23/+23 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -23/+23 |
| 2019-06-24 | Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix | bors | -19/+13 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -21/+107 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -1/+1 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -19/+13 |
| 2019-06-21 | Fix nits | Wesley Wiser | -17/+35 |
| 2019-06-20 | [const-prop] Move local storage into a `Frame` on `InterpCx` | Wesley Wiser | -19/+79 |
| 2019-06-20 | [const-prop] Introduce getter/setter functions | Wesley Wiser | -4/+12 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Fix rebase fallout | Oliver Scherer | -1/+1 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -21/+28 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -12/+12 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -7/+7 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -4/+9 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -101/+17 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -97/+97 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -0/+7 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -4/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -242/+249 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -92/+92 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -61/+61 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -112/+112 |
| 2019-06-12 | Auto merge of #60187 - tmandry:generator-optimization, r=eddyb | bors | -43/+226 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -1/+1 |
| 2019-06-11 | More review fixes | Tyler Mandry | -3/+4 |
| 2019-06-11 | Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-11 | rustc_mir: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-10 | Use DataflowResultsConsumer and remove dataflow::for_each_location | Tyler Mandry | -37/+89 |
| 2019-06-10 | Use BitMatrix for storage conflicts | Tyler Mandry | -22/+24 |
| 2019-06-10 | Small review fixes | Tyler Mandry | -30/+48 |
| 2019-06-10 | Only include generator saved locals in the variants that need them | Tyler Mandry | -34/+48 |
| 2019-06-10 | Collect conflict information in GeneratorLayout | Tyler Mandry | -4/+100 |
| 2019-06-10 | comments | Ralf Jung | -3/+3 |
| 2019-06-10 | const-correctness might be confusing for C++ people | Ralf Jung | -1/+1 |
| 2019-06-10 | avoid 'const-context' terminology | Ralf Jung | -3/+2 |
| 2019-06-10 | replace some mode comparisons by more readable function call, rename some Mod... | Ralf Jung | -46/+72 |
| 2019-06-10 | some more comments for const_qualif | Ralf Jung | -15/+28 |
| 2019-06-09 | Reword const fn conditional and loop error text | Chris Gregory | -1/+1 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -513/+514 |