aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|/