summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TermConstructionProps.scala
Commit message (Expand)AuthorAgeFilesLines
* Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-071-13/+0
* Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-061-0/+5
* Addresses feedback from JasonDenys Shabalin2014-01-271-1/+24
* SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-231-0/+39
* SI-8148 fix anonymous functions with placeholdersDenys Shabalin2014-01-161-0/+5
* Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-101-0/+5
* SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-101-0/+6
* SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-101-0/+4
* SI-8016 Ensure that q”..$xs” is equivalent to q”{..$xs}”Den Shabalin2013-12-101-0/+6
* make fresh names compare similar in quasiquotesDen Shabalin2013-11-121-3/+3
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+2
* deduplicate tuple tree creation codeDen Shabalin2013-11-121-2/+2
* SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-0/+9
* advanced fresh name reificationDen Shabalin2013-10-181-1/+9
* add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-0/+24
* SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-051-0/+10
* refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-051-3/+5
* refactor definition tests into separate subsuiteDen Shabalin2013-09-051-192/+9
* tests for quasiquotesDen Shabalin2013-07-081-0/+341