summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
...
* - made Scala traits implement java.io.Serializa...michelou2005-05-261-2/+24
* Do not set the *static* modifier for classes.mihaylov2005-05-261-0/+1
* Create class constructors only if necessarymihaylov2005-05-261-31/+39
* 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-113-37/+168
* Moved tail call phase before transmatch.Iulian Dragos2005-04-262-35/+151
* - optimisation: treat strongly trivial Scala cl...schinz2005-04-201-64/+62
* - 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