aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/neg
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-093-19/+19
* copyright 2018 LightbendSeth Tisue2018-02-063-3/+3
* Incorporate pull request feedbackJason Zaugg2014-03-271-1/+1
* Allow lazy vals without await in the initializerJason Zaugg2014-03-271-2/+2
* Update copyright years.Jason Zaugg2014-01-143-3/+3
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-153-9/+0
* Disallow await in pattern guards (for now)Jason Zaugg2013-07-251-0/+10
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-072-15/+16
* An overdue overhaul of macro internals.Jason Zaugg2013-07-031-106/+17
* 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