summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - added empty commentsmichelou2005-11-281-29/+55
* - updated copyright date.michelou2005-10-111-5/+10
* - added comment templates.michelou2005-07-211-5/+46
* - added some comments.michelou2005-07-111-4/+29
* - replaced some tests with symbol flags.michelou2005-07-111-26/+79
* - replaced some tests on symbol flags.michelou2005-07-111-8/+29
* Initial support for attributes - only works for...mihaylov2005-05-291-0/+6
* bugfix of #423buraq2005-05-251-3/+3
* - 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
* Moved tail call phase before transmatch.Iulian Dragos2005-04-261-29/+141
* - 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
* - 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