aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38 from phaller/topic/cleanup-cps-fallbackv0.9.0-M2Jason Zaugg2013-11-072-5/+3
|\
| * Remove left-overs of CPS fallback logicPhilipp Haller2013-11-072-5/+3
* | Remove unneeded level from the group id.Jason Zaugg2013-11-072-2/+2
* | v0.9.0-M2Jason Zaugg2013-11-071-1/+1
|/
* Update documentationJason Zaugg2013-11-072-7/+7
* Update and split the READMEJason Zaugg2013-11-072-189/+194
* Merge pull request #37 from retronym/topic/cleanup-cps-and-awaitJason Zaugg2013-11-0719-438/+81
|\
| * Remove scala.async.StateMachineJason Zaugg2013-11-073-20/+9
| * Minimize the public APIJason Zaugg2013-11-0718-420/+74
|/
* Use publishSigned in the release process.Jason Zaugg2013-11-071-2/+7
* Merge pull request #36 from retronym/release/0.9.0-M1Jason Zaugg2013-11-072-0/+37
|\
| * document release scriptJason Zaugg2013-11-071-1/+8
| * 0.9.0-SNAPSHOTJason Zaugg2013-11-071-1/+1
| * 0.9.0-M1v0.9.0-M1Jason Zaugg2013-11-071-1/+1
| * Release scriptJason Zaugg2013-11-071-0/+28
| * Scala 2.11 compatibilityJason Zaugg2013-11-072-1/+17
* | Scala 2.11 compatibilityJason Zaugg2013-11-071-1/+15
|/
* Build changes before the first binary release.Jason Zaugg2013-11-071-1/+4
* Build changes before the first binary release.Jason Zaugg2013-11-072-3/+22
* Merge pull request #35 from phaller/issue/memory-retentionJason Zaugg2013-10-268-25/+444
|\
| * 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
|/
* Merge pull request #34 from phaller/topic/docs-cleanupsJason Zaugg2013-10-185-34/+49
|\
| * 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-183-10/+12
| * Update Scala and sbt versionsPhilipp Haller2013-10-182-2/+2
|/
* Merge pull request #33 from retronym/topic/while-exprJason Zaugg2013-10-152-2/+20
|\
| * Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-142-2/+20
|/
* Standard 3-clause BSD license. Attribution for Typesafe.Adriaan Moors2013-10-071-32/+25
* Polishing the buildJason Zaugg2013-08-231-3/+36
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-2329-83/+115
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-228-16/+96
| * Better support for testing with a local instance of Scala.Jason Zaugg2013-08-151-4/+19
| * Update to SBT 0.13.0-M5Jason Zaugg2013-08-152-2/+2
| * Remove @RunWith annotations from test cases.Jason Zaugg2013-08-1521-63/+0
* | Merge pull request #28 from scala/topic/cleanupsPhilipp Haller2013-08-146-40/+30
|\ \
| * | Collection of clean-upsPhilipp Haller2013-08-146-40/+30
|/ /
* | Merge pull request #27 from retronym/topic/typed-transform-2Philipp Haller2013-08-1438-1391/+1629
|\|
| * Don't set the body of If to the original type.Jason Zaugg2013-08-071-3/+3
| * Remove unneeded special case in ANF transform.Jason Zaugg2013-08-071-2/+0
| * Remove obsolete TODO comment.Jason Zaugg2013-08-071-2/+1
| * Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-072-1/+15
| * Disallow await in pattern guards (for now)Jason Zaugg2013-07-252-0/+13
| * Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-254-13/+37
| * Test case for await in an Assign node.Jason Zaugg2013-07-241-0/+11
| * Support await in Typed nodes.Jason Zaugg2013-07-242-0/+12