aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AsyncAnalysis.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-3/+1
* Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-081-0/+2
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-5/+15
* Incorporate pull request feedbackJason Zaugg2014-03-271-1/+1
* Allow lazy vals without await in the initializerJason Zaugg2014-03-271-3/+2
* AsyncMacro.global is goneEugene Burmako2014-02-151-1/+1
* cleans up AsyncAnalysisEugene Burmako2014-02-151-1/+1
* abort => c.abortEugene Burmako2014-02-151-3/+3
* silences a warning in AsyncAnalysisEugene Burmako2014-02-121-1/+1
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Minimize the public APIJason Zaugg2013-11-071-5/+4
* Disallow await in pattern guards (for now)Jason Zaugg2013-07-251-0/+3
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+91