summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/TreeSet.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-281-54/+127
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-251-11/+14
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* SI-6642 Refactor mutable.TreeSet to use RedBlackTree instead of AVLJames Iry2013-02-131-77/+48
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+17
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Whitespace commit.Paul Phillips2012-02-291-7/+7
* Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-281-7/+7
* syntactic error correctionLucien Pereira2012-01-141-1/+1
* Removed some unsociable exception behavior.Paul Phillips2012-01-131-7/+0
* Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+130