summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* added missing file; hope we are done now!Martin Odersky2009-05-251-0/+20
* rest of collections check-inMartin Odersky2009-05-252-3/+3
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-259-200/+191
* Case classes use product prefix instead of clas...Iulian Dragos2009-05-251-1/+1
* KMP implementation for StringBuilder and test c...Paul Phillips2009-05-201-69/+65
* Added java.lang.String's other format variant t...Paul Phillips2009-05-201-0/+17
* more debugging code for teh NoSuchElementExceptionLukas Rytz2009-05-202-16/+32
* small modifications to collections.Martin Odersky2009-05-1913-21/+14
* Reverting 17770 - right, that is what "map view...Paul Phillips2009-05-191-1/+6
* Modified filterKeys to return the same type of ...Paul Phillips2009-05-191-6/+1
* some temporary code to find the bug (NoSuchElem...Lukas Rytz2009-05-191-0/+34
* Cleanup in aisle scala.util.automata! And fix f...Paul Phillips2009-05-183-189/+58
* Updated documentation.Paul Phillips2009-05-171-2/+3
* fixed .net buildLukas Rytz2009-05-161-0/+1
* Creates XMLOptions configuration object to addr...Paul Phillips2009-05-152-44/+80
* Fixed #1932.Gilles Dubochet2009-05-151-1/+0
* Minding our ps and qs in the packrat.Paul Phillips2009-05-151-1/+1
* more collection cleanups and better docsMartin Odersky2009-05-1425-79/+97
* more collection cleanups and better docsMartin Odersky2009-05-141-26/+44
* Removed plus/minus/fromOldMartin Odersky2009-05-1419-384/+140
* cleaned up collection builder frameworkMartin Odersky2009-05-1465-575/+651
* Added to/until methods to RichLong and BigInt.Paul Phillips2009-05-133-38/+76
* Optimiser-friendly changes to Range for more ef...Iulian Dragos2009-05-131-3/+4
* Various improvements to the optimiser: more agg...Iulian Dragos2009-05-131-1/+1
* changes to maps and setsMartin Odersky2009-05-1239-232/+377
* This patch includes the following:Paul Phillips2009-05-125-7/+434
* Reverted probably unintentional change to Enume...Paul Phillips2009-05-121-2/+2
* Patch for #1970 (submitted by jeortiz).Gilles Dubochet2009-05-121-2/+5
* separated mutable and immutable mapsMartin Odersky2009-05-1290-906/+1222
* Cleaned up format a little further now that .to...Paul Phillips2009-05-111-2/+1
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-0964-101/+100
* finitized an infinite loop in sameElementsPaul Phillips2009-05-091-3/+6
* Small change to Stream so force wouldn't always...Paul Phillips2009-05-081-1/+1
* Explicit locking on Symbol creation so multiple...Paul Phillips2009-05-081-35/+49
* Further refinement of fix for #1960.Paul Phillips2009-05-081-5/+5
* fix typos: wrong < chars in scaladocstepancheg2009-05-081-3/+3
* make all scala source files not executablestepancheg2009-05-0864-0/+0
* Being deprecated is no reason to count from -1:...Paul Phillips2009-05-081-1/+1
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-0870-407/+407
* massive new collections checkin.Martin Odersky2009-05-08342-21053/+8419
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-071-44/+23
* Removed java 1.4 charset workaround and a stray...Paul Phillips2009-05-061-6/+1
* Added NoSuccess extractor to combinator lib.Paul Phillips2009-05-061-5/+14
* packrat parsingTiark Rompf2009-05-064-4/+356
* BigDecimal: mark methods appeared in 2.8stepancheg2009-05-041-3/+9
* util.Random @since 2.8stepancheg2009-05-041-1/+3
* StringBuilder helper function to reduce lots of...Paul Phillips2009-05-049-107/+65
* some cosmetic changes to make it compatible wit...Martin Odersky2009-05-041-3/+3
* Fixes for #839 and #840, and removed some dupli...Paul Phillips2009-05-042-55/+10
* Fix for #402.Paul Phillips2009-05-012-2/+2