summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/ /
* | 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