| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -18/+0 | |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -1/+1 | |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+2 | |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -1/+1 | |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+1 | |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -5/+4 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -4/+4 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-07-28 | change how we report `err_out_of_scope` borrowck errors | Niko Matsakis | -0/+16 | |
| 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. | ||||
