| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -134/+0 | |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -29/+2 | |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -4/+31 | |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -14/+23 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -1/+1 | |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable ↵ | John Kåre Alsaker | -4/+8 | |
| generators. Fixes #47787 | ||||
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -2/+2 | |
| This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies | ||||
| 2017-07-28 | Fix more tests with `GeneratorState` rename | Alex Crichton | -8/+8 | |
| 2017-07-28 | Rename State to GeneratorState | John Kåre Alsaker | -3/+3 | |
| 2017-07-28 | Derive traits for State. | John Kåre Alsaker | -1/+1 | |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -8/+8 | |
| 2017-07-28 | Add documentation for generators | Alex Crichton | -4/+88 | |
| 2017-07-28 | std: Add forwarding impls of `Generator` trait | Alex Crichton | -4/+13 | |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -1/+1 | |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+38 | |
