aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/TransformUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+2
* Fix compiler crash with value class in result positionJason Zaugg2015-07-061-2/+3
* Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-151-4/+1
* Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-0/+13
* Fix regression around type skolems and if exprs.Jason Zaugg2014-07-181-1/+1
* Unhardcode use of scala.util.TryJason Zaugg2014-01-281-4/+0
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-221-0/+13
* Fix a NPE in the presentation compilerJason Zaugg2013-11-201-0/+1
* Don't aggressively null out captured varsJason Zaugg2013-11-121-1/+1
* Minimize the public APIJason Zaugg2013-11-071-2/+1
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-1/+12
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-251-1/+1
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+251