summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/RedBlackTree.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix the size of the stack used by RedBlackTree.iteratorFrom.Sébastien Doeraene2017-01-161-2/+3
* Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-2/+2
* Improve drifted URLsJanek Bogucki2015-09-091-1/+2
* Cull extraneous whitespace.Paul Phillips2013-09-181-5/+5
* Optimize rebalance method by using null optimized list implementation.Juha Heljoranta2013-03-131-24/+45
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-17/+17
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-4/+4
* SI-6642 Code cleanup from review of iteratorFromJames Iry2013-02-131-12/+12
* SI-6642 Refactor mutable.TreeSet to use RedBlackTree instead of AVLJames Iry2013-02-131-1/+20
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-8/+24
* SI-6642 Code cleanup on RedBlackTree#TreeIteratorJames Iry2013-02-131-21/+24
* Removing ancient comments and pointless comments.Paul Phillips2012-11-191-3/+3
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Merge pull request #1252 from mt2309/masterPaul Phillips2012-09-201-8/+14
|\ \ | |/ |/|
| * Remove extraneous null check in RedBlackTreeMichael Thorpe2012-09-041-8/+14
* | Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-8/+17
|\ \
| * | Retain Ordering in drop/take/slice signatures.Juha Heljoranta2012-09-181-3/+3
| * | Rank based take/drop/slice.Juha Heljoranta2012-08-281-11/+20
| |/
* | More relative path elimination.Paul Phillips2012-09-151-1/+2
* | Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
|/
* Fix SI-5986.Aleksandar Prokopec2012-06-271-16/+17
* Removed TODOs.Erik Rozendaal2012-01-241-2/+2
* Custom implementations of drop/take/slice.Erik Rozendaal2012-01-231-1/+38
* Custom coded version of range/from/to/until.Erik Rozendaal2012-01-211-10/+38
* Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-151-7/+11
* Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-071-0/+416