summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Implemented #988.Geoffrey Washburn2008-06-101-0/+1
* fix for #1026pradel2008-06-101-1/+1
* added EOLs, missing headersmichelou2008-06-103-30/+53
* int -> Int, etc..michelou2008-06-101-5/+5
* speed up HashTable by replacing BoxedAnyArray w...stepancheg2008-06-092-9/+9
* RandomAccessSeq.empty implementation is Project...stepancheg2008-06-091-1/+3
* Check in revised fix to Console.readLine, etc.Geoffrey Washburn2008-06-091-22/+104
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-062-30/+70
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-063-15/+23
* Removed Proxy from StringBuilder's parentsIulian Dragos2008-06-031-3/+1
* fix documentation of lengthCompare methodstepancheg2008-05-293-6/+27
* drop svn:executable flags from scala sourcesstepancheg2008-05-293-0/+0
* Changed scala.Stream from trait to abstract class.Iulian Dragos2008-05-271-2/+8
* Iterator.collect method (#916)stepancheg2008-05-271-1/+11
* make List.++ faster if argument is List (#887)stepancheg2008-05-271-6/+2
* commented some lines in Sorting.scala (they whe...jeberle2008-05-271-6/+7
* typo: s/assumptopm/assumption/lorch2008-05-261-1/+1
* Implement #886: indexOf, findIndexOfstepancheg2008-05-243-23/+70
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-221-1/+19
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-211-1/+1
* Fixed #677Martin Odersky2008-05-211-0/+44
* Applied provided patch for #921Iulian Dragos2008-05-201-1/+1
* Deprecated lower case type aliases for primitiv...Iulian Dragos2008-05-191-9/+9
* Fixed mkString methodIulian Dragos2008-05-191-1/+1
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-195-11/+53
* Added documentation for lengthCompare, fixed ta...Iulian Dragos2008-05-191-2/+5
* Documented flatten, see #909Iulian Dragos2008-05-141-0/+8
* Added explicit return type in take (see #879)Iulian Dragos2008-05-131-1/+1
* Added no-arg mkString, see issue #869Iulian Dragos2008-05-131-0/+9
* Removed nullness check from trunk.Geoffrey Washburn2008-05-131-3/+0
* Fixed #875Miles Sabin2008-05-111-0/+3
* Fixed #873 by adding in a missing case to resol...Derek Chen-Beker2008-05-101-1/+4
* Made “Manifests” serializable.Gilles Dubochet2008-05-091-1/+1
* Fixed #863.Iulian Dragos2008-05-091-1/+1
* Fixed #852.Iulian Dragos2008-05-094-3/+6
* Fixed #855.Iulian Dragos2008-05-091-3/+17
* Option asserts that its argument is not null.Geoffrey Washburn2008-05-071-0/+3
* fixed #828, #789, #828.Martin Odersky2008-05-022-2/+52
* made manifests serializablemichelou2008-05-021-22/+38
* fixed #790pradel2008-05-021-0/+20
* Removed LGPL licensing based upon Erik's permis...Geoffrey Washburn2008-05-011-18/+1
* Console.readLine() now throws EOFException inst...Geoffrey Washburn2008-05-011-3/+7
* fixed #789. Samll bugfixes in library.Martin Odersky2008-04-302-6/+23
* added () to predef.exit, #752Lukas Rytz2008-04-301-1/+1
* #815michelou2008-04-281-0/+1
* Manifests are generated when required by an imp...Gilles Dubochet2008-04-241-35/+106
* Changed isLeft and isRight to use less memory. Geoffrey Washburn2008-04-241-11/+5
* Changed most uses of lazy val in Either to be d...Geoffrey Washburn2008-04-241-9/+9
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-2367-118/+181