aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AnfTransform.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-071-1/+11
* Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-6/+5
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-1/+8
* Scala 2.11 compatibilityJason Zaugg2013-11-071-1/+15
* 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-231-3/+3
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-3/+3
* | Collection of clean-upsPhilipp Haller2013-08-141-14/+5
|/
* 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
* Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-071-1/+1
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-251-6/+15
* Support await in Typed nodes.Jason Zaugg2013-07-241-0/+4
* Support await in throws.Jason Zaugg2013-07-241-0/+4
* Comply with range position checking.Jason Zaugg2013-07-111-4/+4
* Fix "BoxedUnit cannot be cast to String" error.Jason Zaugg2013-07-091-3/+3
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+253