aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid masking user exception with ??? for Nothing typed expressionsJason Zaugg2015-07-273-2/+52
* Avoid leaking untyped trees out of macroJason Zaugg2015-07-271-1/+1
* Merge pull request #115 from retronym/backport/74v0.9.4_2.10Jason Zaugg2015-07-072-1/+46
|\
| * Avoid compiler warning when awaiting Future[Unit]Jason Zaugg2015-07-072-1/+46
* | [backport] Avoid masking real errors with NotImplemented awaiting Future[Noth...Jason Zaugg2015-07-062-1/+27
* | Fix compiler crash with value class in result positionJason Zaugg2015-07-062-2/+16
|/
* Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-164-35/+85
* Remove extraneous method in generated code.Jason Zaugg2014-12-151-7/+2
* Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-157-54/+87
* Avoid assigning null to vars of derived value typeJason Zaugg2014-09-294-7/+83
* Merge pull request #80 from retronym/ticket/79Jason Zaugg2014-07-213-4/+70
|\
| * Fix regression around type skolems and if exprs.Jason Zaugg2014-07-183-4/+70
* | Merge pull request #82 from retronym/topic/live-variable-speedupPhilipp Haller2014-07-182-28/+120
|\ \
| * | Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-152-28/+120
| |/
* / Avoid NotImplementedError awaiting a Future[Nothing]Jason Zaugg2014-06-142-2/+17
|/
* Incorporate pull request feedbackJason Zaugg2014-03-274-8/+3
* [backport] Allow lazy vals without await in the initializerJason Zaugg2014-03-274-8/+45
* [backport] Test case for "not a class" crasher in live variableJason Zaugg2014-03-121-0/+28
* 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
* More complete doc commentsPhilipp Haller2013-10-181-19/+33
* Simplify a generated CaseDef tree in resume methodPhilipp Haller2013-10-181-3/+2
* Minor clean-upsPhilipp Haller2013-10-182-9/+11
* Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-142-2/+20
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-2327-76/+93
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-227-13/+93