aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AsyncMacro.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-2/+2
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-2/+2
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-1/+6
* AsyncMacro.global is goneEugene Burmako2014-02-151-12/+6
* AsyncMacro.macroApplication is goneEugene Burmako2014-02-151-4/+2
* callSiteTyper and TypingTransformers are goneEugene Burmako2014-02-151-4/+1
* cleans up FutureSystemEugene Burmako2014-02-151-2/+2
* injects context into AsyncBaseEugene Burmako2014-02-151-3/+5
* removes logic that branches on forInteractiveEugene Burmako2014-02-151-17/+0
* Update TODO comment about pres. compiler friendliness.Jason Zaugg2014-01-141-1/+1
* Another take at the 2.10/2.11 spanning suppressMacroAttachmentJason Zaugg2013-11-201-6/+5
* Return original macro application under presentation compiler.Jason Zaugg2013-11-201-0/+17
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-5/+8
* Liveness analysis to avoid memory retention issuesPhilipp Haller2013-10-221-1/+1
* Collection of clean-upsPhilipp Haller2013-08-141-2/+2
* Comply with range position checking.Jason Zaugg2013-07-111-0/+3
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+29