aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Scala-fmt updatesvirtual-paramsJon Pretty2017-12-281-7/+23
* Merge branch 'master' into virtual-paramsJon Pretty2017-12-021-2/+91
|\
| * Merge branch 'patch-1' of https://github.com/shadaj/magnoliaJon Pretty2017-11-301-1/+16
| |\
| | * Remove extra line added to tests.scalaShadaj Laddad2017-11-301-1/+0
| | * Use patchedCompanionSymbolOf from Shapeless to get companion objectShadaj Laddad2017-11-301-4/+9
| | * Merge branch 'master' into patch-1Jon Pretty2017-11-301-2/+43
| | |\
| | * | Actually instantiate the ParentClass so unit tests runShadaj Laddad2017-11-291-0/+2
| | * | Add unit tests and fix behavior with default parametersShadaj Laddad2017-11-211-0/+8
| * | | Merge branch 'master' into existentialsJon Pretty2017-11-301-3/+31
| |\ \ \
| | * | | typeName is now the full name of the type, in original caseJon Pretty2017-11-301-1/+13
| | | |/ | | |/|
| | * | Add support for repeated (vararg) parametersGeorgi Krastev2017-11-291-2/+16
| * | | 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
| |/
* / Support for virtualization of parameters and subtypesJon Pretty2017-11-281-1/+3
|/
* 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-099-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-302-24/+81
* Made a nicer API for inclusionJon Pretty2017-06-301-3/+6
* Tidied up and made it compile and runJon Pretty2017-06-232-27/+7
* Merge branch 'master' into cats-contravariant-exampleJon Pretty2017-06-221-2/+12
|\
| * Use case clauses and switch statement instead of is/asInstanceOfJon Pretty2017-06-221-2/+4
| * bring back support for 1-arg type classes; now both Show and Eq are supportedPiotr Krzemiński2017-06-211-4/+4
| * initial support for 2-arg contravariant derivations; works for simple Eq type...Piotr Krzemiński2017-06-211-4/+12
* | Add ContravariantDerivation for cats.ShowRui Gonçalves2017-06-211-0/+17
* | Reorganize magnolia.Show implicitsRui Gonçalves2017-06-211-1/+2
|/
* Better error reportingJon Pretty2017-06-131-1/+1
* Slight tidyup of examplesJon Pretty2017-06-121-4/+3
* Improvements to error reportingv0.1.0Jon Pretty2017-06-121-0/+3
* Fixes for substitution of Lazy valuesJon Pretty2017-06-121-10/+2
* Appears to be working for both covariant and contravariant typeclassesJon Pretty2017-06-111-2/+4
* Starting to move towards typeclass-based implementationJon Pretty2017-06-111-2/+2
* More cleanupJon Pretty2017-06-101-1/+2
* Fixed (I think) last remaining recursion bugJon Pretty2017-06-101-6/+4
* Generic macro appears to work more universallyJon Pretty2017-06-061-5/+3
* Apparent progressJon Pretty2017-06-051-9/+4