aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/TransformUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* 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