summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* In a stunning breakthrough, shuffle preserves t...Paul Phillips2009-10-281-32/+8
* Improves Enumeration to obtain names of values ...Philipp Haller2009-10-271-8/+35
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-271-3/+1
* fixed bug in Stream::flatMap (still optimised a...Adriaan Moors2009-10-271-11/+17
* Fix and test for #2214.Philipp Haller2009-10-261-3/+3
* Made scala.util.matching.Regex serializable.Philipp Haller2009-10-261-1/+3
* The arrival of scala.Zero.Paul Phillips2009-10-262-0/+81
* Fix for #2529.Paul Phillips2009-10-261-1/+2
* new classpaths.Lukas Rytz2009-10-261-4/+3
* Deprecation patrol.Paul Phillips2009-10-252-1/+5
* fixed #2428 for good.Martin Odersky2009-10-231-0/+2
* 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