aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/AsyncId.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-2/+2
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-5/+5
* Avoid dead code warning with async(throw T)Jason Zaugg2015-07-291-1/+1
* cleans up FutureSystemEugene Burmako2014-02-151-8/+6
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Abstract over use of scala.util.TryJason Zaugg2013-11-131-2/+18
* Don't aggressively null out captured varsJason Zaugg2013-11-121-0/+3
* Minimize the public APIJason Zaugg2013-11-071-2/+0
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-0/+18
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-1/+1
* Support await in throws.Jason Zaugg2013-07-241-2/+4
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+64