summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/ErrorProps.scala
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-213/+0
* Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-271-0/+13
* Merge pull request #3653 from densh/si/8200Jason Zaugg2014-03-251-4/+6
|\
| * SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-241-4/+6
* | SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-0/+21
|/
* SI-8281 check for unbound placeholder parameters in quasiquote parserDenys Shabalin2014-02-281-0/+12
* Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-201-29/+29
* SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-12/+0
* SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-231-15/+1
* Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-101-0/+14
* SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-101-7/+0
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+1
* use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-141-4/+1
* SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-141-6/+0
* tests for quasiquotesDen Shabalin2013-07-081-0/+199