aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/neg
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
* Rewrite the state machine to a class, rather than an object.Jason Zaugg2012-11-261-6/+6
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-11/+0
* add missing copyrightJason Zaugg2012-11-243-0/+12
* 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
* Cleanups and docs.Jason Zaugg2012-11-221-59/+0
* Preserve ValDef symbol.Jason Zaugg2012-11-211-1/+3
* Only transform if/match-s that contain an await.Jason Zaugg2012-11-212-2/+74
* Add negative tests for inlining blocks in ANF transformphaller2012-11-201-0/+57
* Fix merge conflicts and testsphaller2012-11-121-0/+8
|\
* | Reject local object definitionsphaller2012-11-091-0/+13
* | Add comment, and decode class namesphaller2012-11-091-0/+17
* | Make test names uniformphaller2012-11-091-4/+4
* | Reject local classes without crashingphaller2012-11-091-0/+83
|/
* Use @deprecated as a poor-man's @compileTimeOnlyJason Zaugg2012-11-063-23/+24
* Move test utils into a package object, rather than base class.Jason Zaugg2012-11-051-1/+1
* Expand build configuration.Jason Zaugg2012-11-051-1/+1
* Improve test infrastructureJason Zaugg2012-11-052-0/+36