aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-0922-131/+131
* drop support for Scala 2.11 as of 0.10.0Seth Tisue2018-05-011-24/+2
* fixes for 2.13 compatibilitySeth Tisue2018-03-141-3/+3
* Remove use of scala.concurrent.forkjoinNthPortal2018-03-141-1/+1
* Remove uses of deprecated Future APIsNthPortal2018-02-2713-57/+66
* copyright 2018 LightbendSeth Tisue2018-02-0620-21/+21
* Workaround ill-scoped exist. skolem refs emited by patmatJason Zaugg2017-10-161-1/+1
* Merge pull request #178 from retronym/tyconJason Zaugg2017-10-131-24/+38
|\
| * Fix race condition in tests and make some tests actually runJason Zaugg2017-10-131-28/+37
| * Add diagnostic for intermittently failing testJason Zaugg2017-10-131-1/+6
* | Fix ANF transform for corner case in late transformsJason Zaugg2017-09-291-1/+1
|/
* Reduce logging overhead and minor cleanupsRory Graves2017-06-214-6/+6
* In tests use tmp dir working on all operating systemsMichaƂ Pociecha2016-11-221-1/+1
* Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-081-1/+0
* Various fixes to late expansionJason Zaugg2016-01-191-14/+323
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-0/+20
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-0/+170
* Stop test compiler before code generationJason Zaugg2015-07-301-3/+3
* Avoid dead code warning with async(throw T)Jason Zaugg2015-07-291-0/+19
* Avoid dead code warnings in generated code.Jason Zaugg2015-07-291-3/+26
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+42
* Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-071-0/+35
* Avoid masking real errors with NotImplemented awaiting Future[Nothing]Jason Zaugg2015-07-061-0/+26
* Fix compiler crash with value class in result positionJason Zaugg2015-07-061-0/+13
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-183-1/+63
|\
| * Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-162-1/+28
| * Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-152-0/+35
* | Fix regression around await of non-class typeGene Novark2014-12-091-0/+15
* | Additional tests and comments around mkZero for value classesJason Zaugg2014-10-011-0/+24
* | Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-011-2/+51
|\|
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-0/+64
* | Test case for already-fixed NPE with value classesJason Zaugg2014-07-211-0/+14
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-07-213-0/+156
|\|
| * Merge pull request #80 from retronym/ticket/79Jason Zaugg2014-07-211-0/+63
| |\
| | * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-181-0/+63
| * | Merge pull request #82 from retronym/topic/live-variable-speedupPhilipp Haller2014-07-181-0/+77
| |\ \
| | * | Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-0/+77
| | |/
| * / Avoid NotImplementedError awaiting a Future[Nothing]Jason Zaugg2014-06-141-0/+16
| |/
| * Incorporate pull request feedbackJason Zaugg2014-03-271-5/+0
| * [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-271-0/+34
| * [backport] Test case for "not a class" crasher in live variableJason Zaugg2014-03-121-0/+28
* | Incorporate pull request feedbackJason Zaugg2014-03-271-5/+0
* | Allow lazy vals without await in the initializerJason Zaugg2014-03-271-0/+34
* | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-121-0/+28
* | currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-152-12/+12
|/
* Update copyright years.Jason Zaugg2014-01-1416-17/+17
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-0/+40
* Fix crasher in icode due to symbol mismatches in lifted methodsJason Zaugg2013-11-141-0/+50
* Don't aggressively null out captured varsJason Zaugg2013-11-121-3/+117
* Minimize the public APIJason Zaugg2013-11-071-46/+0