aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/neg/NakedAwait.scala
Commit message (Expand)AuthorAgeFilesLines
* Incorporate pull request feedbackJason Zaugg2014-03-271-1/+1
* [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-271-2/+2
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
* Disallow await in pattern guards (for now)Jason Zaugg2013-07-251-0/+10
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-14/+14
* Mark `await` as @compileTimeOnlyJason Zaugg2013-04-171-1/+1
* Prohibit lazy vals in async blocks.Jason Zaugg2012-12-101-0/+12
* Workaround non-idempotency of typing pattern matching anonymous functions.Jason Zaugg2012-12-101-0/+10
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-11/+0
* add missing copyrightJason Zaugg2012-11-241-0/+4
* Prohibit await in if condition (for now)Jason Zaugg2012-11-241-0/+11
* Prohibit return.Jason Zaugg2012-11-231-0/+12
* Explicitly prohibit await in nested methods.Jason Zaugg2012-11-231-0/+10
* Support await in a while loop.Jason Zaugg2012-11-231-16/+0
* Test for await in while (currently forbidden).Jason Zaugg2012-11-231-0/+16
* Forbid await in try/catch.Jason Zaugg2012-11-231-0/+30
* Support match as an expression.Jason Zaugg2012-11-221-2/+1
* Only transform if/match-s that contain an await.Jason Zaugg2012-11-211-0/+72
* Use @deprecated as a poor-man's @compileTimeOnlyJason Zaugg2012-11-061-0/+19