aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+42
* Merge pull request #115 from retronym/backport/74v0.9.4_2.10Jason Zaugg2015-07-071-0/+35
|\
| * Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-071-0/+35
* | [backport] Avoid masking real errors with NotImplemented awaiting Future[Noth...Jason Zaugg2015-07-061-0/+26
* | Fix compiler crash with value class in result positionJason Zaugg2015-07-061-0/+13
|/
* Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-162-1/+28
* Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-153-2/+37
* Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-0/+64
* Merge pull request #80 from retronym/ticket/79Jason Zaugg2014-07-211-0/+63
|\
| * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-181-0/+63
* | Merge pull request #82 from retronym/topic/live-variable-speedupPhilipp Haller2014-07-181-0/+77
|\ \
| * | Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-0/+77
| |/
* / Avoid NotImplementedError awaiting a Future[Nothing]Jason Zaugg2014-06-141-0/+16
|/
* Incorporate pull request feedbackJason Zaugg2014-03-272-6/+1
* [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-272-2/+36
* [backport] Test case for "not a class" crasher in live variableJason Zaugg2014-03-121-0/+28
* Update copyright years.Jason Zaugg2014-01-1422-23/+23
* Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-222-31/+46
* Fix crasher in icode due to symbol mismatches in lifted methodsJason Zaugg2013-11-141-0/+50
* Don't aggressively null out captured varsJason Zaugg2013-11-122-7/+151
* Minimize the public APIJason Zaugg2013-11-071-46/+0
* Scala 2.11 compatibilityJason Zaugg2013-11-071-0/+2
* Avoid zero-ing out dead fields of primitive value class typePhilipp Haller2013-10-221-10/+122
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-221-0/+40
* Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-141-0/+14
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-2322-64/+65
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-222-1/+65
| * Remove @RunWith annotations from test cases.Jason Zaugg2013-08-1521-63/+0
* | Collection of clean-upsPhilipp Haller2013-08-141-1/+0
|/
* Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-071-0/+14
* Disallow await in pattern guards (for now)Jason Zaugg2013-07-251-0/+10
* Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-252-6/+21
* Test case for await in an Assign node.Jason Zaugg2013-07-241-0/+11
* Support await in Typed nodes.Jason Zaugg2013-07-241-0/+8
* Support await in throws.Jason Zaugg2013-07-241-0/+10
* Fix "BoxedUnit cannot be cast to String" error.Jason Zaugg2013-07-091-0/+21
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-0711-41/+47
* Fix another interation with existentials and a name clash.Jason Zaugg2013-07-073-2/+46
* An overdue overhaul of macro internals.Jason Zaugg2013-07-035-110/+115
* Avoid hardcoded "2.10" in tests.Jason Zaugg2013-07-022-4/+19
* Mark `await` as @compileTimeOnlyJason Zaugg2013-04-171-1/+1
* Merge pull request #9 from retronym/ticket/4-multi-paramPhilipp Haller2013-04-172-28/+65
|\
| * Allow await in applications with multiple argument listsJason Zaugg2013-04-112-28/+65
* | Remove CPS dependency from default async implementationPhilipp Haller2013-04-121-0/+49
|/
* Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-101-18/+17
* Scala 2.10.1 compat: account for change in PartialFunction synthesis.Jason Zaugg2013-04-101-21/+19
* Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-102-19/+20
* Temporarily comment out tests that are failing under 2.10.1.Jason Zaugg2013-04-104-61/+66
* Address lint warnings.Jason Zaugg2013-04-101-2/+2
* Remove unreachable code in pattern matching testphaller2012-12-201-1/+0