aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse0
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jason Zaugg2014-01-142-2/+2
* 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-152-6/+0
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-072-1/+3
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-0/+8
* add missing copyrightJason Zaugg2012-11-242-1/+5
* 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
* Remove sleeps from the tests.Jason Zaugg2012-11-091-1/+0
* Move test utils into a package object, rather than base class.Jason Zaugg2012-11-051-1/+1
* Expand build configuration.Jason Zaugg2012-11-051-1/+1
* Improve test infrastructureJason Zaugg2012-11-051-0/+51