about summary refs log tree commit diff
path: root/src/test/run-pass/generator
AgeCommit message (Expand)AuthorLines
2017-08-11Fix xcrate generator testAlex Crichton-1/+1
2017-08-09Add a failing xcrate generator testAlex Crichton-5/+18
2017-08-09Initial pass review commentsAlex Crichton-2/+57
2017-07-28Fix testsJohn Kåre Alsaker-23/+23
2017-07-28Convert to spacesJohn Kåre Alsaker-4/+4
2017-07-28Remove support for `gen arg`Alex Crichton-71/+25
2017-07-28Fix a bug with yielding subtypes of the yield type.John Kåre Alsaker-0/+23
2017-07-28Add a test case for conditional dropAlex Crichton-0/+65
2017-07-28Fix testsJohn Kåre Alsaker-11/+16
2017-07-28Use FIXME instead of TODOJohn Kåre Alsaker-1/+1
2017-07-28Ensure upvars are dropped when generators have never been resumedJohn Kåre Alsaker-4/+2
2017-07-28Make yield and gen arg outside generator literals an error and update testsJohn Kåre Alsaker-5/+6
2017-07-28Add some generator pass/fail testsAlex Crichton-0/+442
2017-07-28Fix testsAlex Crichton-4/+7
2017-07-28Added some testsJohn Kåre Alsaker-0/+33
2017-07-28Fix tidy warningsAlex Crichton-10/+10
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+44