summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added signum functions.Geoffrey Washburn2008-04-031-2/+13
* removed contractiveness requirement for implici...Martin Odersky2008-04-021-8/+8
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-027-32/+18
* added requires and ensuring methods.Martin Odersky2008-04-021-3/+21
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-021-63/+37
* fixed #713michelou2008-04-022-33/+44
* reverted parseattrubtevalue hack, fixed attribu...Burak Emir2008-03-274-13/+14
* Fixed XML entity reference parsing: &quote; to ...Iulian Dragos2008-03-251-3/+3
* added insert for Byte/Short, synchronized CLDC ...michelou2008-03-251-6/+38
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-211-0/+34
* Added overloaded toArray methods to avoid boxin...Iulian Dragos2008-03-202-0/+23