aboutsummaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* Existentially abstract unbound subtype parametersGeorgi Krastev2017-11-291-0/+23
* Merge pull request #48 from leandrob13/fix/errorWithAlternativeApplyMethodsJon Pretty2017-11-291-0/+15
|\
| * Fixed error that ocurred when the companion object of a case class has altern...Leandro Bolivar2017-11-251-0/+15
* | Avoid instantiating Unit when producing error stackRahul Goma Phulore2017-11-261-0/+10
|/
* Include warnings if `combine` or `dispatch` methods are missingJon Pretty2017-11-101-1/+1
* Include support for decomposing AnyVals, like case classesJon Pretty2017-11-101-0/+6
* Decode typeNames and labelsJon Pretty2017-11-101-0/+6
* ScalafmtJon Pretty2017-11-101-1/+3
* More build cleanup, and a couple of extra testsJon Pretty2017-11-101-0/+38
* Upgrade to SBT 1.0 and include testing binariesv0.5.0Jon Pretty2017-11-091-8/+10
* Added better scaladocs and provide default valuesJon Pretty2017-11-081-12/+18
* API improvements and better examplesJon Pretty2017-11-072-21/+41
* Deduplication within case class parameter typeclassesJon Pretty2017-11-051-2/+0
* Start of performance-enhancing refactoringJon Pretty2017-11-042-1/+5
* Test fixes and other miscellaneous changesJon Pretty2017-11-032-5/+12
* Support for GADTs (including recursive ones)Jon Pretty2017-11-011-11/+11
* Support nontrivial type constructorsJon Pretty2017-10-311-7/+7
* Support for case objectsJon Pretty2017-10-301-10/+13
* All variants now derivingJon Pretty2017-10-301-8/+15
* Derivation working for Show and EqJon Pretty2017-10-301-0/+81