aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/anf/AnfTransformSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-29/+29
* 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-3/+3
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+42
* currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-151-1/+1
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+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
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-19/+16
* An overdue overhaul of macro internals.Jason Zaugg2013-07-031-1/+1
* Allow await in applications with multiple argument listsJason Zaugg2013-04-111-18/+58
* Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-101-18/+17
* Temporarily comment out tests that are failing under 2.10.1.Jason Zaugg2013-04-101-17/+18
* Fix ANF transform involving `xs: _*` trees.Jason Zaugg2012-11-271-0/+22
* Test cases for named and default args.Jason Zaugg2012-11-271-1/+35
* Disallow await in non-primary param sections.Jason Zaugg2012-11-271-2/+30
* Fix semantics of by-name applicationJason Zaugg2012-11-271-0/+22
* Preserve outer This() refs through resetAttrs.Jason Zaugg2012-11-261-2/+2
* add missing copyrightJason Zaugg2012-11-241-1/+1
* Fix #31, Unfinished ANF transformJason Zaugg2012-11-231-0/+33
* Ensure unique names for definitions in the async block.Jason Zaugg2012-11-231-31/+32
* Support match as an expression.Jason Zaugg2012-11-221-23/+51
* Cleanups and docs.Jason Zaugg2012-11-221-0/+32
* Generate cleaner code for Unit-typed if-else expressionsphaller2012-11-161-0/+20
* Add selective ANF transformphaller2012-11-161-0/+94