summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/redblack.scala
Commit message (Expand)AuthorAgeFilesLines
* Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-071-56/+57
* Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-061-28/+28
* Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-56/+56
* 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
* Re-enable RedBlack's ScalaCheck test, which was disabled at r21829.Daniel C. Sobral2011-12-011-0/+213
* Rolled partest back to r21328.Paul Phillips2010-05-061-157/+0
* A redblack tree scalacheck test contributed by ...Paul Phillips2010-04-131-0/+157