summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-271-1/+1
* 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
| * Fix silly copy-paste error.Erik Rozendaal2012-01-071-9/+9
| * Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-072-0/+30
| * Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-072-56/+269
| * Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-061-28/+28
| * Optimize foreach and iterators.Erik Rozendaal2012-01-042-0/+32
| * Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-56/+56
| * Added some tests for TreeMap/TreeSet.Erik Rozendaal2011-12-282-0/+182
| * Made RedBlack private to the scala.collection.immutable package.Erik Rozendaal2011-12-281-6/+9
| * Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-281-40/+36
* | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-033-9/+110
* | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-011-0/+199
* | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-301-0/+114
|\ \
| * | Scalacheck test in order to ensure AVL invariants are respected.Lucien Pereira2012-01-281-0/+114
* | | Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-15/+15
|/ /
* | Merge branch 'master' into issue/4147aleksandar2012-01-121-0/+130
|\|
| * fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+130
* | Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+67
|/
* Fixed scalacheck test to fail if it's failing.Paul Phillips2011-12-161-7/+1
* Improve quality of scalacheck range tests input and output.Daniel C. Sobral2011-12-161-26/+55
* Re-enable RedBlack's ScalaCheck test, which was disabled at r21829.Daniel C. Sobral2011-12-011-0/+213
* Begone t1737...Hubert Plociniczak2011-11-0223-207/+207
* Fix for unfortunate bug in Range.init.Paul Phillips2011-06-301-0/+7
* Fixed some tests, renamed from Any to Gen.Aleksandar Pokopec2011-04-131-3/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-133-15/+5
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-224-4/+4
* Fixes the broken test, introduced in the view p...Aleksandar Pokopec2011-03-111-8/+12
* A patch for views. Most relevant change:Paul Phillips2011-03-111-8/+10
* Merge branch 'work'Aleksandar Pokopec2011-01-261-1/+1