summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/AVLTree.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7155 Remove deprecated private s.c.m.AVLTreeSimon Ochsenreither2015-09-051-250/+0
* Fix many typosMichaƂ Pociecha2015-04-211-2/+2
* To have effect, @deprecated needs to be an annotation.Todd Vierling2014-05-241-1/+1
* SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-091-5/+5
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+0
* Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* SI-6642 Refactor mutable.TreeSet to use RedBlackTree instead of AVLJames Iry2013-02-131-1/+10
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Whitespace commit.Paul Phillips2012-02-291-13/+13
* Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-281-120/+161
* Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
* Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+206