aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/Async.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Use a var rather than a lazy val to break a cycle.Jason Zaugg2012-11-111-4/+4
* Refer to an relevant bug in the comments.Jason Zaugg2012-11-111-1/+1
* Collapse all the onComplete handlers into a single function.Jason Zaugg2012-11-111-7/+46
* Synthezise a match directly.Jason Zaugg2012-11-111-8/+3
* Shuffle a bit more code around.Jason Zaugg2012-11-111-4/+2
* Synthesize a Function1, rather than a PartialFunction.Jason Zaugg2012-11-111-9/+2
* Minor refactoringsJason Zaugg2012-11-111-2/+2
* Synthesize a single PartialFunction rather than two and an orElse call.Jason Zaugg2012-11-101-20/+9
* Avoid hygiene problems by suffixing result/result/state.Jason Zaugg2012-11-091-4/+10
* Doc fix.Jason Zaugg2012-11-091-2/+3
* Further cleanup in AST generationJason Zaugg2012-11-091-10/+12
* Abstract over the future implementation.Jason Zaugg2012-11-091-102/+111
* Use @deprecated as a poor-man's @compileTimeOnlyJason Zaugg2012-11-061-2/+3
* Small cleanups in the tree crafting.Jason Zaugg2012-11-051-1/+2
* A minimal SBT build.Jason Zaugg2012-11-051-0/+135