summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TypeDeconstructionProps.scala
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-78/+0
* SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-091-0/+12
* Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-101-0/+5
* Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-071-0/+6
* SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-6/+26
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+2
* unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-1/+1
* add support for function type splicing and extractionDen Shabalin2013-09-051-0/+6
* SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-051-0/+5
* tests for quasiquotesDen Shabalin2013-07-081-0/+29