aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* using compat._ to plug source compatibility breakagesEugene Burmako2014-02-151-2/+3
* migrates to 2.11.0-RC1Eugene Burmako2014-02-151-1/+1
* silences a warning in AsyncAnalysisEugene Burmako2014-02-121-1/+1
* toolboxClasspath now works for snapshotsEugene Burmako2014-02-121-0/+2
* Merge pull request #58 from retronym/topic/unhardcode-tryJason Zaugg2014-01-272-5/+2
|\
| * 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
* | Merge pull request #55 from retronym/ticket/copyrightPhilipp Haller2014-01-1433-35/+35
|\ \ | |/ |/|
| * Update copyright years.Jason Zaugg2014-01-1433-35/+35
|/
* Merge pull request #54 from akkomar/masterJason Zaugg2014-01-141-2/+2
|\
| * Minor fixes in Async`s scaladoc.akomar2014-01-121-2/+2
|/
* Merge pull request #20 from theon/patch-1Jason Zaugg2014-01-081-2/+2
|\
| * Fix line numbers for example in READMEIan Forsey2013-06-051-2/+2
* | Update version in READMEJason Zaugg2013-11-241-1/+1
* | 0.9.0-SNAPSHOTJason Zaugg2013-11-241-1/+1
* | 0.9.0-M4v0.9.0-M4Jason Zaugg2013-11-241-1/+1
* | 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
* | | Merge pull request #50 from retronym/ticket/48Philipp Haller2013-11-225-34/+73
|\ \ \
| * | | Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-225-34/+73
| |/ /
* | | Merge pull request #51 from phaller/topic/travis-jdk-configPhilipp Haller2013-11-221-1/+1
|\ \ \ | |/ / |/| |
| * | Remove unsupported Oracle JDK6 from Travis CI configPhilipp Haller2013-11-221-1/+1
|/ /
* | 0.9.0-SNAPSHOTJason Zaugg2013-11-202-2/+2
* | 0.9.0-M3v0.9.0-M3Jason Zaugg2013-11-201-1/+1
* | Merge pull request #42 from retronym/topic/hooksJason Zaugg2013-11-204-12/+58
|\ \
| * | Abstract over use of scala.util.TryJason Zaugg2013-11-134-11/+52
| * | Add a hook for post-ANF transformationJason Zaugg2013-11-132-1/+6