aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #178 from retronym/tyconJason Zaugg2017-10-132-25/+39
|\
| * Fix race condition in tests and make some tests actually runJason Zaugg2017-10-131-28/+37
| * Add diagnostic for intermittently failing testJason Zaugg2017-10-131-1/+6
| * Fix decision about whether to use a trait or class as the parentJason Zaugg2017-10-131-1/+1
* | Merge pull request #177 from retronym/topic/pushassignJason Zaugg2017-10-133-17/+42
|\ \ | |/ |/|
| * Fix ANF transform for corner case in late transformsJason Zaugg2017-09-293-17/+42
|/
* Merge pull request #176 from retronym/topic/extensionsJason Zaugg2017-09-273-26/+116
|\
| * Eliminate dead statesJason Zaugg2017-09-271-2/+63
| * Allow result field name to be externally specifiedJason Zaugg2017-09-272-2/+3
| * Support future systems that perform external failure handlingJason Zaugg2017-09-273-11/+20
| * Allow future system to enable more name fresheningJason Zaugg2017-09-272-13/+32
|/
* Merge pull request #173 from SethTisue/scala-2.13.0-M2v0.9.7Seth Tisue2017-08-053-4/+4
|\
| * support Scala 2.13.0-M2Seth Tisue2017-08-053-4/+4
|/
* Merge pull request #172 from rorygraves/masterJason Zaugg2017-06-2314-46/+53
|\
| * Reduce logging overhead and minor cleanupsRory Graves2017-06-2114-46/+53
|/
* fix busted Maven badgesSeth Tisue2017-05-111-1/+1
* Merge pull request #170 from lrytz/module-pluginv0.9.6#2.13.0-M1#8Jason Zaugg2017-05-1017-205/+226
|\
| * Use scala-module-plugin, update tag-based publishingLukas Rytz2017-04-2617-205/+226
|/
* Merge pull request #167 from jochenschneider/patch-1Jason Zaugg2017-01-301-1/+1
|\
| * TypoJochen Schneider2017-01-301-1/+1
|/
* Merge pull request #165 from mpociecha/fix-out-dir-in-testsJason Zaugg2016-11-221-1/+1
|\
| * In tests use tmp dir working on all operating systemsMichaƂ Pociecha2016-11-221-1/+1
|/
* Merge pull request #164 from retronym/bump/0.9.7-SNAPSHOTJason Zaugg2016-10-302-5/+5
|\
| * Bump to new snapshot versionJason Zaugg2016-10-302-5/+5
|/
* Merge pull request #163 from retronym/bump/2.12.0v0.9.6Jason Zaugg2016-10-302-2/+2
|\
| * Bump to Scala 2.12.0Jason Zaugg2016-10-302-2/+2
|/
* Merge pull request #162 from retronym/bump/RC2v0.9.6-RC6Jason Zaugg2016-10-182-4/+4
|\
| * Bump Scala version to 2.12.0-RC2Jason Zaugg2016-10-172-4/+4
|/
* Document Scala 2.12 supportJason Zaugg2016-09-081-1/+3
* Merge pull request #161 from retronym/topic/matrixv0.9.6-RC5Jason Zaugg2016-09-082-11/+9
|\
| * Rework build logic to determine which JDK use for release buildJason Zaugg2016-09-082-11/+9
* | Merge pull request #142 from knoldus/topic/doc-improvementv0.9.6-RC4Jason Zaugg2016-09-081-0/+18
|\ \
| * | Add dependency information for including in project.Satendra kumar2015-09-251-0/+18
* | | Merge pull request #160 from retronym/topic/2.12Jason Zaugg2016-09-088-13/+34
|\ \ \ | | |/ | |/|
| * | Add maintainence warning in .travis.ymlJason Zaugg2016-09-081-2/+3
| * | Compatibility with Scala 2.12.0-RC1Jason Zaugg2016-09-088-13/+33
* | | Merge pull request #155 from retronym/topic/isCompletedJason Zaugg2016-09-073-12/+15
|\ \ \
| * | | Rework extension point for checking for already-completed futuresJason Zaugg2016-03-033-12/+15
| |/ /
* | | Merge pull request #159 from raboof/patch-1Jason Zaugg2016-09-071-1/+2
|\ \ \ | |/ / |/| |
| * | Fix dead link to Akka's Dataflow ConcurrencyArnout Engelen2016-08-051-1/+2
|/ /
* | Merge pull request #151 from retronym/topic/late-expansion-fixesv0.9.6-RC3Jason Zaugg2016-01-199-82/+495
|\ \
| * | Various fixes to late expansionJason Zaugg2016-01-197-78/+481
| * | Use AbstractFunction as a base class to emit leaner codeJason Zaugg2016-01-191-1/+9
| * | Hooks to customize code generationJason Zaugg2015-11-103-3/+5
|/ /
* | Merge pull request #143 from retronym/ticket/prescompiler-nested-asyncv0.9.6-RC2Jason Zaugg2015-10-097-17/+63
|\ \ | |/ |/|
| * Avoid spurious "illegal await" error in IDE with nestingJason Zaugg2015-10-097-17/+63
|/
* Merge pull request #141 from retronym/ticket/await-extractorv0.9.6-RC1_2.11v0.9.5-RC1_2.11Jason Zaugg2015-09-2411-55/+459
|\
| * Small cleanups after code reviewJason Zaugg2015-09-233-12/+40
| * Enable a compiler plugin to use the async transform after patmatJason Zaugg2015-09-2211-54/+430
|/
* Merge pull request #139 from backuitist/patch-1Jason Zaugg2015-09-131-1/+1
|\