aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/AsyncAnalysis.scala
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the state machine to a class, rather than an object.Jason Zaugg2012-11-261-1/+2
* Lift local defs and functions.Jason Zaugg2012-11-261-6/+33
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-3/+0
* Extract vals for all names bound in a pattern.Jason Zaugg2012-11-261-13/+16
* Simplify attachCopy in TransformUtilsphaller2012-11-261-2/+2
* Remove modifiers of case class parametersphaller2012-11-261-1/+1
* Favouring composition over inheritance.Jason Zaugg2012-11-241-3/+6
* add missing copyrightJason Zaugg2012-11-241-0/+4
* Prohibit await in if condition (for now)Jason Zaugg2012-11-241-0/+4
* Prohibit return.Jason Zaugg2012-11-231-0/+2
* Explicitly prohibit await in nested methods.Jason Zaugg2012-11-231-0/+4
* Support await in a while loop.Jason Zaugg2012-11-231-0/+2
* Test for await in while (currently forbidden).Jason Zaugg2012-11-231-2/+2
* Forbid await in try/catch.Jason Zaugg2012-11-231-0/+10
* Tightenen up modifiers and other refactoring.Jason Zaugg2012-11-231-1/+1
* Convert null check to an assert.Jason Zaugg2012-11-231-5/+4
* Ensure unique names for definitions in the async block.Jason Zaugg2012-11-231-4/+14
* Refactor the analyzers to a seprarate file.Jason Zaugg2012-11-221-0/+110