summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Updated scalacheck sources.Paul Phillips2012-06-191-1/+0
|/
* removes array tagsEugene Burmako2012-06-081-2/+2
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-1/+2
* resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-231-0/+37
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-5/+4
* Merge remote-tracking branch 'axel22/feature/collection-concurrent' into developPaul Phillips2012-03-272-11/+11
|\
| * Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-272-11/+11
* | Regex improvementsDaniel C. Sobral2012-03-231-0/+32
|/
* Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-163-14/+14
* Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-231-1/+1
* Merge remote-tracking branch 'erikrozendaal/SI-5331' into developPaul Phillips2012-02-154-32/+554
|\
| * Custom implementations of drop/take/slice.Erik Rozendaal2012-01-232-5/+31
| * Custom coded version of range/from/to/until.Erik Rozendaal2012-01-211-16/+10
| * Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-153-13/+54
| * Test for maximum height of red-black tree.Erik Rozendaal2012-01-081-0/+5