summary refs log tree commit diff
path: root/src/test/run-pass/generator/iterator-count.rs
AgeCommit message (Expand)AuthorLines
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-1/+3
2017-07-28Fix testsJohn Kåre Alsaker-3/+3
2017-07-28Remove support for `gen arg`Alex Crichton-1/+1
2017-07-28Fix testsJohn Kåre Alsaker-1/+1
2017-07-28Make yield and gen arg outside generator literals an error and update testsJohn Kåre Alsaker-5/+6
2017-07-28Fix testsAlex Crichton-4/+7
2017-07-28Fix tidy warningsAlex Crichton-10/+10
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+44