summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Closes #5452.Hubert Plociniczak2012-02-172-8/+19
* Merge remote-tracking branch 'erikrozendaal/SI-5331' into developPaul Phillips2012-02-154-57/+627
|\
| * Removed TODOs.Erik Rozendaal2012-01-241-2/+2
| * Custom implementations of drop/take/slice.Erik Rozendaal2012-01-233-7/+44
| * Custom coded version of range/from/to/until.Erik Rozendaal2012-01-213-26/+49
| * Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-153-11/+23
| * Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-072-8/+2
| * Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-074-413/+421
| * Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-063-143/+424
| * Deprecate TreeMap.isSmaller and TreeSet.isSmaller.Erik Rozendaal2012-01-062-0/+2
| * Add implementation notes. Consistently use eq/ne to compare with null.Erik Rozendaal2012-01-051-7/+24
| * Move nth method to RedBlack. Inline factories for tree nodes.Erik Rozendaal2012-01-053-18/+20
| * Optimize foreach and iterators.Erik Rozendaal2012-01-043-44/+71
| * Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-033-348/+311
| * Implemented range without using pattern matching.Erik Rozendaal2012-01-021-9/+14
| * Implemented deletes without pattern matching.Erik Rozendaal2012-01-021-61/+72
| * Moved key/value/left/right fields up to NonEmpty class. Don't relyErik Rozendaal2012-01-023-33/+57
| * Minimize number of calls to ordering.Erik Rozendaal2011-12-281-13/+14
| * Improved performance of RedBlack.NonEmpty.nth (helps take/drop/split/etc).Erik Rozendaal2011-12-281-2/+3
| * Performance improvements for iteration (foreach and iterator).Erik Rozendaal2011-12-283-18/+51
| * TreeMap/TreeSet no longer keep track of the size (the RedBlack treeErik Rozendaal2011-12-282-40/+31
| * Made RedBlack private to the scala.collection.immutable package.Erik Rozendaal2011-12-281-4/+3
| * Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-281-2/+1
| * Use single shared Empty instance across all RedBlack trees.Erik Rozendaal2011-12-283-23/+32
| * Changed abstract class RedBlack to singleton object.Erik Rozendaal2011-12-283-10/+13
| * Moved type parameter A from RedBlack to Tree.Erik Rozendaal2011-12-283-71/+71
| * Moved from Empty case object to case class in preparation of movingErik Rozendaal2011-12-283-15/+15
| * Moved from implicit ordering value to implicit parameter.Erik Rozendaal2011-12-281-17/+15
| * Switched from isSmaller to ordering.Erik Rozendaal2011-12-281-9/+9
| * Implemented takeWhile/dropWhile/span to use tree splitting. ThisErik Rozendaal2011-12-282-0/+26
| * Implemented drop/take/slice/splitAt/dropRight/takeRight forErik Rozendaal2011-12-283-0/+53
| * RedBlack.scala: Change count from 'def' to 'val' in NonEmpty treeErik Rozendaal2011-12-281-1/+1
| * Optimized implementation of init/tail for TreeSet/TreeMap.Erik Rozendaal2011-12-282-0/+6
| * Optimized implementations of head/headOption/last/lastOption forErik Rozendaal2011-12-283-0/+19
| * Use custom implementation for iterating over RedBlack trees. RawErik Rozendaal2011-12-281-5/+31
| * Use RedBlack.iterator to create iterators for TreeSet/TreeMap.Erik Rozendaal2011-12-282-2/+2
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'axel22/issue/5293', 'szabolcsberecz/synchroni...Paul Phillips2012-02-153-16/+51
|\ \ \ \
| | | * | Improve handling of final and @inline in specialization.Erik Osheim2012-02-151-4/+21
| * | | | Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-152-12/+30
| | |/ / | |/| |
* | | | Major rewrite of sys.process documentation.Daniel C. Sobral2012-02-156-158/+613
* | | | Close file descriptor leak in sys.process.Daniel C. Sobral2012-02-151-6/+12
| |/ / |/| |
* | | Merge branch 'develop'Paul Phillips2012-02-154-52/+147
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'scalamacros/pullrequest/preprocessreifees' an...Paul Phillips2012-02-154-52/+147
| |\ \ \ \
| | | * | | Makes multiline interpolation work finelyEugene Burmako2012-02-151-3/+5
| | * | | | Disables typechecking that precedes reflective compilationEugene Burmako2012-02-142-18/+24
| | * | | | Preprocessing for reifeesEugene Burmako2012-02-141-31/+118
| | |/ / /
* | | | | Revert "Fix for SI-5452."Paul Phillips2012-02-151-3/+1
* | | | | Revert "Make fix for SI-5452 not break other things."Paul Phillips2012-02-152-7/+4
* | | | | Revert "Restored scala.reflect.Code."Paul Phillips2012-02-151-24/+0
* | | | | Restored scala.reflect.Code.Paul Phillips2012-02-151-0/+24
|/ / / /