summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-2763-7814/+0
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-1/+1
* Drive accessor synthesis from info transformerAdriaan Moors2016-08-111-1/+1
* Merge pull request #5135 from soc/topic/biased-eitherStefan Zeiger2016-07-131-3/+67
|\
| * Right-bias EitherSimon Ochsenreither2016-05-271-3/+67
* | Fix ParVector#padToJason Zaugg2016-06-286-42/+43
* | SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-0/+102
|/
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-1/+16
|\
| * SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-1/+16
* | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-221-1/+1
* | SI-7155 Remove deprecated private s.c.m.AVLTreeSimon Ochsenreither2015-09-051-112/+0
* | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-282-2/+234
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-133-5/+5
|\|
| * Fix 25 typos (s)Janek Bogucki2015-07-062-4/+4
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* | Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-261-2/+2
* | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-251-0/+329
|\ \
| * | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-0/+329
* | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
| * [backport] Update versions.properitesLukas Rytz2015-05-061-1/+1
* | Update versions.properitesLukas Rytz2015-04-301-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-0/+19
|\|
| * Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-181-0/+19
* | Fix SI-9147 Override `getOrElseUpdate` in `concurrent.Map`.Aleksandar Prokopec2015-02-121-0/+76
|/
* SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-8/+8
* Fix many typos in docs and commentsmpociecha2014-12-141-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
|\