aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add BlockingAsync and BlockingFutureSystemtopic/seq-debuggingPhilipp Haller2013-06-255-7/+131
* Enable trampolining of async state executionPhilipp Haller2013-06-253-5/+19
* Clean-ups using typeOfPhilipp Haller2013-06-251-7/+3
* Merge pull request #18 from lrytz/typoJason Zaugg2013-04-291-1/+1
|\
| * call setSymbol only on outermost Apply for multi-arg-list applicationsLukas Rytz2013-04-291-1/+1
|/
* Merge pull request #14 from lrytz/cleanupsJason Zaugg2013-04-271-13/+14
|\
| * minor cleanups accumulated while reading the codeLukas Rytz2013-04-271-13/+14
|/
* Merge pull request #12 from retronym/topic/compile-time-onlyJason Zaugg2013-04-202-3/+3
|\
| * Mark `await` as @compileTimeOnlyJason Zaugg2013-04-172-3/+3
|/
* Merge pull request #9 from retronym/ticket/4-multi-paramPhilipp Haller2013-04-174-74/+134
|\
| * Rephrase a few pattern matches, fix ANF tracing.Jason Zaugg2013-04-152-11/+9
| * Allow await in applications with multiple argument listsJason Zaugg2013-04-114-70/+132
* | Merge pull request #10 from phaller/topic/cps-depPhilipp Haller2013-04-1310-67/+244
|\ \
| * | Remove CPS dependency from default async implementationPhilipp Haller2013-04-1210-67/+244
|/ /
* | Merge pull request #7 from retronym/topic/scala-2.10.1Jason Zaugg2013-04-118-20/+43
|\ \
| * | Avoid needless Unit literal as the expression of a Block.Jason Zaugg2013-04-111-1/+1
| |/
| * Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-102-18/+22
| * Scala 2.10.1 compat: account for change in PartialFunction synthesis.Jason Zaugg2013-04-102-22/+28
| * Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-103-19/+27
| * Temporarily comment out tests that are failing under 2.10.1.Jason Zaugg2013-04-104-61/+66
| * Address lint warnings.Jason Zaugg2013-04-101-2/+2
| * Address deprecation warnings in Scala 2.10.1Jason Zaugg2013-04-104-10/+10
|/
* Merge pull request #2 from viktorklang/patch-1Philipp Haller2013-04-031-1/+1
|\
| * Update README.mdViktor Klang (√)2013-04-031-1/+1
* | Merge pull request #1 from xuwei-k/fix-github-urlPhilipp Haller2013-04-032-8/+8
|\ \ | |/ |/|
| * fix github urlxuwei-k2013-04-042-8/+8
|/
* Bump Scala version to 2.10.0Philipp Haller2013-02-051-2/+2
* s/LHS/RHSJason Zaugg2012-12-201-1/+1
* Update version for M1 releasephaller2012-12-201-1/+1
* Bump Scala version to latest RCphaller2012-12-201-1/+1
* Remove unreachable code in pattern matching testphaller2012-12-201-1/+0
* Fix typos in READMEphaller2012-12-201-12/+12
* Resolve merge conflictphaller2012-12-195-17/+93
|\
| * New fix for #1861: Add fall-back to CPS for all unsupported uses of awaitphaller2012-12-195-16/+93
* | Update README.mdJason Zaugg2012-12-191-0/+171
* | Merge pull request #49 from phaller/topic/patmat-partial-functionJason Zaugg2012-12-196-33/+132
|\ \
| * | Prohibit lazy vals in async blocks.Jason Zaugg2012-12-102-3/+18
| * | Workaround non-idempotency of typing pattern matching anonymous functions.Jason Zaugg2012-12-106-30/+114
* | | Expand documentationJason Zaugg2012-12-191-6/+150
| |/ |/|
* | Merge pull request #47 from phaller/ticket/46-varargs-holistic-applyPhilipp Haller2012-12-033-11/+54
|\ \
| * | Fix ANF transform involving `xs: _*` trees.Jason Zaugg2012-11-273-11/+54
* | | Fix typophaller2012-11-291-3/+3
|/ /
* | Remove @author tagsphaller2012-11-273-9/+0
* | Merge pull request #45 from phaller/ticket/33-by-name-2Philipp Haller2012-11-274-24/+139
|\|
| * No need to extract vals for inlinable args.Jason Zaugg2012-11-273-15/+23
| * Test cases for named and default args.Jason Zaugg2012-11-271-1/+35
| * Disallow await in non-primary param sections.Jason Zaugg2012-11-272-9/+52
| * Fix semantics of by-name applicationJason Zaugg2012-11-272-8/+38
|/
* Fix execution context lookup for the trivial async block.Jason Zaugg2012-11-271-1/+1
* Lookup log level dynamically from system property.Jason Zaugg2012-11-272-19/+19