aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/TransformUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-7/+7
* drop support for Scala 2.11 as of 0.10.0Seth Tisue2018-05-011-10/+7
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Avoid NPE with import treesJason Zaugg2017-11-271-1/+1
* Workaround ill-scoped exist. skolem refs emited by patmatJason Zaugg2017-10-161-0/+40
* Fix ANF transform for corner case in late transformsJason Zaugg2017-09-291-0/+21
* Allow result field name to be externally specifiedJason Zaugg2017-09-271-2/+2
* Support future systems that perform external failure handlingJason Zaugg2017-09-271-0/+2
* Allow future system to enable more name fresheningJason Zaugg2017-09-271-13/+30
* Merge pull request #160 from retronym/topic/2.12Jason Zaugg2016-09-081-0/+8
|\
| * Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-081-0/+8
* | Rework extension point for checking for already-completed futuresJason Zaugg2016-03-031-0/+1
|/
* Various fixes to late expansionJason Zaugg2016-01-191-3/+9
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-6/+16
* Small cleanups after code reviewJason Zaugg2015-09-231-8/+27
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-2/+124
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+1
* Fix compiler crash with value class in result positionJason Zaugg2015-07-061-2/+1
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-181-4/+1
|\
| * Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-151-4/+1
* | Fix regression around await of non-class typeGene Novark2014-12-091-4/+5
* | Additional tests and comments around mkZero for value classesJason Zaugg2014-10-011-1/+11
* | Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-011-0/+16
|\|
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-0/+13
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-07-211-1/+7
|\|
| * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-181-1/+1
* | Update to Scala 2.11.0-RC4, adapting to change in quasiquotesJason Zaugg2014-04-051-0/+68
* | AsyncMacro.global is goneEugene Burmako2014-02-151-9/+38
* | AsyncMacro.macroApplication is goneEugene Burmako2014-02-151-1/+1
* | callSiteTyper and TypingTransformers are goneEugene Burmako2014-02-151-9/+0
* | migrates transformAt to typingTransformEugene Burmako2014-02-151-9/+5
* | replaces mkAttributedCastEugene Burmako2014-02-151-2/+3
* | gets rid of home-grown changeOwnerEugene Burmako2014-02-151-18/+1
* | eliminates all usages of global in TransformUtilsEugene Burmako2014-02-151-2/+3
* | removes "import global._" and "def Expr" in TransformUtilsEugene Burmako2014-02-151-4/+2
* | currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-151-2/+2
* | abort => c.abortEugene Burmako2014-02-151-3/+0
|/
* Unhardcode use of scala.util.TryJason Zaugg2014-01-281-4/+0
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-0/+13
* Fix a NPE in the presentation compilerJason Zaugg2013-11-201-0/+1
* Don't aggressively null out captured varsJason Zaugg2013-11-121-1/+1
* Minimize the public APIJason Zaugg2013-11-071-2/+1
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-1/+12
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-251-1/+1
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+251