aboutsummaryrefslogtreecommitdiff
path: root/core/shared/src/main/scala/magnolia.scala
Commit message (Expand)AuthorAgeFilesLines
* Make access of combine and dispatch lazyvirtual-params-3Jon Pretty2018-01-091-21/+17
* Generalised getTypeMember methodJon Pretty2018-01-081-8/+12
* Slight code cleanupJon Pretty2018-01-081-8/+12
* Simplify error reporting a littleJon Pretty2018-01-071-17/+9
* Run Scala-fmtJon Pretty2018-01-071-41/+59
* Rework compile time stackGeorgi Krastev2018-01-061-193/+129
* Merge branch 'master' into md/debug-annotationJon Pretty2018-01-051-5/+4
|\
| * Merge pull request #71 from sirthias/md/typenameJon Pretty2018-01-051-3/+3
| |\
| | * Switch `Subtype#label` member to new `TypeName`Mathias2018-01-051-3/+3
| * | Fix regression introduced by move to `patchedCompanionRef`Mathias2018-01-051-2/+1
| |/
* / Add support for `magnolia.debug` annotationMathias2018-01-051-0/+8
|/
* Change `typeName: String` to `typeName: magnolia.TypeName` [BREAKING!]Mathias2018-01-041-6/+15
* Merge branch 'companion-ref' of https://github.com/joroKr21/magnolia into jor...Jon Pretty2017-12-291-64/+5
|\
| * Move pathedCompanionRef to a GlobalUtil objectGeorgi Krastev2017-12-131-64/+5
* | Merge branch 'md/rawconstruct' of https://github.com/sirthias/magnolia into s...Jon Pretty2017-12-281-12/+15
|\ \
| * | Add `CaseClass.rawConstruct` and new `Patcher` exampleMathias2017-12-141-12/+15
| |/
* | Sprinkle markers and explicit type annotations here and there, other small s...Mathias2017-12-141-15/+16
* | Make `SealedTrait.dispatch` allocation-freeMathias2017-12-141-7/+7
|/
* Merge branch 'patch-1' of https://github.com/shadaj/magnoliaJon Pretty2017-11-301-1/+51
|\
| * Use patchedCompanionSymbolOf from Shapeless to get companion objectShadaj Laddad2017-11-301-29/+68
| * Merge branch 'master' into patch-1Jon Pretty2017-11-301-23/+46
| |\
| * | Add unit tests and fix behavior with default parametersShadaj Laddad2017-11-211-10/+20
| * | Simplify logic to directly calculate indexedConstructorParamsShadaj Laddad2017-11-211-4/+3
| * | Restore ability to derive typeclasses for case classes inside other classesShadaj Laddad2017-11-211-4/+4
* | | Fixed my bad mergeJon Pretty2017-11-301-1/+1
* | | Merge branch 'master' into existentialsJon Pretty2017-11-301-11/+26
|\ \ \
| * | | typeName is now the full name of the type, in original caseJon Pretty2017-11-301-5/+5
| | |/ | |/|
| * | Add support for repeated (vararg) parametersGeorgi Krastev2017-11-291-7/+22
* | | Existentially abstract unbound subtype parametersGeorgi Krastev2017-11-291-7/+9
|/ /
* | Minor code simplificationsGeorgi Krastev2017-11-291-12/+10
* | Merge pull request #48 from leandrob13/fix/errorWithAlternativeApplyMethodsJon Pretty2017-11-291-2/+9
|\ \
| * | Minor semantic errorLeandro Bolivar2017-11-251-2/+2
| * | Minor format fixLeandro Bolivar2017-11-251-2/+3
| * | Fixed error that ocurred when the companion object of a case class has altern...Leandro Bolivar2017-11-251-2/+8
| |/
* / Avoid instantiating Unit when producing error stackRahul Goma Phulore2017-11-261-1/+2
|/
* Avoid confusing error messages if `magnolia._` is not importedJon Pretty2017-11-121-18/+17
* scalajs cross buildLoic Descotte2017-11-111-0/+522