summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.Lex Spoon2007-04-012-81/+118
* remove the period from the short name of a symbolLex Spoon2007-04-011-1/+1
* include version info in compiler jarLex Spoon2007-04-011-3/+13
* depend on java-gcj-compat-dev, not just java-gc...Lex Spoon2007-04-011-2/+2
* better clean ruleLex Spoon2007-04-011-1/+2
* (no commit message)Lex Spoon2007-04-011-0/+14
* Fixed Iterator.drop (contribution #415)mihaylov2007-03-311-1/+1
* Fxied Stream.dropWhile (bug contribution #410)mihaylov2007-03-301-1/+1
* fixed bug1013Martin Odersky2007-03-302-2/+2
* fixed bug1017Martin Odersky2007-03-303-14/+35
* fixed bug1024.Martin Odersky2007-03-308-10/+29
* Got rid of warningsSean McDirmid2007-03-302-29/+7
* removed Console, added 2 testsmichelou2007-03-302-28/+34
* assumes () parameterless if overridden method h...Martin Odersky2007-03-301-10/+15
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-3019-208/+241
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-3028-104/+351
* fixed bug 1030Adriaan Moors2007-03-291-4/+3
* now supports 'build' and 'dists' defined as sym...michelou2007-03-291-0/+16
* Fixed problem with sensibility checks.Martin Odersky2007-03-285-19/+22
* Changed BitSet to use default toArray methodSean McDirmid2007-03-281-1/+2
* overridng toArray to get rid of bugSean McDirmid2007-03-281-0/+1
* Fixed tail call elimination for calls in the rh...Iulian Dragos2007-03-283-1/+6
* New scala docSean McDirmid2007-03-285-0/+1406
* Revamped scala-doc.Sean McDirmid2007-03-2823-86/+182
* fixed initialization of svn.number propertymichelou2007-03-281-6/+7
* Synchronized src/dotnet-library with rev 10541 ...mihaylov2007-03-2710-182/+98
* also generates sources tarballmichelou2007-03-271-0/+12
* Fixed a small bug in scala.Console.readShort()mihaylov2007-03-271-1/+1
* Small refactoring of the Setting classesmihaylov2007-03-263-16/+21
* Removed implicit use of any java.lang classes f...mihaylov2007-03-2630-24/+38
* Added test case for bug #1020.Iulian Dragos2007-03-261-3/+16
* Fixed bug #1020 (crash on finally with try-catch).Iulian Dragos2007-03-262-18/+12
* Moved pos/contribution_406.scala in pending bec...mihaylov2007-03-263-7/+5
* Added a test case from contribution #406mihaylov2007-03-262-0/+7
* ParallelMatching falls back when it cannot gene...Burak Emir2007-03-242-3/+21
* split test files in the original unchanged file...Adriaan Moors2007-03-241-1/+2
* - added user-accessible settings for the interp...Lex Spoon2007-03-243-27/+96
* Removed Iterable.toArray; it conflicts with Bit...Lex Spoon2007-03-242-11/+1
* added shootout benchmarks to scalatestAdriaan Moors2007-03-241-0/+21
* fixed Seq.toStringLex Spoon2007-03-241-1/+2
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-243-37/+12
* - tweaked two commentsLex Spoon2007-03-241-2/+13
* changes check fileMartin Odersky2007-03-241-2/+2
* fixed bug1014Martin Odersky2007-03-235-12/+153
* Fixed ArrayIndexOutOfBounds in cached bigints f...Iulian Dragos2007-03-231-2/+3
* Fixed unary minus in BigInt (changed from -: to...Iulian Dragos2007-03-231-1/+1
* renamed getOrElsePut to getOrElseUpdate, which ...Lex Spoon2007-03-231-4/+4
* - toString() on large collections now only printsLex Spoon2007-03-234-7/+55
* added test for unapply in StreamsLex Spoon2007-03-231-1/+14
* when printing an import statement, do not add {...Lex Spoon2007-03-231-1/+5