aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse0/WhileSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-141-0/+14
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-1/+2
* add missing copyrightJason Zaugg2012-11-241-0/+4
* Prohibit await in if condition (for now)Jason Zaugg2012-11-241-0/+20
* Support await in a while loop.Jason Zaugg2012-11-231-0/+43