aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/match0
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of deprecated Future APIsNthPortal2018-02-271-2/+2
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-1/+1
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
* Fix "BoxedUnit cannot be cast to String" error.Jason Zaugg2013-07-091-0/+21
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+1
* Fix another interation with existentials and a name clash.Jason Zaugg2013-07-071-0/+13
* Remove unreachable code in pattern matching testphaller2012-12-201-1/+0
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-0/+12
* Extract vals for all names bound in a pattern.Jason Zaugg2012-11-261-0/+31
* add missing copyrightJason Zaugg2012-11-241-1/+1
* Remove sleeps from the tests.Jason Zaugg2012-11-091-1/+0
* Support await inside match expressionsphaller2012-11-061-0/+73