summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Corrected uncurry to be called curry.Geoffrey Washburn2008-04-2267-69/+150
* 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
* 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
* Slight improvements in the documentation.Geoffrey Washburn2008-04-151-3/+3
* method NodeSeq#\ supports arguments like "@{uri...Burak Emir2008-04-131-7/+37
* 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
* Fixed equality to be symmetric with respect to ...Geoffrey Washburn2008-04-082-2/+4
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-081-6/+5
* Eliminated either per #708.Geoffrey Washburn2008-04-082-553/+0
* fixed t607, t699Martin Odersky2008-04-084-33/+11
* removed some files (the stuff in scala.util.mat...Martin Odersky2008-04-0713-918/+17
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-0711-55/+396
* More reorg.Geoffrey Washburn2008-04-0786-0/+0
* New reorg planGeoffrey Washburn2008-04-0792-8801/+0
* This might fix things until the unreachable cod...Geoffrey Washburn2008-04-071-8/+8
* fixed #422Burak Emir2008-04-071-0/+2
* fixed some typos in the scaladoc commentsLex Spoon2008-04-071-5/+5
* fixed #671Burak Emir2008-04-061-25/+5
* 'busy waiting? you're not serious' said the Thr...Burak Emir2008-04-061-2/+4
* solved Walter Chang's slow InputStream issue (u...Burak Emir2008-04-061-1/+4
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-041-1/+1
* Cleaned up unused directories.Geoffrey Washburn2008-04-0464-0/+0
* The great library reorg!Geoffrey Washburn2008-04-04178-0/+8801
* Changed signature on reduceLeft/Right per ticke...Geoffrey Washburn2008-04-044-10/+18
* applied patch of t0698Lukas Rytz2008-04-041-1/+1
* Decided that it did not make sense to express p...Geoffrey Washburn2008-04-032-12/+6
* First complete draft of the equivalence, partia...Geoffrey Washburn2008-04-033-13/+148