aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-0927-152/+152
* drop support for Scala 2.11 as of 0.10.0Seth Tisue2018-05-011-24/+2
* fixes for 2.13 compatibilitySeth Tisue2018-03-141-3/+3
* Remove use of scala.concurrent.forkjoinNthPortal2018-03-141-1/+1
* locate the classes directory reliablySeth Tisue2018-03-051-17/+9
* Remove uses of deprecated Future APIsNthPortal2018-02-2713-57/+66
* copyright 2018 LightbendSeth Tisue2018-02-0626-27/+27
* fix Scala version number handling for 2.13 community buildSeth Tisue2018-01-231-1/+1
* Workaround ill-scoped exist. skolem refs emited by patmatJason Zaugg2017-10-161-1/+1
* Merge pull request #178 from retronym/tyconJason Zaugg2017-10-131-24/+38
|\
| * Fix race condition in tests and make some tests actually runJason Zaugg2017-10-131-28/+37
| * Add diagnostic for intermittently failing testJason Zaugg2017-10-131-1/+6
* | Fix ANF transform for corner case in late transformsJason Zaugg2017-09-291-1/+1
|/
* Reduce logging overhead and minor cleanupsRory Graves2017-06-215-8/+8
* In tests use tmp dir working on all operating systemsMichał Pociecha2016-11-221-1/+1
* Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-081-1/+0
* Various fixes to late expansionJason Zaugg2016-01-192-15/+324
* Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-091-0/+20
* Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-222-0/+172
* Make nsc.Global based tests work under SBTJason Zaugg2015-07-301-17/+3
* Stop test compiler before code generationJason Zaugg2015-07-301-3/+3
* Avoid dead code warning with async(throw T)Jason Zaugg2015-07-291-0/+19
* Avoid dead code warnings in generated code.Jason Zaugg2015-07-292-3/+52
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-271-0/+42
* Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-071-0/+35
* Avoid masking real errors with NotImplemented awaiting Future[Nothing]Jason Zaugg2015-07-061-0/+26
* Fix compiler crash with value class in result positionJason Zaugg2015-07-061-0/+13
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-184-3/+65
|\
| * 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
* | Fix regression around await of non-class typeGene Novark2014-12-091-0/+15
* | Additional tests and comments around mkZero for value classesJason Zaugg2014-10-011-0/+24
* | Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-011-2/+51
|\|
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-291-0/+64
* | Test case for already-fixed NPE with value classesJason Zaugg2014-07-211-0/+14
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-07-213-0/+156
|\|
| * 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 TreeInterrogation.scala杨博 (Yang Bo)2014-04-161-1/+1
* | Incorporate pull request feedbackJason Zaugg2014-03-272-6/+1
* | Allow lazy vals without await in the initializerJason Zaugg2014-03-272-2/+36
* | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-121-0/+28
* | currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-154-14/+23
* | toolboxClasspath now works for snapshotsEugene Burmako2014-02-121-0/+2
|/