summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* fixed ticket #153michelou2007-10-051-4/+10
* made Stream.length not be recursiveLex Spoon2007-10-041-1/+9
* Downgraded randomAccessSeq[Char] => String impl...Sean McDirmid2007-10-041-1/+1
* enums can't be serializedmichelou2007-10-031-8/+12
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-026-7/+15
* corrected typomichelou2007-10-021-1/+1
* fixed ticket #141michelou2007-10-021-8/+17
* fixed #99, fixed order of worker queuemichelou2007-09-271-6/+8
* Updated lib/mscorlib to Mono 1.2.5, added bin/h...michelou2007-09-251-0/+3
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-254-50/+26
* Added “alternative with longest match selection...Gilles Dubochet2007-09-191-0/+52
* aded svn:keywords, file headers in XML classesmichelou2007-09-1824-189/+272
* Massive check-in for IDE.Sean McDirmid2007-09-177-13/+49
* added classes for persistent storage of XMLBurak Emir2007-09-174-0/+181
* added XInclude classes for SAX APIBurak Emir2007-09-177-0/+972
* Removed explicit references via java.lang to Il...mihaylov2007-09-171-2/+2
* combinator1 parser changes + examples addedMartin Odersky2007-09-163-24/+6
* fixed #60 ampersand in xmlBurak Emir2007-09-141-4/+4
* new version of combinator parsersMartin Odersky2007-09-1410-0/+1112
* Re-adding serialization code that was I think a...Sean McDirmid2007-09-131-3/+26
* added "import Predef._" for successful MSIL buildmichelou2007-09-112-18/+17
* Changed linked hash set to mutable hash set.Sean McDirmid2007-09-111-2/+2
* 1. added var pattern = expr syntaxMartin Odersky2007-09-101-2/+2
* removed unchecked warningmichelou2007-09-041-1/+1
* corrected typo in type argument (collection.Set)michelou2007-09-043-7/+39
* fixed commentBurak Emir2007-09-021-2/+2
* sorry, Iulian is the author of this file.Burak Emir2007-09-021-3/+6
* enhancement #20Burak Emir2007-09-013-27/+26
* reverted bogus change by micheloud.Burak Emir2007-09-011-4/+3
* fixed ticket 17 (unboxing 2d-arrays)Martin Odersky2007-08-301-1/+11
* Forgot to enable the Array Projection type in A...Sean McDirmid2007-08-292-4/+4
* * Added Array.Projection to facilitate efficien...Sean McDirmid2007-08-2914-136/+146
* fixed contrib #739michelou2007-08-281-0/+4
* fixed commentmichelou2007-08-231-3/+4
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-231-3/+2
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-2227-76/+114
* fixed method slice both in arrays and lists (se...michelou2007-08-2212-84/+102
* removed private modifiermichelou2007-08-201-2/+2
* fixed contrib #747michelou2007-08-201-3/+10
* updated syntaxmichelou2007-08-202-43/+69
* fixed MSIL tests (.dll not found)michelou2007-08-143-4/+6
* Undid changes to implicit conversions to java.l...Iulian Dragos2007-08-091-7/+7
* Changed implicit conversions to java's boxed ty...Iulian Dragos2007-08-081-8/+8
* Fixing indexOf bug.Sean McDirmid2007-08-071-7/+9
* use termSymbol to detect Ident(object) pattern,...Burak Emir2007-08-062-3/+3
* fixed warning messagesmichelou2007-07-262-7/+6
* deleted unreachable codeBurak Emir2007-07-251-6/+0
* fixed problems in subtyping.Martin Odersky2007-07-248-36/+51
* added class scala.Randommichelou2007-07-242-4/+75
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-231-6/+0