summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed ticket #181, iterables are now correctly ...Iulian Dragos2007-10-311-1/+4
* reverted refactoring for efficiencymichelou2007-10-311-23/+206
* fixed #202 (NaN), refactored codemichelou2007-10-303-332/+209
* fixed tickets 152, 123.Martin Odersky2007-10-265-12/+40
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-191-1/+0
* boxArray is now called on null, changing it to ...Sean McDirmid2007-10-191-0/+1
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-197-29/+26
* oups! added missing override modifiermichelou2007-10-112-3/+2
* added method partition to Iterable (#171)michelou2007-10-111-0/+16
* removed type aliases, update svn:keywordsmichelou2007-10-094-152/+146
* added node info for blocksmichelou2007-10-081-4/+4
* 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