aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/TreeInterrogation.scala
Commit message (Expand)AuthorAgeFilesLines
* Explicitly prohibit await in nested methods.Jason Zaugg2012-11-231-2/+1
* Enable debug logging with a system property.Jason Zaugg2012-11-231-4/+5
* Support await in a while loop.Jason Zaugg2012-11-231-12/+17
* Test for await in while (currently forbidden).Jason Zaugg2012-11-231-0/+21
* Fix #31, Unfinished ANF transformJason Zaugg2012-11-231-1/+1
* Ensure unique names for definitions in the async block.Jason Zaugg2012-11-231-1/+1
* Support match as an expression.Jason Zaugg2012-11-221-2/+2
* Minimize lifting of vars.Jason Zaugg2012-11-221-2/+1
* Fix merge conflicts and testsphaller2012-11-121-1/+1
* Add a test to interrogate the expanded tree.Jason Zaugg2012-11-111-0/+38