summaryrefslogtreecommitdiff
path: root/test/files/scalacheck
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+130
* 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
* Disabled the process test. No review.Paul Phillips2011-01-121-160/+0
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-0/+160
* Enabled parallel group by.Aleksandar Pokopec2011-01-101-1/+1
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-076-0/+87
* Minor changes.Aleksandar Pokopec2010-12-091-1/+1
* Made parallel collections serializable.Aleksandar Pokopec2010-12-092-2/+2
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-095-41/+58
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-091-1/+1
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-099-32/+85
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-272-13/+15
* Disabled a test failing on server.Aleksandar Pokopec2010-11-081-1/+1
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-085-7/+137
* Took a step back and massively simplified Range.Paul Phillips2010-11-011-1/+16
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-281-5/+5
* Debugging parallel hash tables.Aleksandar Pokopec2010-10-285-323/+361
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-281-7/+7
* Mostly refactored existing test functionality f...Aleksandar Pokopec2010-10-2810-274/+512
* Modified remote test.Aleksandar Pokopec2010-10-281-1/+1
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-207-33/+164
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-206-7/+232
* Fixed substring test that was occasionally fail...Hubert Plociniczak2010-10-122-2/+1
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-0/+47
* Reverted a test. No review.Aleksandar Pokopec2010-10-051-2/+2
* Added back another previously failing test.Aleksandar Pokopec2010-10-051-2/+2
* Disabling a test from last commit until figurin...Aleksandar Pokopec2010-10-051-2/+2
* An issue with scalacheck and actors where an ex...Aleksandar Pokopec2010-10-057-414/+434