summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Definitions.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-1194/+0
* - Removed symbol for the unused 'java' packagemihaylov2005-10-031-12/+3
* Added delegate supportmihaylov2005-07-071-0/+8
* Implemented support for the scala.cloneable att...mihaylov2005-06-241-1/+16
* Added support for the transient and volatile at...mihaylov2005-06-091-3/+0
* Initial support for attributes - only works for...mihaylov2005-05-291-5/+11
* - bug fix: detect types whose instantiation can...schinz2005-05-111-0/+6
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-201-6/+6
* - renamed getType to getScalaTypeschinz2005-04-191-1/+1
* - improved the interaction between arrays and r...schinz2005-04-171-0/+18
* - 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
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-101-5/+5
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
* - added a few methods and fields related to run...schinz2005-01-171-8/+45
* [MSIL] Do not initialize the TYPE_CLASS symbol;...mihaylov2004-11-231-1/+1
* *** empty log message ***Martin Odersky2004-11-221-1/+1
* *** empty log message ***Martin Odersky2004-11-191-2/+2
* [MSIL] Do not initialize symbols for runtime ty...mihaylov2004-11-161-8/+15
* - added definitions for compound types and refi...schinz2004-10-261-11/+19
* - adapted definitions related to run-time types...schinz2004-10-141-19/+52
* [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
* - [MSIL] use System.Exception instead of java.l...mihaylov2004-09-091-8/+7
* - Added several fake methods to System.Object a...mihaylov2004-07-201-1/+74
* *** empty log message ***Martin Odersky2004-07-151-0/+6
* *** empty log message ***Martin Odersky2004-07-021-1/+1
* - When targetting the MSIL backend treat scala....mihaylov2004-06-211-2/+22
* - Moved method "eq" into AnyRef, changed type o...paltherr2004-06-111-3/+4
* - Removed tabs and trailing white spacespaltherr2004-06-031-2/+2
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-2/+2
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-64/+98
* *** empty log message ***Martin Odersky2004-04-231-7/+13
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-091-8/+8
* - Remove TYPE_TYPEpaltherr2004-03-231-3/+1
* - Moved creation of root class loader into Globalpaltherr2004-03-211-2/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Removed method Definitions.getModule(Stringm ...paltherr2004-03-181-8/+1
* - Removed method subName in class Namepaltherr2004-03-181-46/+55
* - Added factory methods for term symbol in clas...paltherr2004-03-181-34/+34
* - added definitions related to run-time typesschinz2004-03-181-1/+116
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-6/+6
* - Added factory methods for abstract types and ...paltherr2004-03-121-3/+2
* - Fixed computation of SCALA_CLASS and JAVA_CLASSpaltherr2004-03-091-3/+3
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-081-0/+8
* - Generalized the use of static types/trees in ...paltherr2004-03-061-44/+28
* - Removed alias scala.Stringpaltherr2004-03-061-52/+40