summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* - renamed getType to getScalaTypeschinz2005-04-191-1/+1
* - improved the interaction between arrays and r...schinz2005-04-171-0/+18
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* - Added method "ne" in class AnyRefpaltherr2005-04-111-0/+4
* - added a cache for JavaClassTypes,schinz2005-04-051-0/+9
* - added weakIsInstance method in ScalaClassType...schinz2005-03-281-0/+8
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-0/+12
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-241-0/+8
* - added hasStaticAttribute methodschinz2005-03-141-1/+5
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-101-5/+5
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
* - Added search methodspaltherr2005-02-091-65/+220
* - Added the following methods: getMainOwner, ge...paltherr2005-02-021-7/+116
* - Added SOURCEFILE attribute decodingpaltherr2005-02-011-0/+5
* - Added origin to loaded symbols.paltherr2005-02-014-9/+22
* - Added method getOrigin and setOriginpaltherr2005-02-011-0/+36
* - Added SymbolOriginpaltherr2005-02-011-0/+52
* - Changed AbstractFileReader to store the abstr...paltherr2005-02-012-5/+5
* - Replaced start and stop in Global by a timer.paltherr2005-01-251-3/+3
* - added a few methods and fields related to run...schinz2005-01-171-8/+45
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-132-4/+13
* - Added method isValidNamepaltherr2004-12-131-0/+10
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-132-0/+3
* - Changed PackageParsers to use .symbl filespaltherr2004-12-022-2/+53
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-023-132/+146
* - Added method getNameSpaceOfpaltherr2004-12-021-1/+7
* - Added method hasPackageFlagpaltherr2004-12-021-0/+5
* - Changed writeToFile(String) to writeTo(File)paltherr2004-11-301-2/+2
* - Added method writeToFilepaltherr2004-11-301-0/+6
* - Renamed isParamAccessor to hasParamAccessorFlagpaltherr2004-11-231-3/+3
* - Added method isParamAccessorpaltherr2004-11-231-1/+6
* [MSIL] Do not initialize the TYPE_CLASS symbol;...mihaylov2004-11-231-1/+1
* *** empty log message ***Martin Odersky2004-11-222-2/+2
* - Added method isOverridepaltherr2004-11-221-0/+5
* - Removed class UniqueID (symbols have already ...paltherr2004-11-222-2/+2
* *** empty log message ***Martin Odersky2004-11-193-4/+16
* *** empty log message ***Martin Odersky2004-11-193-4/+18
* - Fixed class ClonedThisSymLazyType to take int...paltherr2004-11-181-10/+14
* - Removed an assertion that prevented self type...paltherr2004-11-181-1/+0
* [MSIL] Do not initialize symbols for runtime ty...mihaylov2004-11-161-8/+15
* - optimized call orderpaltherr2004-11-161-3/+2
* - added definitions for compound types and refi...schinz2004-10-261-11/+19
* *** empty log message ***Martin Odersky2004-10-251-2/+2
* - adapted definitions related to run-time types...schinz2004-10-141-19/+52
* - added initial support for static membersschinz2004-10-141-1/+14
* - Make interfaces inherit from scala.AnyRef (or...mihaylov2004-10-061-2/+2
* *** empty log message ***Martin Odersky2004-10-044-2/+4
* [MSIL] Do not look for the System.Serializable ...mihaylov2004-10-041-1/+1
* - added symbol/type for class java.io.Serializa...michelou2004-09-241-1/+6