summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-04-193-32/+87
* fixed increment in Iterator.fromStringburaq2004-04-161-1/+1
* *** empty log message ***Matthias Zenger2004-04-162-6/+6
* *** empty log message ***Martin Odersky2004-04-163-13/+338
* Added new traits to the Buffer abstraction.Matthias Zenger2004-04-164-29/+346
* Refactored some parts of the Scala API.Matthias Zenger2004-04-1621-189/+41
* *** empty log message ***Martin Odersky2004-04-156-57/+65
* - Removed assertion that prevents module cloningpaltherr2004-04-151-1/+0
* - Added flag IS_CONSTRUCTORpaltherr2004-04-151-11/+6
* *** empty log message ***buraq2004-04-142-23/+14
* removed Similarity added sameElementsburaq2004-04-141-2/+2
* removed Similarityburaq2004-04-141-3/+3
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-1414-219/+347
* - Removed usage of Symbol.module() in Pickle/Un...paltherr2004-04-134-26/+40
* - I fixed a concurrency problem.cremet2004-04-131-2/+5
* - When launched as a server, Scaladoc compute t...cremet2004-04-131-8/+25
* - Added java flag "-ea" to all "*-debug" commandspaltherr2004-04-131-1/+1
* - Added links for all outer modules (solves bug...paltherr2004-04-131-7/+7
* - I modified Scaladoc so that it does not gener...cremet2004-04-135-525/+685
* - Removed calls to Symbol.module()paltherr2004-04-102-16/+2
* - Removed calls to Symbol.module()paltherr2004-04-104-22/+18
* - Removed automatic SYNTHETIC flag on root clas...paltherr2004-04-102-3/+3
* - Simplified module creationpaltherr2004-04-095-60/+37
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-098-116/+166
* *** empty log message ***Martin Odersky2004-04-082-4/+5
* *** empty log message ***Martin Odersky2004-04-081-1/+3
* *** empty log message ***Martin Odersky2004-04-0812-111/+241
* fixed treatment of SUburaq2004-04-071-3/+6
* UNICODEburaq2004-04-071-126/+310
* *** empty log message ***Martin Odersky2004-04-0612-108/+299
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
* - Added Tree.Createpaltherr2004-04-0613-36/+190
* - Added the scala logomihaylov2004-04-055-2/+48
* - Synchronized the isSet method to guard agains...mihaylov2004-04-051-2/+2
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-045-61/+3
* - Removed references to Symbol.ERRORpaltherr2004-04-042-6/+3
* - Removed references to Symbol.ERRORpaltherr2004-04-041-10/+4
* - Removed method error(Tree,String)Treepaltherr2004-04-041-35/+47
* - Removed Tree.Badpaltherr2004-04-047-54/+75
* - Added method Type.isErrorpaltherr2004-04-044-33/+45
* - Removed usage of ERROR in qualifyingClasspaltherr2004-04-041-7/+8
* - Removed Tree.isMissingpaltherr2004-04-042-12/+4
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
* - Fixed error tests to use isErrorpaltherr2004-04-043-11/+11
* - Added class ErrorScopepaltherr2004-04-042-1/+23
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-043-5/+6
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-0415-160/+128
* - Moved newErrorClasspaltherr2004-04-041-11/+11
* - Changed to use Symbol.newErrorClasspaltherr2004-04-041-3/+1