aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse0/WhileSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-7/+7
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-0/+40
* 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