summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added options to scaladoc Ant taskmichelou2007-04-102-25/+26
* added more options to scaladoc Ant taskmichelou2007-04-103-418/+504
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-1012-200/+141
* corrected typomichelou2007-04-102-9/+9
* removed test codemichelou2007-04-101-14/+0
* updated file headersmichelou2007-04-1023-161/+192
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0631-537/+954
* small changes to supercallsMartin Odersky2007-04-052-7/+15
* cleanup up imports in Ant tasksmichelou2007-04-052-23/+14
* explicit supercalls + new style for syntax + ba...Martin Odersky2007-04-0410-74/+135
* removed unsealedClass in Definitionsmichelou2007-04-031-30/+11
* Trying to fix the build....Sean McDirmid2007-04-031-2/+2
* Checking in everything else to fix the build!Sean McDirmid2007-04-0313-233/+314
* Removing 1.5 specific APIsSean McDirmid2007-04-032-10/+13
* Fixed isUnbox/isBox methods.Iulian Dragos2007-04-031-2/+2
* Fixed SyncVar.get ( contribution #420)mihaylov2007-04-021-1/+1
* - annotations on types use lifted reflect trees...Lex Spoon2007-04-017-29/+616
* 1.Lex Spoon2007-04-012-81/+118
* remove the period from the short name of a symbolLex Spoon2007-04-011-1/+1
* 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-301-14/+27
* fixed bug1024.Martin Odersky2007-03-306-10/+22
* assumes () parameterless if overridden method h...Martin Odersky2007-03-301-10/+15
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-305-14/+25
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-3028-104/+351
* fixed bug 1030Adriaan Moors2007-03-291-4/+3
* 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-281-1/+2
* New scala docSean McDirmid2007-03-285-0/+1406
* Revamped scala-doc.Sean McDirmid2007-03-2822-86/+174
* Synchronized src/dotnet-library with rev 10541 ...mihaylov2007-03-2710-182/+98
* 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
* Fixed bug #1020 (crash on finally with try-catch).Iulian Dragos2007-03-262-18/+12
* ParallelMatching falls back when it cannot gene...Burak Emir2007-03-242-3/+21
* - 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
* 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
* fixed bug1014Martin Odersky2007-03-232-12/+9
* 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