summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** 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
| | | | | | - Improved the verbose output with the assembly from which the class was loaded
* - 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
| | | | | | - Synchronized the isSet method to guard against the weak guarantees of the Java Memory Model
* - 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
| | | | | - Fixed errorTypeTree
* - 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
|
* - Added attribute IS_ERRORpaltherr2004-04-041-3/+25
| | | | | - Added methods newErrorValue and newErrorClass
* - Simplified and removed usage of Symbol.ERRORpaltherr2004-04-041-40/+22
|
* - Added method mkQualifierpaltherr2004-04-041-16/+24
|
* fixed bug in attrib parsingburaq2004-04-031-3/+6
|
* - Fixed position of generated access methodpaltherr2004-04-021-1/+1
|
* - Moved instance of FreshNameCreator from Globa...paltherr2004-04-027-21/+20
| | | | | - Moved instance of FreshNameCreator from Global to Unit
* - Removed unused codepaltherr2004-04-021-19/+0
|
* removed &#buraq2004-04-021-2/+3
|
* *** empty log message ***Martin Odersky2004-04-013-277/+327
|
* added todoburaq2004-03-301-1/+3
|
* modified toString because of entity referencesburaq2004-03-302-2/+2
|
* added parsing of character and entity referencesburaq2004-03-302-2/+58
|
* preparing for entity parsingburaq2004-03-302-3/+36
|
* new syntax for elemsburaq2004-03-301-18/+30
|
* - For objects whose name doesn't coincide with ...mihaylov2004-03-292-59/+120
| | | | | | | | - For objects whose name doesn't coincide with the name of a class, introduce a class with the name of the object with static methods with the same signatures as the methods of the object that forward the call to the instance methods of the object.
* - Removed now useless code for constructorspaltherr2004-03-281-37/+7
|
* - Added creation of general access methods in E...paltherr2004-03-282-38/+73
| | | | | - Added creation of general access methods in ExplicitOuter
* - Added Methods mapSymbol and mapTypepaltherr2004-03-281-10/+49
|
* - Remove useless setNameDecoding(false)paltherr2004-03-281-1/+1
|
* *** empty log message ***Martin Odersky2004-03-261-26/+28
|
* *** empty log message ***Martin Odersky2004-03-262-2/+3
|
* *** empty log message ***Martin Odersky2004-03-261-0/+15
|
* *** empty log message ***Martin Odersky2004-03-2612-142/+348
|
* - Added support for the Any.eq methodmihaylov2004-03-261-54/+28
| | | | | - Removed some unused methods
* - Moved a MSIL specific feature from Erasure to...mihaylov2004-03-262-20/+59
| | | | | | - Moved a MSIL specific feature from Erasure to the TypeCreator class of the MSIL backend
* added toString methodburaq2004-03-261-0/+1
|