summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-031-0/+0
|\
| * Use t- prefix instead of si- prefix for test filesDen Shabalin2013-12-161-0/+0
* | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-031-1/+1
|\ \
| * | typeCheck => typecheckEugene Burmako2013-12-101-1/+1
| |/
* | Test possible quasiquote runtime failuresDen Shabalin2013-12-112-0/+76
* | Test tuple lifting and unliftingDen Shabalin2013-12-102-0/+73
* | 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-207-31/+9
|/
* 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-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-299-64/+114
* 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
* Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-232-0/+44
|\
| * add syntactic extractor for assignment-like treesDen Shabalin2013-09-182-0/+44
* | Cull extraneous whitespace.Paul Phillips2013-09-1827-254/+254
|/
* 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