summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-091-3/+1
* Moved matching from 'util' to 'scala.util'.Gilles Dubochet2008-03-089-9/+9
* Applied patch from #598NAME2008-03-071-1/+1
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-073-8/+32
* Set keywords property.Geoffrey Washburn2008-03-071-1/+1
* Oops.Geoffrey Washburn2008-03-071-479/+9
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-072-0/+1021
* Added a method to give you the default characte...Geoffrey Washburn2008-03-061-0/+7
* fixed double escaping issueBurak Emir2008-03-052-5/+5
* Added util.matching package that contains extra...Philipp Haller2008-03-049-0/+573
* Added equals methods to instances of Ordered. Geoffrey Washburn2008-03-041-0/+5
* Eliminated a few more redundant uses of toString.Geoffrey Washburn2008-03-041-4/+4
* Undid most of the valueOf optimizations as they...Geoffrey Washburn2008-03-043-18/+48
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-033-18/+18
* returning "" is more efficient than new String()Geoffrey Washburn2008-03-031-1/+1
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-032-9/+9
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-035-7/+7
* Added a definition of equals() and hashCode to ...Geoffrey Washburn2008-02-291-0/+4
* Removed stub methods, and moved the contractual...Geoffrey Washburn2008-02-281-24/+17
* Commented out the change until I can sort out w...Geoffrey Washburn2008-02-271-4/+6
* Add default implementations of equals and hashC...Geoffrey Washburn2008-02-271-0/+22
* updated RichString on dotnet/cldcmichelou2008-02-261-3/+3
* fixed #562michelou2008-02-261-5/+8
* fixed #551 and #566michelou2008-02-264-24/+51
* fixed scaladoc commentsmichelou2008-02-251-13/+133
* fixed #499michelou2008-02-251-1/+1
* fixed #529michelou2008-02-221-5/+14
* fixed #447michelou2008-02-221-14/+24
* fixed #468michelou2008-02-221-5/+50
* eliminated need to cmpile with -YnopredefsMartin Odersky2008-02-221-0/+1
* added Seq[Char] arg to append/insertmichelou2008-02-221-0/+27
* removed RichString methods and @throwsmichelou2008-02-211-32/+6
* added scaladoc commentsmichelou2008-02-212-16/+310
* fixed broken build (scaladoc)michelou2008-02-212-4/+4
* uses readResolve for symbolsmichelou2008-02-201-6/+2
* fixed #523michelou2008-02-201-4/+9
* fix error in getLineBurak Emir2008-02-201-2/+9
* anonfuns now accept up to 22 argsmichelou2008-02-1913-0/+338
* Java 1.4 compatibilitymichelou2008-02-192-102/+63
* Changed scala.Symbol to be always internedIulian Dragos2008-02-181-13/+21
* Changed the toString of Iterator to have the wo...Lex Spoon2008-02-181-1/+1
* fixed #429michelou2008-02-181-22/+32
* Fixing bugs in new and old plugin.Sean McDirmid2008-02-174-35/+100
* add documentation and fixed copyrightBurak Emir2008-02-161-5/+15
* fix semantics of %, 2nd try.Burak Emir2008-02-161-1/+1
* fix semantics of method %Burak Emir2008-02-161-5/+5
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-161-20/+90
* fixed #485michelou2008-02-159-66/+88
* - fixed filenames and package declaration of so...mihaylov2008-02-144-7/+14
* removed deprecated class util.Fluidmichelou2008-02-131-25/+0