aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.9.0-M4v0.9.0-M4Jason Zaugg2013-11-241-1/+1
* 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
* | Merge pull request #50 from retronym/ticket/48Philipp Haller2013-11-225-34/+73
|\ \
| * | Fix crashers in do/while and while(await(..))Jason Zaugg2013-11-225-34/+73
| |/
* | Merge pull request #51 from phaller/topic/travis-jdk-configPhilipp Haller2013-11-221-1/+1
|\ \ | |/ |/|
| * Remove unsupported Oracle JDK6 from Travis CI configPhilipp Haller2013-11-221-1/+1
|/
* 0.9.0-SNAPSHOTJason Zaugg2013-11-202-2/+2
* 0.9.0-M3v0.9.0-M3Jason Zaugg2013-11-201-1/+1
* 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
* | Merge pull request #46 from retronym/topic/pres-compiler-npeJason Zaugg2013-11-203-7/+31
|\ \
| * | 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
* | | Update README.mdPhilipp Haller2013-11-181-1/+1
|/ /
* | Merge pull request #44 from phaller/topic/cleanup-43Philipp Haller2013-11-151-10/+2
|\ \
| * | Clean-ups found during review of PR #43Philipp Haller2013-11-141-10/+2
|/ /
* | Merge pull request #43 from retronym/ticket/icode-crasherPhilipp Haller2013-11-142-37/+94
|\ \
| * | Fix crasher in icode due to symbol mismatches in lifted methodsJason Zaugg2013-11-142-37/+94
|/ /
* / Update README.mdJason Zaugg2013-11-131-0/+3
|/
* Merge pull request #41 from retronym/topic/travisJason Zaugg2013-11-131-0/+13
|\
| * Enable Travis CIJason Zaugg2013-11-131-0/+13
* | Merge pull request #40 from retronym/topic/live-var-captureJason Zaugg2013-11-135-18/+205
|\ \ | |/ |/|
| * Don't aggressively null out captured varsJason Zaugg2013-11-125-18/+205
|/
* 0.9.0-SNAPSHOTJason Zaugg2013-11-071-1/+1
* 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