aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal
Commit message (Expand)AuthorAgeFilesLines
...
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-224-7/+40
* Fix looping issue when computing last usages of fieldsPhilipp Haller2013-10-222-23/+20
* Liveness analysis to avoid memory retention issuesPhilipp Haller2013-10-224-18/+248
* More complete doc commentsPhilipp Haller2013-10-181-19/+33
* Simplify a generated CaseDef tree in resume methodPhilipp Haller2013-10-181-3/+2
* Minor clean-upsPhilipp Haller2013-10-182-9/+11
* Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-141-2/+6
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-235-12/+28
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-225-12/+28
* | Collection of clean-upsPhilipp Haller2013-08-145-39/+30
|/
* Don't set the body of If to the original type.Jason Zaugg2013-08-071-3/+3
* Remove unneeded special case in ANF transform.Jason Zaugg2013-08-071-2/+0
* Remove obsolete TODO comment.Jason Zaugg2013-08-071-2/+1
* Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-071-1/+1
* Disallow await in pattern guards (for now)Jason Zaugg2013-07-251-0/+3
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-252-7/+16
* Support await in Typed nodes.Jason Zaugg2013-07-241-0/+4
* Support await in throws.Jason Zaugg2013-07-242-2/+8
* Comply with range position checking.Jason Zaugg2013-07-114-13/+20
* Fix "BoxedUnit cannot be cast to String" error.Jason Zaugg2013-07-091-3/+3
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-0712-0/+1596