| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-20 | add proofs and fix postorder traversal | Ariel Ben-Yehuda | -4/+4 | |
| I don't think the "quasi-postorder" travesal could cause any issues, but there's no reason for it to stay broken. | ||||
| 2017-09-20 | Only consider yields coming after the expressions when computing generator ↵ | John Kåre Alsaker | -34/+0 | |
| interiors | ||||
| 2017-08-17 | Fix more UI tests | Alex Crichton | -1/+1 | |
| 2017-08-17 | Fix UI tests | Alex Crichton | -10/+2 | |
| 2017-08-14 | Choose another error code | Alex Crichton | -1/+1 | |
| 2017-08-12 | Fix UI test | Alex Crichton | -4/+4 | |
| 2017-08-09 | Add UI test outputs | Alex Crichton | -0/+89 | |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -0/+120 | |
| 2017-07-29 | Use a free error code | Alex Crichton | -5/+5 | |
| 2017-07-28 | Fix more tests with `GeneratorState` rename | Alex Crichton | -4/+4 | |
| 2017-07-28 | update references due to removing tabs | Niko Matsakis | -2/+2 | |
| 2017-07-28 | Remove tabs | John Kåre Alsaker | -6/+6 | |
| 2017-07-28 | Fix tidy errors | John Kåre Alsaker | -8/+8 | |
| 2017-07-28 | change how we report `err_out_of_scope` borrowck errors | Niko Matsakis | -0/+349 | |
| Also, remove the explicit code detecting borrows over a yield. It turns out not to be necessary -- any such borrow winds up with a lifetime that is part of the generator type, and therefore which will outlive the generator expression itself, which yields an `err_out_of_scope`. So instead we intercept those errors and display them in a nicer way. | ||||
