summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-034-404/+367
* 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
* Added some tests for TreeMap/TreeSet.Erik Rozendaal2011-12-282-0/+182
* 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-282-10/+12
* Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-282-42/+37
* 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 branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-273-3/+76
|\
| * Consecutive type application.Paul Phillips2011-12-273-3/+76
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-2726-1/+458
|\ \ \ \ \ \
| | | | | * | Documented emptyValDef fieldEugene Burmako2011-12-231-0/+5
| | | | * | | Tests for recently submitted SI-5334Eugene Burmako2011-12-232-0/+30
| | | | |/ /
| | | * / / fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-252-0/+170
| | | |/ /
| | * | | scalacheck now also has pre-scalacheck and its personal timerEugene Burmako2011-12-261-1/+10
| * | | | A handful of tests for closures under reificationEugene Burmako2011-12-2620-0/+243
| | |_|/ | |/| |
* / | | Fix SI-5341: PhaseAssembly.removeDanglingNodes removes elements from mutable.MapIsmael Juma2011-12-271-1/+1
|/ / /
* | | Fixed regression in lub calculation.Paul Phillips2011-12-262-9/+29
* | | Merge pull request #77 from scalamacros/topic/antlocalePaul Phillips2011-12-251-1/+1
|\ \ \ | |/ / |/| |
| * | Addresses a bug in SimpleDateFormatterEugene Burmako2011-12-251-1/+1
| |/
* | Optimizing at the Name/String boundary.Paul Phillips2011-12-2511-87/+114
* | Optimization in ZipArchive.Paul Phillips2011-12-251-4/+8
* | Merge remote-tracking branch 'origin/develop' into developPaul Phillips2011-12-240-0/+0
|\ \
| * \ Merge pull request #1 from odersky/topic/reifyodersky2011-12-226-89/+78
| |\ \
| | * | Hardening of resetAllAttrs to work in the case where TypeTrees refer to local...Martin Odersky2011-12-222-41/+44
| | * | Hardening of isJavaClass to survive IncompatibleClassChange errors.Martin Odersky2011-12-221-1/+1
| | * | wipEugene Burmako2011-12-224-40/+2
| | * | Non-essential TypeApply trees must be omitted, or they will cause a typecheck...Eugene Burmako2011-12-221-0/+4
* | | | [vpm] when there's a default case, don't throw matcherrorAdriaan Moors2011-12-241-9/+16
* | | | [vpm] lambdalift becomes less NSDNHO-proneAdriaan Moors2011-12-241-0/+1
* | | | [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-249-166/+319
* | | | [vpm] better codegen, especially for alternatives (suggested by Tiark)Adriaan Moors2011-12-243-246/+221
* | | | [vpm] common sub-expression elimination for conditionsAdriaan Moors2011-12-245-81/+456
* | | | [vpm] optimized codegen avoids option-boxingAdriaan Moors2011-12-244-65/+160