aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/TreeInterrogation.scala
Commit message (Expand)AuthorAgeFilesLines
* Allow await in applications with multiple argument listsJason Zaugg2013-04-111-10/+7
* Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-101-1/+3
* Temporarily comment out tests that are failing under 2.10.1.Jason Zaugg2013-04-101-8/+9
* Workaround non-idempotency of typing pattern matching anonymous functions.Jason Zaugg2012-12-101-11/+9
* No need to extract vals for inlinable args.Jason Zaugg2012-11-271-11/+9
* Lookup log level dynamically from system property.Jason Zaugg2012-11-271-17/+17
* Show that indirectly nested defs aren't lifted.Jason Zaugg2012-11-261-1/+16
* Rewrite the state machine to a class, rather than an object.Jason Zaugg2012-11-261-2/+12
* Preserve outer This() refs through resetAttrs.Jason Zaugg2012-11-261-9/+1
* Synthesize an object implementing Function#apply and resume()Jason Zaugg2012-11-261-2/+11
* Lift local defs and functions.Jason Zaugg2012-11-261-3/+1
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-21/+23
* Extract vals for all names bound in a pattern.Jason Zaugg2012-11-261-28/+24
* add missing copyrightJason Zaugg2012-11-241-0/+4
* Prohibit await in if condition (for now)Jason Zaugg2012-11-241-14/+17
* Explicitly prohibit await in nested methods.Jason Zaugg2012-11-231-2/+1
* Enable debug logging with a system property.Jason Zaugg2012-11-231-4/+5
* Support await in a while loop.Jason Zaugg2012-11-231-12/+17
* Test for await in while (currently forbidden).Jason Zaugg2012-11-231-0/+21
* Fix #31, Unfinished ANF transformJason Zaugg2012-11-231-1/+1
* Ensure unique names for definitions in the async block.Jason Zaugg2012-11-231-1/+1
* Support match as an expression.Jason Zaugg2012-11-221-2/+2
* Minimize lifting of vars.Jason Zaugg2012-11-221-2/+1
* Fix merge conflicts and testsphaller2012-11-121-1/+1
* Add a test to interrogate the expanded tree.Jason Zaugg2012-11-111-0/+38