| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | fix cycle when looking up size and align of a static | Ralf Jung | -22/+30 |
| 2019-08-12 | Avoid ICE when referencing desugared local binding in borrow error | Esteban Küber | -13/+12 |
| 2019-07-08 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-07-02 | more nits + typos | Niko Matsakis | -5/+5 |
| 2019-07-02 | pass a parameter to enable impl Trait instead of a vec | Niko Matsakis | -11/+7 |
| 2019-07-02 | more centril nits | Niko Matsakis | -29/+38 |
| 2019-07-02 | rename `pick_constraints.rs` to `member_constraints.rs` | Niko Matsakis | -0/+0 |
| 2019-07-02 | rename to "member constraints" | Niko Matsakis | -170/+179 |
| 2019-07-02 | account for the pick-constraint edges when reporting errors | Niko Matsakis | -12/+110 |
| 2019-07-02 | pacify the mercilous tidy | Niko Matsakis | -3/+9 |
| 2019-07-02 | remove outdated TODO markers | Niko Matsakis | -3/+1 |
| 2019-07-02 | explain why pick-constraints can be an empty vector | Niko Matsakis | -1/+8 |
| 2019-07-02 | add a FIXME related to the non-free-region case | Niko Matsakis | -3/+16 |
| 2019-07-02 | integrate reverse graph and upper-bound computation | Niko Matsakis | -17/+69 |
| 2019-07-02 | preliminary integration of "pick constraints" into nll solver | Niko Matsakis | -120/+223 |
| 2019-07-02 | construct pick-constraints and give them to region inference | Niko Matsakis | -4/+33 |
| 2019-07-02 | implement PickConstraintSet type | Niko Matsakis | -0/+211 |
| 2019-07-02 | pass more than outlives constraints to constraint conversion | Niko Matsakis | -8/+6 |
| 2019-07-02 | rename `ConstraintSet` to `OutlivesConstraintSet` | Niko Matsakis | -20/+20 |
| 2019-07-02 | propagate the pick-constraints through queries | Niko Matsakis | -3/+4 |
| 2019-07-02 | remove deref impl and add an index impl | Niko Matsakis | -12/+15 |
| 2019-07-02 | rename `ConstraintIndex` to `OutlivesConstraintIndex` | Niko Matsakis | -12/+16 |
| 2019-07-02 | introduce `QueryRegionConstraints` struct | Niko Matsakis | -10/+15 |
| 2019-07-02 | rename `QueryRegionConstraint` to `QueryOutlivesConstraint` | Niko Matsakis | -12/+12 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -43/+284 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -3/+4 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -25/+26 |
| 2019-06-30 | Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=nagisa | Mazdak Farrokhzad | -3/+18 |
| 2019-06-30 | Rollup merge of #62062 - ecstatic-morse:dataflow-order, r=nagisa | Mazdak Farrokhzad | -2/+18 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -16/+15 |
| 2019-06-28 | Remove Clone requirement | Tyler Mandry | -5/+3 |
| 2019-06-27 | Use more efficient iteration order for backward dataflow | Dylan MacKenzie | -3/+18 |
| 2019-06-27 | Use a more efficient iteration order for forward dataflow | Dylan MacKenzie | -2/+18 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -3/+4 |
| 2019-06-25 | Add RequiresStorage pass to decide which locals to save in generators | Tyler Mandry | -26/+165 |
| 2019-06-25 | Add DataflowResultsCursor | Tyler Mandry | -0/+94 |
| 2019-06-25 | Make FlowAtLocation support borrowing flow data | Tyler Mandry | -14/+24 |
| 2019-06-25 | Use `Local`s instead of `Place`s in MIR drop generation | Matthew Jasper | -100/+81 |
| 2019-06-25 | Add StorageDead statements for `while` conditions | Matthew Jasper | -103/+88 |
| 2019-06-25 | Unify `return`, `break` and `continue` handling | Matthew Jasper | -181/+200 |
| 2019-06-25 | Avoid checking if references implement drop | Matthew Jasper | -10/+0 |
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -75/+37 |
| 2019-06-25 | Fix incorrect double assignment in MIR for while loops | Matthew Jasper | -6/+14 |
| 2019-06-25 | Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril | Mazdak Farrokhzad | -104/+101 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -7/+6 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -14/+6 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -6/+4 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -104/+101 |
| 2019-06-25 | Auto merge of #62094 - oli-obk:zst_intern, r=eddyb | bors | -12/+14 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -6/+4 |