aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AsyncBase.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-1/+1
* Various fixes to late expansionJason Zaugg2016-01-191-2/+4
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-0/+5
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-2/+2
* AsyncMacro.global is goneEugene Burmako2014-02-151-4/+1
* compat => internalEugene Burmako2014-02-151-3/+2
* removes logic that branches on forInteractiveEugene Burmako2014-02-151-13/+4
* using compat._ to plug source compatibility breakagesEugene Burmako2014-02-151-2/+3
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Less hacky check for presentation compiler.Jason Zaugg2013-11-201-1/+1
* Return original macro application under presentation compiler.Jason Zaugg2013-11-201-7/+13
* Remove left-overs of CPS fallback logicPhilipp Haller2013-11-071-4/+2
* Minimize the public APIJason Zaugg2013-11-071-0/+5
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-1/+5
* Collection of clean-upsPhilipp Haller2013-08-141-0/+1
* Comply with range position checking.Jason Zaugg2013-07-111-2/+5
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+58