summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem discovered by Paul that views do ...Martin Odersky2010-06-063-3/+17
* Fixed a typo in a use caseMartin Odersky2010-06-061-1/+1
* Overwrote copyToArray for efficiency.Martin Odersky2010-06-061-0/+8
* Fix for #3284.Derek Chen-Beker2010-06-042-21/+60
* Fix for init-order caused NPE in NumericRange.Paul Phillips2010-06-041-28/+17
* Burned by a last minute adjustment, I lost the ...Paul Phillips2010-06-041-1/+4
* Discovered and disproved this unlikely truth:Paul Phillips2010-06-041-6/+10
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-033-11/+8
* Codec changes in scala.tools.nsc.io correspondi...Paul Phillips2010-06-031-2/+1
* Restored Source factories to a form source comp...Paul Phillips2010-06-037-99/+136
* Forgot to add stream view classes for #3511.Aleksandar Pokopec2010-06-032-0/+88
* Fixes #3511 by adding a custom StreamView.Aleksandar Pokopec2010-06-031-0/+8
* Fixes #3508. No review is necessary.Aleksandar Pokopec2010-06-021-2/+2
* Partially solves the problem for #3502.Aleksandar Pokopec2010-06-021-4/+14
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-013-7/+16
* Fixes #3496. No review.Aleksandar Pokopec2010-06-011-0/+2
* Adds comments for #3471, and a test case which ...Aleksandar Pokopec2010-05-261-10/+32
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-254-4/+13
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-1/+2
* Brought the *Proxy classes more up to date.Paul Phillips2010-05-249-47/+31
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-243-33/+1
* Reverted r19926 based on reports it breaks thin...Paul Phillips2010-05-221-7/+3
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-222-2/+2
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2122-24/+27
* Added +=: prepend to MutableList.Martin Odersky2010-05-211-0/+7
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-201-3/+4
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-201-1/+1
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-1/+1
* Fixes #3385. No review.Aleksandar Pokopec2010-05-193-37/+74
* Removed deprecation. No review.Aleksandar Pokopec2010-05-181-2/+1
* Changed migration annotation to deprecated.Aleksandar Pokopec2010-05-181-1/+1
* Fixes #3445. no reviewAleksandar Pokopec2010-05-181-0/+7
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-2/+2
* Fix for sliding boundary condition.Paul Phillips2010-05-181-1/+1
* Made javaConversions more general.Martin Odersky2010-05-151-88/+148
* Added one-way conversions from collection.{Set,...Martin Odersky2010-05-131-53/+163
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-12519-519/+0
* Made library build more robust when using other...Gilles Dubochet2010-05-127-241/+241
* Corrected sizeHints for scanLeft/RightMartin Odersky2010-05-111-2/+2
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-105-2/+54
* Made builder in MutableMapFactory use += instea...Martin Odersky2010-05-101-3/+10
* made MathCommon a class to gain some speed.Martin Odersky2010-05-101-1/+1
* docs for breakout and no-arg apply in canbuildfromAdriaan Moors2010-05-072-2/+6
* close #3400. no reviewLukas Rytz2010-05-072-0/+6
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-1/+1
* Fix for #3391. No review.Paul Phillips2010-05-041-1/+4
* Fixed StringBuilder#last performance problem.Martin Odersky2010-05-041-1/+2
* Removed AnnotationInfos.ScalaSigBytes from refl...Gilles Dubochet2010-04-301-8/+0
* Closes #3310 (very large Scala class is compile...Gilles Dubochet2010-04-291-0/+13
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-2990-94/+94