summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-211-1/+71
|\
| * block wrapping for trees modifiedVladimirNik2014-02-201-0/+43
| * block processing fixed for syntactics in typechecked treesVladimirNik2014-02-201-2/+2
| * Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-201-1/+28
* | Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-208-129/+129
|/
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-168-19/+78
|\
| * Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-166-3/+20
| |\
| | * Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-106-3/+20
| * | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-162-16/+58
| |\ \
| | * | Improve support for patterns in valsDenys Shabalin2014-02-092-16/+54
| | * | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-091-0/+4
| | |/
* | | 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
|/ /
* / 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
|/
* ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-1/+1
* 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-201-3/+3
|/
* test legacy .filter support in for loop resugaringDen Shabalin2013-11-121-0/+11