summary refs log tree commit diff
path: root/src/test/run-pass/generator
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+6
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-09-20address review commentsAriel Ben-Yehuda-0/+30
2017-09-20Mark yields after visiting subexpressions. Never ignore yields for scopes in ...John Kåre Alsaker-21/+0
2017-09-20Only consider yields coming after the expressions when computing generator in...John Kåre Alsaker-0/+62
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+30
2017-08-30rustc: Fix reachability with cross-crate generatorsAlex Crichton-0/+45
2017-08-27Ignore a threaded test on emscriptenAlex Crichton-0/+1
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