aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A minimal SBT build.Jason Zaugg2012-11-055-0/+10
* Ignore generated IntelliJ files.Jason Zaugg2012-11-051-0/+4
* Combine cases of several states into a single partial functionphaller2012-11-052-15/+39
* Simplify AsyncBlockBuilder.mkHandlerExprphaller2012-11-051-13/+3
* Create future for async bodyphaller2012-11-051-5/+5
* Remove obsolete comment in test filephaller2012-11-051-12/+0
* Clean up verbose debug outputphaller2012-11-052-50/+18
* Remove manual test scriptsphaller2012-11-052-10/+0
* Name-mangle lifted local varsphaller2012-11-037-18/+346
* Fix for #1861: Add fall-back to CPS for all unsupported uses of awaitphaller2012-11-027-58/+340
* Add test for await in nested if-else expressionphaller2012-11-012-0/+234
* Add note in README how to run only a single testphaller2012-10-311-0/+7
* Fix #2phaller2012-10-313-1/+183
* Add Scala compiler version info to READMEphaller2012-10-311-0/+1
* Add Scala Licensephaller2012-10-311-0/+35
* Add links to Scala CLA and Pull Request Policy to READMEphaller2012-10-311-0/+8
* Fix test scriptsphaller2012-10-312-6/+6
* Replace splicing of local ValDefs with explicit treesphaller2012-10-313-517/+528
* Remove obsolete test filesphaller2012-10-303-232/+0
* Fix code blocks in READMEphaller2012-10-301-4/+4
* Add READMEphaller2012-10-301-0/+36
* Clean up build and test scriptsphaller2012-10-303-3/+3
* Add test for creating several futures followed by several awaitsphaller2012-10-303-0/+151
* Enable using partest for running testsphaller2012-10-3010-2/+330
* Fix non-if-else test cases. Clean up debug outputphaller2012-10-291-27/+15
* WIP: fix if-elsephaller2012-10-293-57/+30
* WIP: support await in if-else expressionsphaller2012-10-294-39/+326
* Tweak build and test scriptsphaller2012-10-293-6/+6
* Move building of handler expressions into new AsyncBlockBuilderphaller2012-10-261-40/+46
* Do not use reify for building compound state handlersphaller2012-10-261-8/+5
* Introduce immutable AsyncState classphaller2012-10-261-77/+103
* Refactor state handling to enable non-linear state changesphaller2012-10-261-18/+96
* Add ExprBuilder.mkHandlerTreephaller2012-10-241-1/+33
* More docs for AsyncStateBuilder.completephaller2012-10-241-3/+7
* Move AsyncStateBuilder out of asyncImplphaller2012-10-111-105/+111
* Move expression utility to separate class outside asyncImplphaller2012-10-111-20/+26
* Complete refactoring of mkHandlersphaller2012-10-113-43/+28
* Replaced one use of mkHandlersphaller2012-09-241-13/+44
* Remove missing file from build scriptphaller2012-09-111-1/+1
* Add scripts for building and testingphaller2012-09-112-0/+9
* Add first testsphaller2012-09-112-0/+179
* Import some initial code for async macrophaller2012-09-112-0/+251