summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* renames some methods in ReificationSupportEugene Burmako2014-02-152-2/+2
* some renamingsEugene Burmako2014-02-154-10/+10
* establishes scala.reflect.api#internalEugene Burmako2014-02-147-10/+10
* Merge pull request #3437 from Ichoran/issue/6736Adriaan Moors2014-02-121-1/+2
|\
| * Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-1/+2
* | Tweak parser entry point for pqDenys Shabalin2014-02-112-1/+10
|/
* Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-073-14/+82
* Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-073-2/+15
* Merge pull request #3475 from densh/topic/holemap-orderingEugene Burmako2014-02-061-0/+5
|\
| * Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-061-0/+5
* | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-027-47/+111
|/
* Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-292-2/+44
|\
| * SI-8076 improve support for implicit argument listDenys Shabalin2014-01-162-2/+44
* | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-292-16/+64
|\ \
| * | Addresses feedback from JasonDenys Shabalin2014-01-271-1/+24
| * | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-232-15/+40
* | | SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+7
|/ /
* | Merge pull request #3373 from densh/topic/std-liftable-refinementAdriaan Moors2014-01-171-1/+49
|\ \
| * | Test edge cases of literal liftingDen Shabalin2014-01-161-0/+11
| * | Lift Some, None, Nil, Left, Right not just supertypesDenys Shabalin2014-01-161-1/+38
| |/
* / SI-8148 fix anonymous functions with placeholdersDenys Shabalin2014-01-161-0/+5
|/
* Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-091-0/+41
|\
| * SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-291-0/+41
* | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-1/+1
* | 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