aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | silences a warning in AsyncAnalysisEugene Burmako2014-02-121-1/+1
* | toolboxClasspath now works for snapshotsEugene Burmako2014-02-121-0/+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
* | Update copyright years.Jason Zaugg2014-01-1432-33/+33
|/
* 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-225-34/+73
|/
* 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
* | Less hacky check for presentation compiler.Jason Zaugg2013-11-201-1/+1
* | Return original macro application under presentation compiler.Jason Zaugg2013-11-202-7/+30
* | Fix a NPE in the presentation compilerJason Zaugg2013-11-201-0/+1
* | Clean-ups found during review of PR #43Philipp Haller2013-11-141-10/+2
* | Fix crasher in icode due to symbol mismatches in lifted methodsJason Zaugg2013-11-142-37/+94
|/
* Don't aggressively null out captured varsJason Zaugg2013-11-125-18/+205
* Remove left-overs of CPS fallback logicPhilipp Haller2013-11-072-5/+3
* Remove scala.async.StateMachineJason Zaugg2013-11-072-19/+8
* Minimize the public APIJason Zaugg2013-11-0715-279/+73
* Scala 2.11 compatibilityJason Zaugg2013-11-072-1/+17
* Add more doc commentsPhilipp Haller2013-10-221-1/+8
* Avoid zero-ing out dead fields of primitive value class typePhilipp Haller2013-10-223-14/+126
* Enables testing the resetting of lifted local variablesPhilipp Haller2013-10-226-8/+81
* Fix looping issue when computing last usages of fieldsPhilipp Haller2013-10-222-23/+20
* Liveness analysis to avoid memory retention issuesPhilipp Haller2013-10-224-18/+248