summaryrefslogtreecommitdiff
path: root/src/library/scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2545.Martin Odersky2009-11-022-5/+22
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-021-30/+27
* Vector improvements, now doing a lot less copyi...Tiark Rompf2009-11-021-392/+455
* Some structural improvements to Either and Opti...Paul Phillips2009-11-012-56/+77
* separated Vector impl from IndexedSeqTiark Rompf2009-10-305-1081/+1091
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-301-26/+15
* changed standard library so that it does not re...Martin Odersky2009-10-2871-25/+136
* Fix for some accidentally enabled logging.Paul Phillips2009-10-281-4/+6
* Whole bunch of code for people interested in eq...Paul Phillips2009-10-282-258/+111
* Fixed #1342.Martin Odersky2009-10-282-4/+21
* The final, tear-inducingly simple implementatio...Paul Phillips2009-10-281-8/+7
* 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