summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes
Commit message (Expand)AuthorAgeFilesLines
* SI-8411 match desugared partial functionsDenys Shabalin2014-03-221-0/+5
* Add more tests for partial functionsDenys Shabalin2014-03-102-0/+10
* SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-102-6/+14
* Merge pull request #3611 from densh/si/8385Adriaan Moors2014-03-101-0/+8
|\
| * SI-8385 make sure $quasiquote$tuple gets reified properlyDenys Shabalin2014-03-091-0/+8
* | SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-092-0/+24
|/
* Merge pull request #3592 from densh/si/8281Eugene Burmako2014-03-031-0/+12
|\
| * SI-8281 check for unbound placeholder parameters in quasiquote parserDenys Shabalin2014-02-281-0/+12
* | SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-022-2/+17
* | Merge pull request #3596 from densh/si/8333Eugene Burmako2014-03-011-1/+5
|\ \
| * | SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-1/+5
| |/
* | Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-282-6/+26
* | SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-281-0/+11
|/
* Merge pull request #3566 from adriaanm/t6455Grzegorz Kossakowski2014-02-251-1/+1
|\
| * SI-6455 under -Xfuture, don't rewrite .withFilter to .filterAdriaan Moors2014-02-241-1/+1
* | 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