| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -20/+0 | |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -1/+1 | |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+1 | |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -1/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-25 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -1/+1 | |
| 2018-05-01 | Update ui/generator tests to reflect changes from new generator drop rules. | Felix S. Klock II | -2/+3 | |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, ↵ | Felix S. Klock II | -2/+2 | |
| including NLL. NOTE: I was careful to make each change in a manner that preserves the existing diagnostic output (usually by ensuring that no lines were added or removed). This means that the resulting source files are not as nice to read as they were at the start. But we will have to review these cases by hand anyway as follow-up work, so cleanup could reasonably happen then (or not at all). | ||||
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable ↵ | John Kåre Alsaker | -1/+1 | |
| generators. Fixes #47787 | ||||
| 2018-01-23 | Add dropck test | John Kåre Alsaker | -0/+28 | |
