summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-9/+25
* explain deprecation in JavaMapAdaptor / JavaSet...Lukas Rytz2008-03-202-0/+2
* Adding apply methods to Map/Set/etc...Sean McDirmid2008-03-207-9/+34
* Start of the Ordering trait.Geoffrey Washburn2008-03-191-0/+24
* Fixed comment added keywords.Geoffrey Washburn2008-03-191-3/+2
* Added a trait for equivalence relations.Geoffrey Washburn2008-03-192-3/+28
* Fixed svn propertiesmihaylov2008-03-1968-66/+68
* Fixed svn propertiesmihaylov2008-03-1913-10/+14
* moved or fixed package declaration of some file...mihaylov2008-03-192-1/+3
* Added missing StringBuilder methods for #656.Geoffrey Washburn2008-03-181-0/+6
* Enhancement #623NAME2008-03-182-2/+15
* Removed Matchable string, which is no longer ne...Martin Odersky2008-03-171-28/+0
* added CharSequence abstractionMartin Odersky2008-03-1723-236/+768
* hello worldSean McDirmid2008-03-1610-10/+10
* removed unchecked warnings, fixed parseFullmichelou2008-03-131-14/+21
* Updated documentation with complexity informati...Iulian Dragos2008-03-132-16/+31
* Fixed unreachable code in JSON parser.Gilles Dubochet2008-03-121-17/+12
* Changed the return type for parseFull to List f...Derek Chen-Beker2008-03-121-12/+22
* added missing headersmichelou2008-03-1210-2/+101
* fixed #617, code cleanupmichelou2008-03-111-67/+72
* added support for regexps """<regexp>""".r.Martin Odersky2008-03-106-22/+49
* StringBuffer -> StringBuildermichelou2008-03-101-1/+1
* added doc commentsMartin Odersky2008-03-101-0/+31
* 1.Martin Odersky2008-03-1017-79/+392