summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TypeConstructionProps.scala
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-42/+0
* Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-201-1/+1
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-0/+5
|\
| * Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-101-0/+5
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-2/+2
|/
* Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-071-1/+1
* SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+7
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+2
* deduplicate tuple tree creation codeDen Shabalin2013-11-121-3/+3
* 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/+25