summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* big overhaul of annotations implementation.Lukas Rytz2009-05-3057-536/+384
* Null check on RichString->String implicit.Paul Phillips2009-05-301-1/+1
* Named and default argumentsLukas Rytz2009-05-302-3/+3
* Endless exploration of exception handling synta...Paul Phillips2009-05-291-26/+47
* Exception handling approaching platonic ideal.Paul Phillips2009-05-291-45/+44
* Continuing to refine exception composition.Paul Phillips2009-05-291-36/+55
* Fix for #2024.Paul Phillips2009-05-291-1/+1
* More efficient 'clear' method.Iulian Dragos2009-05-291-0/+3
* "scala.Random" has been deprecated since 2.7.2 ...Gilles Dubochet2009-05-291-25/+0
* Further development of the Numeric and Ordering...Paul Phillips2009-05-286-165/+81
* Added a sequence shuffling method to scala.util...Paul Phillips2009-05-281-1/+30
* Implements feature request #2008.Gilles Dubochet2009-05-281-2/+1
* The classics never go out of style: reintegrate...Paul Phillips2009-05-282-73/+36
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-2710-28/+2
* Reintegrated PriorityQueue.Paul Phillips2009-05-275-60/+53
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-27121-391/+470
* Logic error in Traversable; fixes #2002.Paul Phillips2009-05-271-1/+1
* Not quite complete reintegration of a handful o...Paul Phillips2009-05-2711-108/+78
* Moved the script related classes from scala.col...Paul Phillips2009-05-265-57/+50
* removed deprecated files; more changes to repl.Martin Odersky2009-05-264-211/+1
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-263-0/+294
* 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