aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/AnfTransform.scala
Commit message (Expand)AuthorAgeFilesLines
* Ensure unique names for definitions in the async block.Jason Zaugg2012-11-231-2/+59
* Minor refactoring in ANF transform.Jason Zaugg2012-11-221-31/+27
* Add TODO comment.Jason Zaugg2012-11-221-1/+1
* Make the ANF transform more selective.Jason Zaugg2012-11-221-57/+52
* Refactor the analyzers to a seprarate file.Jason Zaugg2012-11-221-0/+1
* Comment.Jason Zaugg2012-11-221-0/+2
* Support match as an expression.Jason Zaugg2012-11-221-11/+43
* Preserve ValDef symbol.Jason Zaugg2012-11-211-1/+1
* Slight simplification of in-flight type checking.Jason Zaugg2012-11-211-2/+1
* Generate cleaner code for Unit-typed if-else expressionsphaller2012-11-161-13/+19
* Add TransformUtils class for shared utilitiesphaller2012-11-161-11/+1
* Clean up and improve debug/error outputphaller2012-11-161-4/+2
* Add selective ANF transformphaller2012-11-161-0/+108