aboutsummaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/86-mkZero' into merge/2.10.x-to-master-20140930Jason Zaugg2014-10-013-7/+22
|\
| * Avoid assigning null to vars of derived value typeJason Zaugg2014-09-293-7/+19
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-07-214-34/+55
|\|
| * Merge pull request #80 from retronym/ticket/79Jason Zaugg2014-07-212-4/+7
| |\
| | * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-182-4/+7
| * | Merge pull request #82 from retronym/topic/live-variable-speedupPhilipp Haller2014-07-181-28/+43
| |\ \
| | * | Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-28/+43
| | |/
| * / Avoid NotImplementedError awaiting a Future[Nothing]Jason Zaugg2014-06-141-2/+1
| |/
| * Incorporate pull request feedbackJason Zaugg2014-03-272-2/+2
| * [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-272-6/+9
* | 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-272-2/+2
* | Allow lazy vals without await in the initializerJason Zaugg2014-03-272-6/+12
* | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-121-1/+2
* | 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-151-2/+2
* | 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
* | using compat._ to plug source compatibility breakagesEugene Burmako2014-02-151-2/+3
* | silences a warning in AsyncAnalysisEugene Burmako2014-02-121-1/+1
|/
* Unhardcode use of scala.util.TryJason Zaugg2014-01-282-5/+2
* Merge pull request #56 from retronym/topic/still-todoJason Zaugg2014-01-141-1/+1
|\
| * Update TODO comment about pres. compiler friendliness.Jason Zaugg2014-01-141-1/+1
* | Update copyright years.Jason Zaugg2014-01-1410-10/+10
|/
* Minor fixes in Async`s scaladoc.akomar2014-01-121-2/+2
* Merge pull request #47 from retronym/topic/pres2Jason Zaugg2013-11-221-6/+5
|\
| * Another take at the 2.10/2.11 spanning suppressMacroAttachmentJason Zaugg2013-11-201-6/+5
* | Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-223-3/+27
|/
* Merge pull request #42 from retronym/topic/hooksJason Zaugg2013-11-204-12/+58
|\