summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes
Commit message (Expand)AuthorAgeFilesLines
...
* | SI-7789 make quasiquotes deconstruct UnApply treesDen Shabalin2013-12-101-0/+25
* | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-102-0/+113
* | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-103-0/+29
* | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-102-10/+5
* | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-101-0/+16
* | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-103-14/+26
* | 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
* | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-101-2/+4
|/
* Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-221-7/+6
|\
| * refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-7/+6
* | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-221-1/+1
|\ \
| * | Removing deprecated code.Paul Phillips2013-11-181-1/+1
| |/
* / Prepare upgrade to scalacheck 1.11.Adriaan Moors2013-11-201-3/+3
|/
* test legacy .filter support in for loop resugaringDen Shabalin2013-11-121-0/+11
* add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-122-3/+47
* implement inverse transformation to mkForDen Shabalin2013-11-122-0/+39
* make fresh names compare similar in quasiquotesDen Shabalin2013-11-122-4/+26
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-1212-91/+25
* add some post-typecheck tests for quasiquotesDen Shabalin2013-11-123-2/+45
* deduplicate tuple tree creation codeDen Shabalin2013-11-122-5/+5
* SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-0/+9
* make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-3/+2
* advanced fresh name reificationDen Shabalin2013-10-182-2/+32
* use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-141-4/+1
* minor changes due to typosDen Shabalin2013-10-141-1/+1
* SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-142-0/+74
* harden test case to avoid parsing failure when name is keywordDen Shabalin2013-10-141-1/+3
* add syntactic extractor for assignment-like treesDen Shabalin2013-09-182-0/+44
* SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-112-1/+54
* streamline implementation of annotation splicingDen Shabalin2013-09-051-0/+10
* unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-1/+1
* better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-051-0/+9
* 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-052-1/+18
* first-class early def splicing and extraction supportDen Shabalin2013-09-052-2/+107
* add support for function type splicing and extractionDen Shabalin2013-09-052-0/+12
* reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-051-1/+2
* refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-054-5/+12
* SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-052-0/+10
* refactor definition tests into separate subsuiteDen Shabalin2013-09-055-249/+326
* add toolbox-based utility methods to quasiquotes' testsDen Shabalin2013-09-051-6/+15
* SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-141-6/+0
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
* tests for quasiquotesDen Shabalin2013-07-0811-0/+1280