aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AsyncTransform.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous method in generated code.Jason Zaugg2014-12-151-7/+2
* Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-151-17/+7
* Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-1/+1
* Fix regression around type skolems and if exprs.Jason Zaugg2014-07-181-3/+6
* Incorporate pull request feedbackJason Zaugg2014-03-271-1/+1
* [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-271-3/+7
* Unhardcode use of scala.util.TryJason Zaugg2014-01-281-1/+2
* Abstract over use of scala.util.TryJason Zaugg2013-11-131-1/+1
* Add a hook for post-ANF transformationJason Zaugg2013-11-131-1/+3
* Remove left-overs of CPS fallback logicPhilipp Haller2013-11-071-1/+1
* Remove scala.async.StateMachineJason Zaugg2013-11-071-5/+8
* Minimize the public APIJason Zaugg2013-11-071-1/+1
* Avoid zero-ing out dead fields of primitive value class typePhilipp Haller2013-10-221-3/+2
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-1/+9
* Fix looping issue when computing last usages of fieldsPhilipp Haller2013-10-221-7/+3
* Liveness analysis to avoid memory retention issuesPhilipp Haller2013-10-221-9/+39
* Minor clean-upsPhilipp Haller2013-10-181-2/+2
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-3/+8
* Comply with range position checking.Jason Zaugg2013-07-111-7/+8
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+176