summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - fixed asInstanceOf when applied to null, so t...schinz2005-04-071-18/+32
* - added a cache for JavaClassTypes,schinz2005-04-051-4/+6
* - do not mix in static membersschinz2005-04-031-1/+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-262-15/+61
* - 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
* - Fixed and added bug 399paltherr2005-02-181-6/+12
* - renamed isSameAs to isSameType, to be consistentschinz2005-02-171-32/+28
* - Added some tests to avoid the inlining of met...paltherr2005-02-081-3/+21
* gone with thisburaq2005-01-286-2531/+0
* *** empty log message ***Martin Odersky2005-01-271-0/+4
* translated to scalaburaq2005-01-2610-1008/+0
* - added support for ThisTypesschinz2005-01-251-0/+10
* translated matching.PatternMatcher to Scalaburaq2005-01-245-925/+34
* translated most to scalaburaq2005-01-2115-1553/+36
* - 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
* - bug fix: nested private classes are no longer...schinz2005-01-171-1/+16
* - fixed a bug in the "refinements" method (note...schinz2004-12-091-2/+8
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-0713-94/+50
* - Removed some obsolete references class TextTr...paltherr2004-12-064-5/+1
* - Removed field units in class Globalpaltherr2004-12-031-20/+7
* - Removed fail methods in class Globalpaltherr2004-12-031-1/+1
* - Removed old files rewritten to scalapaltherr2004-12-032-516/+0
* - Removed old checkerspaltherr2004-12-034-19/+0
* - Added a field "global" in TextTreePrinterpaltherr2004-11-221-7/+1
* *** empty log message ***Martin Odersky2004-11-191-0/+4
* *** empty log message ***paltherr2004-11-161-1/+0
* - introduced compound types (and therefore refi...schinz2004-10-261-36/+304
* - handle static members correctly (i.e.schinz2004-10-142-2/+3
* - almost complete rewriteschinz2004-10-141-170/+680
* - Generalized the code that transforms local va...paltherr2004-09-161-3/+8
* - Readded a fixed version of the code to handle...paltherr2004-09-161-0/+10
* - removed wrong (?) if-test in method 'liftSymb...michelou2004-09-161-4/+0
* - When selecting the most specific '==' method ...mihaylov2004-09-141-38/+47
* - Added a missing substitution for cloned type ...paltherr2004-09-131-0/+8
* - Try to find the most specific '==' method to ...mihaylov2004-09-101-2/+41
* *** empty log message ***Martin Odersky2004-09-021-0/+1
* - Moved tree elimination code into AddAccessorspaltherr2004-08-312-12/+7
* - Removed type contextspaltherr2004-08-311-192/+109
* - Fixed order of calls to setOwner and infopaltherr2004-08-311-1/+1
* - Removed unneeded fields from TypeContextpaltherr2004-08-301-25/+6