summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* - 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-285-3/+64
* - changed pattern matcher to use the erased ver...schinz2005-03-272-11/+17
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-2611-29/+93
* - pass null as ancestor code when it is empty, ...schinz2005-03-262-2/+8
* - use shutdown hooks to output statistics fileschinz2005-03-251-28/+48
* - added statisticsschinz2005-03-251-0/+7
* - forward toList to the implementation in Iteratormihaylov2005-03-241-8/+1
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-243-4/+10
* - improved toString methodschinz2005-03-242-17/+27
* *** empty log message ***Martin Odersky2005-03-2311-0/+1764
* *** empty log message ***Martin Odersky2005-03-222-0/+21
* *** empty log message ***Martin Odersky2005-03-2220-360/+571
* - Avoid reimplementing foreach, forall, exists,...mihaylov2005-03-211-40/+6
* Added a toList method to override the one from ...mihaylov2005-03-211-0/+6
* - fixed the ancestors of Object,schinz2005-03-201-19/+14
* - bug fix: increase the timeout while waiting f...schinz2005-03-201-1/+2
* - changed the format of the ancestor code, to s...schinz2005-03-193-96/+115
* - 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
* - removed useless inheritsFromJavaClass parameterschinz2005-03-141-1/+0
* - 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
* - added SYNTHETIC flag to getType methodschinz2005-03-141-1/+3
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-1016-98/+98
* - added support for statisticsschinz2005-03-1018-3/+25
* *** empty log message ***Martin Odersky2005-03-091-1/+1
* *** empty log message ***Martin Odersky2005-03-0914-174/+266
* *** empty log message ***schinz2005-03-091-0/+115
* *** empty log message ***Martin Odersky2005-03-081-1/+0
* - removed BasicType classschinz2005-03-081-32/+0
* - fixed view methods to avoid NPEs when the wra...schinz2005-03-081-2/+2
* *** empty log message ***Martin Odersky2005-03-0725-608/+493
* - removed MethodType (not needed anymore)schinz2005-03-041-77/+0
* *** empty log message ***Martin Odersky2005-03-0219-743/+1226
* - Correctly differentiate between methods that ...mihaylov2005-03-011-1/+3
* minor changesburaq2005-03-015-19/+19
* - Give private inner classes assembly visibility.mihaylov2005-03-011-1/+5
* exported commentburaq2005-02-231-1/+2
* fixed commentburaq2005-02-231-2/+3
* *** empty log message ***Martin Odersky2005-02-2118-476/+626
* fixed bugburaq2005-02-211-10/+20
* undid optimize, might break forward value refburaq2005-02-211-2/+4
* optimized refcheck: is identity on patternsburaq2005-02-211-0/+4
* argh!!!! undoing those changesburaq2005-02-181-1/+6
* - Fixed and added bug 399paltherr2005-02-181-6/+12
* changed definition of sequence apply, is much s...buraq2005-02-181-12/+97