summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TermConstructionProps.scala
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-325/+0
* SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+12
* Add more tests for partial functionsDenys Shabalin2014-03-101-0/+5
* SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-101-6/+8
* SI-8385 make sure $quasiquote$tuple gets reified properlyDenys Shabalin2014-03-091-0/+8
* Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-281-6/+13
* Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-201-28/+28
* 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
* | some renamingsEugene Burmako2014-02-151-1/+1
|/
* 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