aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/TransformUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove modifiers of case class parametersphaller2012-11-261-1/+1
* Refactor some tree creation from Async to ExprBuilder.Jason Zaugg2012-11-241-1/+0
* More small refactorings.Jason Zaugg2012-11-241-0/+4
* Refactor name substitution out of ExprBuilder.Jason Zaugg2012-11-241-0/+13
* Favouring composition over inheritance.Jason Zaugg2012-11-241-7/+7
* add missing copyrightJason Zaugg2012-11-241-1/+1
* Centralize naming.Jason Zaugg2012-11-241-1/+25
* Explicitly prohibit await in nested methods.Jason Zaugg2012-11-231-0/+4
* Support await in a while loop.Jason Zaugg2012-11-231-0/+6
* Preserve positions and attachments.Jason Zaugg2012-11-231-0/+40
* Lookup await symbol in AsyncBase.Jason Zaugg2012-11-221-3/+3
* Support match as an expression.Jason Zaugg2012-11-221-0/+98
* Add TransformUtils class for shared utilitiesphaller2012-11-161-0/+22