summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Implement #886: indexOf, findIndexOfstepancheg2008-05-243-23/+70
| | | | | | | | introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1
| | | | | Fixed String.+ when the implicit is applied to a null.
* 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
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* 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
| | | | | Deprecated lower case type aliases for primitive types, #744.
* Fixed mkString methodIulian Dragos2008-05-191-1/+1
|
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-195-11/+53
| | | | | | Deprecate all of the problematic + methods, and removed those that never appeared in a release.
* Added documentation for lengthCompare, fixed ta...Iulian Dragos2008-05-191-2/+5
| | | | | Added documentation for lengthCompare, fixed tail recursive method.
* 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
| | | | | Fixed #873 by adding in a missing case to resolveType.
* 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
| | | | | Removed LGPL licensing based upon Erik's permission.
* Console.readLine() now throws EOFException inst...Geoffrey Washburn2008-05-011-3/+7
| | | | | Console.readLine() now throws EOFException instead of returning null.
* 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
| | | | | | | Manifests are generated when required by an implicit. The generated Manifests are quite simple (for now) and only provide an entry point to the underlying erased type (a java.lang.Class).
* Changed isLeft and isRight to use less memory. Geoffrey Washburn2008-04-241-11/+5
| | | | | | | | Changed either from a sealed trait to a sealed abstract class to allow exhaustiveness checking. All changes per the discussion in #797.
* Changed most uses of lazy val in Either to be d...Geoffrey Washburn2008-04-241-9/+9
| | | | | Changed most uses of lazy val in Either to be defs.
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-2367-118/+181
| | | | | | | | | FunctionN, where N > 4, many fewer classes are created statically at the expense of creating more objects dynamically (which seems reasonable given how common such functions are likely to be). This also allows for curry in FunctionN for N > 8 without running into the filename length restriction.
* Really fixed curry this time.Geoffrey Washburn2008-04-2267-91/+67
|
* No curry for you! (If you are FunctionN, for N ...Geoffrey Washburn2008-04-2267-85/+67
| | | | | No curry for you! (If you are FunctionN, for N < 2 and N > 16)
* Corrected uncurry to be called curry.Geoffrey Washburn2008-04-2267-69/+150
| | | | | Generalized curry to FunctionN for N >= 2
* fixed #768 for HashSet.Martin Odersky2008-04-213-3/+48
|
* fixed #768Martin Odersky2008-04-181-1/+2
|
* (1) API docs for private classes and DBC are no...Gilles Dubochet2008-04-187-32/+63
| | | | | | | | (1) API docs for private classes and DBC are no longer generated. Private classes are needed by the compiler but shouldn't be used by clients. DBC is in cold storage (available but not recommended) until DBC2 is ready. (2) Removed "reflect.TypedCode" that is obsolete.
* fixed #768Martin Odersky2008-04-181-2/+3
|
* Applied the patch for Either after some revisions.Geoffrey Washburn2008-04-183-2/+358
|
* Small adjustment to method signature.Philipp Haller2008-04-171-1/+1
|
* Rewrote scala.concurrent.SyncChannel.Philipp Haller2008-04-171-25/+58
|
* optimization for streams as proposed in #498Lukas Rytz2008-04-161-4/+7
|
* Improvements to genprodGeoffrey Washburn2008-04-1668-136/+304
| | | | | Added uncurry to Function2, swap to Tuple2.
* Slight improvements in the documentation.Geoffrey Washburn2008-04-151-3/+3
|
* method NodeSeq#\ supports arguments like "@{uri...Burak Emir2008-04-131-7/+37
| | | | | method NodeSeq#\ supports arguments like "@{uri}attrname" for searching prefixed attributes.
* made xml.pull functionalBurak Emir2008-04-122-13/+42
|
* putting files back where they belongBurak Emir2008-04-126-0/+0
|
* moving files back to proper subdirectoryBurak Emir2008-04-095-0/+0
|