summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* 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
* SI-4370 Range bug: Wrong result for Long.MinValue to Long.MaxValue by Int.Max...Rex Kerr2014-01-151-0/+123
* SI-6615 junit testAdriaan Moors2014-01-131-0/+16
* Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-081-0/+479
|\
| * Improved testing framework for sets and maps.Rex Kerr2013-12-261-0/+479
* | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-0/+29
|/
* add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+28
* Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-0/+51
* SI-7568 Adding PriorityQueueTestrjfwhite2013-11-111-0/+32
* SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+49
* SI-7614 Minimize the times of evaluation f in TraversableOnce.maxBy/minBy.yllan2013-07-061-0/+70