summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-05-272-6/+4
|
* - Fixed method isSubType for UnboxedType and Un...paltherr2003-05-231-2/+10
| | | | | - Fixed method isSubType for UnboxedType and UnboxedArrayType
* *** empty log message ***Martin Odersky2003-05-221-6/+35
|
* *** empty log message ***Martin Odersky2003-05-211-10/+28
|
* *** empty log message ***Martin Odersky2003-05-213-21/+72
|
* - Moved isGlobalModule method from RefCheck int...paltherr2003-05-191-0/+7
| | | | | | - Moved isGlobalModule method from RefCheck into Symbol Added generation - of module setter method in RefCheck
* *** empty log message ***Martin Odersky2003-05-192-6/+143
|
* - added valueParams methodschinz2003-05-142-1/+41
|
* - added a constructor, fixed another oneschinz2003-05-141-1/+15
| | | | | - added lookup methods
* - Fixed type of method Throwable.throwpaltherr2003-05-141-1/+1
|
* - Added SymbolSubstTypeMap.javapaltherr2003-05-141-0/+147
|
* - Removed code that is now in class SymbolTable...paltherr2003-05-093-230/+4
| | | | | | - Removed code that is now in class SymbolTablePrinter Changed some - toString methods to use SymbolTablePrinter
* - Made rawInfoAt publicpaltherr2003-05-091-1/+1
|
* - Added SymbolTablePrinter.javapaltherr2003-05-091-0/+596
|
* *** empty log message ***Martin Odersky2003-05-091-16/+27
|
* *** empty log message ***Martin Odersky2003-05-082-32/+36
|
* reintroduced possibility to enter things twice ...buraq2003-05-061-1/+0
| | | | | | reintroduced possibility to enter things twice in the scope. Is crucial if source files should be taken instead of compiled things.
* - Removed commented out codepaltherr2003-05-061-13/+0
|
* - Added method containspaltherr2003-05-061-0/+30
| | | | | | | - Added second method iterator - Added assert in method enter to prevent entering two symbols with the same name
* - Fixed code that avoids private methodspaltherr2003-05-061-1/+1
|
* - Changed setOwner to automatically update the ...paltherr2003-05-051-3/+13
| | | | | | - Changed setOwner to automatically update the owner of the associated class (for modules) and constructor (for classes).
* - Removed the break that caused a warningpaltherr2003-05-051-1/+0
|
* *** empty log message ***Martin Odersky2003-05-014-160/+34
|
* *** empty log message ***Martin Odersky2003-04-303-13/+19
|
* *** empty log message ***Martin Odersky2003-04-304-27/+178
|
* - Replaced Name.fromString("<error>") by Name.E...paltherr2003-04-231-1/+1
| | | | | - Replaced Name.fromString("<error>") by Name.ERROR
* *** empty log message ***Martin Odersky2003-04-163-5/+8
|
* - Fixed phase id testpaltherr2003-04-161-1/+1
|
* - Fixed isFunctionType & toString to pretty pri...paltherr2003-04-081-1/+3
| | | | | - Fixed isFunctionType & toString to pretty print function types
* - Fixed Symbol.defString to place the ":" at th...paltherr2003-04-072-10/+46
| | | | | | | | - Fixed Symbol.defString to place the ":" at the right place. - Added method Type.defString needed by Symbol.defString. - Changed the interpreter to use Symbol.defString & Type.toString to print symbols and types.
* *** empty log message ***Martin Odersky2003-04-071-3/+10
|
* *** empty log message ***Martin Odersky2003-04-021-2/+2
|
* *** empty log message ***Martin Odersky2003-04-021-0/+5
|
* *** empty log message ***Martin Odersky2003-03-311-1/+1
|
* *** empty log message ***Martin Odersky2003-03-311-1/+1
|
* *** empty log message ***Martin Odersky2003-03-316-33/+39
|
* - Added method boundpaltherr2003-03-281-6/+22
| | | | | - Changed the erasure of some array types
* - bug fix: do not load private methods of Java ...schinz2003-03-281-1/+2
| | | | | | | - bug fix: do not load private methods of Java classes, because they restrict the visibility of overloaded methods in a bad way - removed trailing whitespace
* - Fixed method updateInfopaltherr2003-03-241-6/+4
|
* - Suppressed compiler warningpaltherr2003-03-241-4/+2
|
* - Removed fields True & False in class scala.Bo...paltherr2003-03-241-7/+1
| | | | | - Removed fields True & False in class scala.Boolean
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-4/+4
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-211-9/+6
|
* *** empty log message ***Martin Odersky2003-03-211-4/+33
|
* - Enhanced error messagepaltherr2003-03-211-1/+1
|
* *** empty log message ***Martin Odersky2003-03-202-1/+6
|
* * .scala files always dominate .class files; co...Matthias Zenger2003-03-171-19/+21
| | | | | | | * .scala files always dominate .class files; consequently, we never refer to classfiles generated by the Scala compiler if the corresponding sourcefiles can be found in the classpath.
* - Added method isPublic, isProtected, isPrivate...paltherr2003-03-141-0/+20
| | | | | - Added method isPublic, isProtected, isPrivate and isAccessor
* - Fixed fullErasurepaltherr2003-03-131-2/+3
|
* *** empty log message ***Martin Odersky2003-03-131-2/+4
|