summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TermDeconstructionProps.scala
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-256/+0
* SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-0/+7
* SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-0/+7
* SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-0/+17
* Add more tests for partial functionsDenys Shabalin2014-03-101-0/+5
* SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-101-0/+6
* SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-091-0/+12
* Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-281-0/+13
* SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-281-0/+11
* Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-101-0/+5
* SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-6/+47
* SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-101-2/+4
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+2
* make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-3/+2
* advanced fresh name reificationDen Shabalin2013-10-181-1/+23
* add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-0/+20
* SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-051-0/+17
* SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-051-1/+8
* refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-051-0/+5
* refactor definition tests into separate subsuiteDen Shabalin2013-09-051-57/+0
* tests for quasiquotesDen Shabalin2013-07-081-0/+122