aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Update to Scala 2.10.4Jason Zaugg2014-03-211-1/+1
| * 0.9.0-SNAPSHOTJason Zaugg2014-03-122-2/+2
| * 0.9.0-M6v0.9.0-M6_2.10Jason Zaugg2014-03-121-1/+1
| * [backport] Test case for "not a class" crasher in live variableJason Zaugg2014-03-121-0/+28
| * Fix substitution in release script messageJason Zaugg2014-03-101-2/+2
| * Update release script for _2.10 tagging conventionJason Zaugg2014-03-101-2/+2
| * Update version in READMEJason Zaugg2014-03-101-1/+1
| * 0.9.0-SNAPSHOTJason Zaugg2014-03-101-1/+1
| * 0.9.0-M5v0.9.0-M5_2.10Jason Zaugg2014-03-101-1/+1
| * only build 2.10.x on this branchJason Zaugg2014-03-101-6/+0
* | Merge pull request #67 from retronym/ticket/52-lazy-valPhilipp Haller2014-03-274-7/+42
|\ \
| * | Incorporate pull request feedbackJason Zaugg2014-03-274-8/+3
| * | Allow lazy vals without await in the initializerJason Zaugg2014-03-274-8/+48
|/ /
* | 0.9.1-SNAPSHOTJason Zaugg2014-03-211-1/+1
* | 0.9.0v0.9.0_2.11Jason Zaugg2014-03-212-2/+2
* | Scala 2.11.0-RC3Jason Zaugg2014-03-211-1/+1
* | 0.9.0-SNAPSHOTJason Zaugg2014-03-121-1/+1
* | 0.9.0-M6v0.9.0-M6_2.11Jason Zaugg2014-03-122-2/+2
* | Merge pull request #64 from retronym/ticket/63Jason Zaugg2014-03-122-1/+30
|\ \
| * | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-122-1/+30
|/ /
* | 0.9.0-SNAPSHOTJason Zaugg2014-03-102-2/+2
* | Fix substituion in release scriptJason Zaugg2014-03-101-2/+2
* | 0.9.0-M5v0.9.0-M5_2.11Jason Zaugg2014-03-101-1/+1
* | Update release script, only 2.11 version publised from this branchJason Zaugg2014-03-101-8/+2
* | Update to Scala 2.11.0-RC1Jason Zaugg2014-03-101-1/+1
* | Merge pull request #62 from retronym/topic/2.11.xJason Zaugg2014-02-2119-478/+427
|\ \ | |/ |/|
| * Finalize the move to Scala 2.11.xJason Zaugg2014-02-214-14/+8
| * 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
| * abort => c.abortEugene Burmako2014-02-153-7/+4
| * injects context into AsyncBaseEugene Burmako2014-02-151-3/+5
| * compat => internalEugene Burmako2014-02-151-3/+2
| * removes logic that branches on forInteractiveEugene Burmako2014-02-152-30/+4