aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 analysis
| * | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-122-1/+30
|/ / | | | | | | | | | | Predicate the `asClass` cast with an `isClass` check. Fixes #63
* | 0.9.0-SNAPSHOTJason Zaugg2014-03-102-2/+2
| | | | | | | | And update the latest published version in the README
* | 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
|\ \ | |/ |/| Preparing for Scala 2.11.0
| * Finalize the move to Scala 2.11.xJason Zaugg2014-02-214-14/+8
| | | | | | | | | | | | | | | | - Link to the 2.10.x branch from the README - use `scala.annotation.compileTimeOnly` (from scala-library.jar) - no longer impose a transitive dependency on scala-reflect and scala-compiler. - Update Travis CI configuration to use only 2.11.0-SNAPSHOT
| * 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
| |
| * 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.Try
| * Unhardcode use of scala.util.TryJason Zaugg2014-01-282-5/+2
|/ | | | In favour of the type defined by the active FutureSystem.
* Merge pull request #56 from retronym/topic/still-todoJason Zaugg2014-01-141-1/+1
|\ | | | | Update TODO comment about pres. compiler friendliness.
| * 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.
| * Update copyright years.Jason Zaugg2014-01-1433-35/+35
|/ | | | 2013 must have been unlucky.
* Merge pull request #54 from akkomar/masterJason Zaugg2014-01-141-2/+2
|\ | | | | Minor fixes in Async`s scaladoc.
| * 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 README