summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Made sortBy unexperimental.Paul Phillips2009-10-222-9/+7
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-221-74/+54
* Added (a variation on) jorge ortiz's sortBy to ...Paul Phillips2009-10-222-4/+28
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-221-6/+0
* Removed erroneous return type comment in scalad...Donna Malayeri2009-10-221-1/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-2225-102/+28
* renamed Vector to IndexedSeqTiark Rompf2009-10-2136-195/+202
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-211-172/+0
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-212-8/+20
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-211-1/+161
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-211-4/+0
* refactoring of TypeVar to set the stage for tcp...Adriaan Moors2009-10-211-3/+3
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-211-0/+6
* Fixed #2429.Martin Odersky2009-10-211-3/+5
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-2179-166/+289
* Made Platform methods inlineable and allow the ...Iulian Dragos2009-10-211-0/+7
* Fix and test for #2446.Philipp Haller2009-10-211-15/+11
* Fix and test case for #2260. Hooray for thePaul Phillips2009-10-203-10/+17
* Ordering delegates Float/Double comparisons to ...Paul Phillips2009-10-201-8/+2
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-195-40/+103
* Repaired some impressively wrong isEmpty logic ...Paul Phillips2009-10-191-3/+3
* Made GenericRange covariant.Paul Phillips2009-10-182-22/+41
* Fixed a bunch of issues with GenericRange.Paul Phillips2009-10-163-58/+53
* Fixed typo from last commit.Paul Phillips2009-10-161-1/+1
* added isInclusive to Range.Martin Odersky2009-10-162-0/+4
* Fixed new implementation of Range.Martin Odersky2009-10-162-81/+49
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-168-133/+279
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-143-184/+240
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-142-11/+10
* ++: replaced by ++=:Martin Odersky2009-10-144-15/+16
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-141-2/+3
* Changed mutable +: to +=:Martin Odersky2009-10-137-9/+12
* Fixed #2234.Philipp Haller2009-10-131-0/+1
* vectors encore un foisTiark Rompf2009-10-131-9/+1043
* Fixed #2099.Martin Odersky2009-10-121-1035/+13
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-127-89/+97
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-111-2/+3
* reverted changes from r19034 due to jvm/sync-va...Tiark Rompf2009-10-102-497/+492
* made scala.collection.Vector create immutable v...Tiark Rompf2009-10-102-492/+497
* fixed another npe in VectorIteratorTiark Rompf2009-10-101-2/+2
* fixed npe when iterating over empty vectorTiark Rompf2009-10-101-0/+5
* fixed WrappedString issue from last commitTiark Rompf2009-10-101-26/+37
* initial checkin of new immutable vectorsTiark Rompf2009-10-101-19/+1024
* Definite fix for #2060; fix for #2392.Martin Odersky2009-10-083-14/+23
* Fixed #2425Martin Odersky2009-10-081-2/+2
* Reverted the BigDecimal implicits added for tic...Paul Phillips2009-10-051-15/+0
* Introduced type as well as value Sequence in pa...Martin Odersky2009-10-021-0/+1
* Sequence->SeqMartin Odersky2009-10-0256-233/+235
* Fixed issue #2427: ListBuffer.update wrongly ch...Gilles Dubochet2009-10-021-2/+0
* Fix and test case for #2075.Paul Phillips2009-10-014-7/+7