summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/TypesAsValuesPhase.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-1415/+0
* - bug fix: include compound types in the comput...schinz2005-05-251-1/+13
* - bug fix: transform all isInstance/asInstance ...schinz2005-05-191-1/+2
* - bug fix: detection of classes needing lazines...schinz2005-05-181-13/+33
* - in instantiation methods, reuse array of type...schinz2005-05-121-9/+34
* - bug fix: detect types whose instantiation can...schinz2005-05-111-37/+156
* - optimisation: treat strongly trivial Scala cl...schinz2005-04-201-64/+62
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-201-2/+2
* - renamed getType to getScalaTypeschinz2005-04-191-1/+1
* - improved the interaction between arrays and r...schinz2005-04-171-11/+48
* - fixed asInstanceOf when applied to null, so t...schinz2005-04-071-18/+32
* - added a cache for JavaClassTypes,schinz2005-04-051-4/+6
* - use the mini-transformer when targetting the ...mihaylov2005-03-291-25/+27
* - added weakIsInstance method in ScalaClassType...schinz2005-03-281-3/+42
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-13/+59
* - pass null as ancestor code when it is empty, ...schinz2005-03-261-1/+4
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-241-4/+1
* - fixed the ancestors of Object,schinz2005-03-201-19/+14
* - changed the format of the ancestor code, to s...schinz2005-03-191-46/+66
* - removed NewMember class and all related code,...schinz2005-03-191-43/+14
* - adapted to be before LambdaLiftschinz2005-03-141-61/+79
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-101-42/+42
* - renamed isSameAs to isSameType, to be consistentschinz2005-02-171-32/+28
* - added support for ThisTypesschinz2005-01-251-0/+10
* - bug fix: computation of the display fixed for...schinz2005-01-201-22/+29
* - bug fix: use correct parent index for classes...schinz2005-01-191-4/+18
* - handle a few more "special" types (All, AllRe...schinz2005-01-171-312/+132
* - fixed a bug in the "refinements" method (note...schinz2004-12-091-2/+8
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-2/+2
* - Removed fail methods in class Globalpaltherr2004-12-031-1/+1
* - introduced compound types (and therefore refi...schinz2004-10-261-36/+304
* - almost complete rewriteschinz2004-10-141-170/+680
* *** empty log message ***Martin Odersky2004-07-081-1/+2
* *** empty log message ***Martin Odersky2004-07-011-2/+2
* - Removed calls to Symbol.module()paltherr2004-04-101-4/+1
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-20/+15
* - Added factory methods for term symbol in clas...paltherr2004-03-181-5/+3
* - make it at least compileschinz2004-03-181-1/+1
* - completely non-working run-time types for Sca...schinz2004-03-181-0/+474