summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-2718-2923/+0
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-1/+1
* Drive accessor synthesis from info transformerAdriaan Moors2016-08-111-1/+1
* SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-221-1/+1
* Fix 25 typos (s)Janek Bogucki2015-07-062-4/+4
* Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-151-0/+7
|\
| * SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-0/+7
* | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+12
|/
* Re-enable typechecked types part of quasiquote test suiteDenys Shabalin2014-04-201-5/+4
* SI-8466 fix quasiquote crash on recursively iterable unliftingDenys Shabalin2014-04-022-0/+15
* Merge pull request #3657 from xeno-by/ticket/8388Jason Zaugg2014-03-281-20/+76
|\
| * SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-251-20/+76
* | Merge pull request #3656 from densh/si/8387-8350Jason Zaugg2014-03-271-0/+24
|\ \
| * | SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-0/+7
| * | SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-0/+17
* | | SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-273-0/+28
| |/ |/|
* | Merge pull request #3647 from densh/si/8411Jason Zaugg2014-03-251-0/+5
|\ \
| * | SI-8411 match desugared partial functionsDenys Shabalin2014-03-221-0/+5
| |/
* | Merge pull request #3653 from densh/si/8200Jason Zaugg2014-03-252-5/+13
|\ \
| * | SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-242-5/+13
| |/
* / SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-0/+21
|/
* 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