summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* test legacy .filter support in for loop resugaringDen Shabalin2013-11-121-0/+11
* add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-122-3/+47
* implement inverse transformation to mkForDen Shabalin2013-11-122-0/+39
* make fresh names compare similar in quasiquotesDen Shabalin2013-11-122-4/+26
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-1212-91/+25
* add some post-typecheck tests for quasiquotesDen Shabalin2013-11-123-2/+45
* deduplicate tuple tree creation codeDen Shabalin2013-11-122-5/+5
* SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-299-64/+114
* SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-0/+9
* make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-3/+2
* advanced fresh name reificationDen Shabalin2013-10-182-2/+32
* use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-141-4/+1
* minor changes due to typosDen Shabalin2013-10-141-1/+1
* SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-142-0/+74
* harden test case to avoid parsing failure when name is keywordDen Shabalin2013-10-141-1/+3
* Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-232-0/+44
|\
| * add syntactic extractor for assignment-like treesDen Shabalin2013-09-182-0/+44
* | Cull extraneous whitespace.Paul Phillips2013-09-1827-254/+254
|/
* SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-112-1/+54
* streamline implementation of annotation splicingDen Shabalin2013-09-051-0/+10
* unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-1/+1
* better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-051-0/+9
* SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-051-0/+17
* SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-052-1/+18
* first-class early def splicing and extraction supportDen Shabalin2013-09-052-2/+107
* add support for function type splicing and extractionDen Shabalin2013-09-052-0/+12
* reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-051-1/+2
* refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-054-5/+12
* SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-052-0/+10
* refactor definition tests into separate subsuiteDen Shabalin2013-09-055-249/+326
* add toolbox-based utility methods to quasiquotes' testsDen Shabalin2013-09-051-6/+15
* SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-141-6/+0
* Merge pull request #2764 from folone/masterGrzegorz Kossakowski2013-08-121-0/+59
|\
| * Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-081-0/+59
* | DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
|/
* tests for quasiquotesDen Shabalin2013-07-0811-0/+1280
* SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-252-1/+7
* SI-7469 Remove @deprecated scala.util.loggingSimon Ochsenreither2013-05-161-3/+1
* SI-7349 Partest supports test-interfaceSom Snytt2013-04-302-54/+7
* Maintenance of Predef.Paul Phillips2013-02-121-14/+14
* Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-1/+1
|\
| * SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-271-1/+1
* | SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-213/+0
* | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-251-0/+52
|/
* Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-201-0/+69
|\
| * move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
| * improve performance of integer multiplication overflow check on DurationRoland2012-09-191-0/+69
* | Add RedBlackTree tests for take/drop/slice.Juha Heljoranta2012-09-181-0/+42
|/
* Merge pull request #786 from axel22/issue/5986-cherryJosh Suereth2012-06-271-2/+2
|\
| * Fix SI-5986.Aleksandar Prokopec2012-06-271-2/+2