aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AnfTransform.scala
Commit message (Expand)AuthorAgeFilesLines
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Add missing recursion to branchWithAssignJason Zaugg2017-10-161-1/+1
* Fix ANF transform for corner case in late transformsJason Zaugg2017-09-291-16/+20
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-2/+4
* Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-081-3/+3
* Various fixes to late expansionJason Zaugg2016-01-191-40/+105
* Small cleanups after code reviewJason Zaugg2015-09-231-3/+11
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-11/+62
* Merge pull request #122 from retronym/ticket/120v0.9.5_2.11Jason Zaugg2015-07-271-2/+7
|\
| * Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-2/+7
* | Avoid leaking untyped trees out of macroJason Zaugg2015-07-271-1/+1
|/
* Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-071-1/+11
* Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-011-6/+5
|\
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-6/+5
* | Refactoring in ANFTransformJason Zaugg2014-04-051-15/+2
* | Update to Scala 2.11.0-RC4, adapting to change in quasiquotesJason Zaugg2014-04-051-2/+1
* | AsyncMacro.global is goneEugene Burmako2014-02-151-8/+8
* | migrates SelectiveAnfTransform to typingTransformEugene Burmako2014-02-151-233/+227
* | gets rid of home-grown changeOwnerEugene Burmako2014-02-151-3/+3
* | cleans up AnfTransformEugene Burmako2014-02-151-3/+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