summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
...
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-203-9/+9
* - renamed getType to getScalaTypeschinz2005-04-193-3/+3
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
* - improved the interaction between arrays and r...schinz2005-04-173-11/+68
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* new XML API that deals with namespaces properlyburaq2005-04-111-0/+1
* - Added method "ne" in class AnyRefpaltherr2005-04-117-6/+22
* - fixed asInstanceOf when applied to null, so t...schinz2005-04-071-18/+32
* - added a cache for JavaClassTypes,schinz2005-04-053-4/+16
* Fixed the implicit coercion of Enums to their u...mihaylov2005-04-051-3/+2
* - do not mix in static membersschinz2005-04-031-1/+6
* - use the mini-transformer when targetting the ...mihaylov2005-03-291-25/+27
* Don't emit widening casts.mihaylov2005-03-291-1/+2
* - added weakIsInstance method in ScalaClassType...schinz2005-03-283-3/+51
* - changed pattern matcher to use the erased ver...schinz2005-03-271-8/+14
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-269-26/+89
* - pass null as ancestor code when it is empty, ...schinz2005-03-261-1/+4
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-243-4/+10
* - 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
* - moved TypesAsValues before LambdaLiftschinz2005-03-141-5/+5
* - adapted to be before LambdaLiftschinz2005-03-141-61/+79
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-141-1/+9
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-144-0/+20
* - added hasStaticAttribute methodschinz2005-03-141-1/+5
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-103-48/+48
* - Correctly differentiate between methods that ...mihaylov2005-03-011-1/+3
* - Give private inner classes assembly visibility.mihaylov2005-03-011-1/+5
* - Fixed and added bug 399paltherr2005-02-181-6/+12
* - added EMPTY_ARRAYschinz2005-02-171-0/+1
* - renamed isSameAs to isSameType, to be consistentschinz2005-02-171-32/+28
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
* - updated copyright year.michelou2005-02-091-2/+2
* - Added search methodspaltherr2005-02-091-65/+220
* - Added some tests to avoid the inlining of met...paltherr2005-02-081-3/+21
* - 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
* gone with thisburaq2005-01-286-2531/+0
* - Split the Reporter class into a Reporter inte...paltherr2005-01-272-8/+10
* *** empty log message ***Martin Odersky2005-01-271-0/+4
* translated to scalaburaq2005-01-2610-1008/+0
* - Replaced start and stop in Global by a timer.paltherr2005-01-253-33/+16
* - Added a dummy "codegen" phase to enable/disab...paltherr2005-01-251-0/+6
* - added support for ThisTypesschinz2005-01-251-0/+10