summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection/SetMapConsistencyTest.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-281-2/+4
* SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-2/+4
* SI-8727 Map.filterKeys result's contains and get are inconsistentRex Kerr2014-11-251-0/+11
* SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-0/+15
* SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-141-0/+7
* SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-1/+20
* SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-301-0/+12
* Improved testing framework for sets and maps.Rex Kerr2013-12-261-0/+479