aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid zero-ing out dead fields of primitive value class typePhilipp Haller2013-10-221-10/+122
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-0/+40
* Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-141-0/+14
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-222-1/+65
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-1517-51/+0
* Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-071-0/+14
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-251-0/+17
* Test case for await in an Assign node.Jason Zaugg2013-07-241-0/+11
* Support await in Typed nodes.Jason Zaugg2013-07-241-0/+8
* Support await in throws.Jason Zaugg2013-07-241-0/+10