aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #122 from retronym/ticket/120v0.9.5_2.11Jason Zaugg2015-07-273-2/+50
|\
| * Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-273-2/+50
* | Avoid leaking untyped trees out of macroJason Zaugg2015-07-271-1/+1
|/
* Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-072-1/+46
* Avoid masking real errors with NotImplemented awaiting Future[Nothing]Jason Zaugg2015-07-062-1/+27
* Fix compiler crash with value class in result positionJason Zaugg2015-07-062-2/+14
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-189-88/+166
|\
| * Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-164-35/+85
| * Remove extraneous method in generated code.Jason Zaugg2014-12-151-7/+2
| * Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-157-54/+87
* | Fix regression around await of non-class typeGene Novark2014-12-092-4/+20
* | Additional tests and comments around mkZero for value classesJason Zaugg2014-10-012-1/+35
* | Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-014-9/+73
|\|
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-294-7/+83
* | 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-217-34/+211
|\|
| * Merge pull request #80 from retronym/ticket/79Jason Zaugg2014-07-213-4/+70
| |\
| | * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-183-4/+70
| * | Merge pull request #82 from retronym/topic/live-variable-speedupPhilipp Haller2014-07-182-28/+120
| |\ \
| | * | Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-152-28/+120
| | |/
| * / Avoid NotImplementedError awaiting a Future[Nothing]Jason Zaugg2014-06-142-2/+17
| |/
| * Incorporate pull request feedbackJason Zaugg2014-03-274-8/+3
| * [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-274-8/+45
| * [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
* | Refactoring in ANFTransformJason Zaugg2014-04-051-15/+2
* | Update to Scala 2.11.0-RC4, adapting to change in quasiquotesJason Zaugg2014-04-052-2/+69
* | Incorporate pull request feedbackJason Zaugg2014-03-274-8/+3
* | Allow lazy vals without await in the initializerJason Zaugg2014-03-274-8/+48
* | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-122-1/+30
* | Finalize the move to Scala 2.11.xJason Zaugg2014-02-211-1/+1
* | AsyncMacro.global is goneEugene Burmako2014-02-159-53/+76
* | AsyncMacro.macroApplication is goneEugene Burmako2014-02-153-6/+4
* | callSiteTyper and TypingTransformers are goneEugene Burmako2014-02-152-13/+1
* | migrates SelectiveAnfTransform to typingTransformEugene Burmako2014-02-151-233/+227
* | oh God, in-place typechecking!!!Eugene Burmako2014-02-151-1/+1
* | migrates UseFields to typingTransformEugene Burmako2014-02-151-26/+20
* | migrates transformAt to typingTransformEugene Burmako2014-02-152-17/+13
* | replaces mkAttributedCastEugene Burmako2014-02-151-2/+3
* | gets rid of home-grown changeOwnerEugene Burmako2014-02-153-29/+11
* | cleans up AnfTransformEugene Burmako2014-02-151-3/+5
* | cleans up AsyncAnalysisEugene Burmako2014-02-151-1/+1
* | cleans up AsyncTransformEugene Burmako2014-02-151-2/+2
* | cleans up ExprBuilderEugene Burmako2014-02-151-1/+1
* | cleans up FutureSystemEugene Burmako2014-02-154-23/+18
* | cleans up LifterEugene Burmako2014-02-151-2/+2
* | cleans up LiveVariablesEugene Burmako2014-02-151-3/+2
* | eliminates all usages of global in TransformUtilsEugene Burmako2014-02-151-2/+3
* | removes "import global._" and "def Expr" in TransformUtilsEugene Burmako2014-02-153-16/+14
* | currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-155-16/+25