summary refs log tree commit diff
path: root/src/libcore/ops/generator.rs
AgeCommit message (Expand)AuthorLines
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-4/+8
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-2/+2
2017-07-28Fix more tests with `GeneratorState` renameAlex Crichton-8/+8
2017-07-28Rename State to GeneratorStateJohn Kåre Alsaker-3/+3
2017-07-28Derive traits for State.John Kåre Alsaker-1/+1
2017-07-28Remove support for `gen arg`Alex Crichton-8/+8
2017-07-28Add documentation for generatorsAlex Crichton-4/+88
2017-07-28std: Add forwarding impls of `Generator` traitAlex Crichton-4/+13
2017-07-28Fix tidy warningsAlex Crichton-1/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+38