summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-231-0/+48
* removed some more type aliasesmichelou2007-07-231-4/+4
* minor changesmichelou2007-07-202-27/+32
* Synced dotnet-library/ with rev 12365mihaylov2007-07-191-0/+3
* Added Stream.Definite toString method to counte...Sean McDirmid2007-07-191-1/+2
* Fixed overload resolution problem that resulted...Sean McDirmid2007-07-191-2/+2
* Fixed ++[B >: A] overload problem.Sean McDirmid2007-07-191-0/+7
* added an embarrassing number of CBN modifiers t...Adriaan Moors2007-07-181-22/+22
* minor changemichelou2007-07-181-6/+6
* added a generalised version of rep1 that allows...Adriaan Moors2007-07-181-2/+16
* Updated Stream to be the projection of List.Sean McDirmid2007-07-1812-89/+234
* removed "fromString" warningsmichelou2007-07-171-5/+5
* added isEmpty and getOrElse to ParseResultAdriaan Moors2007-07-171-0/+5