aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/anf/AnfTransformSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* 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