aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/TreeInterrogation.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-1/+1
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-2/+2
* Various fixes to late expansionJason Zaugg2016-01-191-1/+1
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-221-0/+2
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-181-2/+2
|\
| * Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-151-2/+2
* | Update TreeInterrogation.scala杨博 (Yang Bo)2014-04-161-1/+1
* | currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-151-2/+2
|/
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-31/+6
* Don't aggressively null out captured varsJason Zaugg2013-11-121-4/+34
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-231-3/+0
|\
| * Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
* | Collection of clean-upsPhilipp Haller2013-08-141-1/+0
|/
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-251-6/+4
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-2/+3
* Fix another interation with existentials and a name clash.Jason Zaugg2013-07-071-2/+1
* An overdue overhaul of macro internals.Jason Zaugg2013-07-031-3/+3
* Avoid hardcoded "2.10" in tests.Jason Zaugg2013-07-021-3/+3
* 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