summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - corrected if-test in 'addAttribute' function.michelou2005-06-141-5/+5
* Fixed an assertion error if an attribute applic...mihaylov2005-06-141-0/+2
* fixed bugs #406 #440 #371buraq2005-06-101-2/+17
* Added support for the transient and volatile at...mihaylov2005-06-092-7/+19
* - Implemented support for the scala.SerialVersi...mihaylov2005-06-071-58/+20
* Improved serialization supportmihaylov2005-06-071-3/+27
* Tag anonymous function classes as serializablemihaylov2005-05-301-1/+1
* In mkDefaultValue first check for a value type ...mihaylov2005-05-301-1/+1
* Initial support for attributes - only works for...mihaylov2005-05-296-7/+93
* - rolled-back to revision 1.103.michelou2005-05-271-24/+2
* - 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