aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/neg/NakedAwait.scala
Commit message (Expand)AuthorAgeFilesLines
* 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