summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Added method "ne" in class AnyRefpaltherr2005-04-1112-6/+95
* - accept the creation of compound types with no...schinz2005-04-071-5/+10
* - fixed asInstanceOf when applied to null, so t...schinz2005-04-073-23/+57
* - made the isInstance test more preciseschinz2005-04-051-3/+14
* - added a cache for JavaClassTypes,schinz2005-04-054-5/+39
* - finer-grained statistics for instances: count...schinz2005-04-052-10/+22
* Fixed the implicit coercion of Enums to their u...mihaylov2005-04-051-3/+2
* - do not mix in static membersschinz2005-04-031-1/+6
* - fixed isSubTypeschinz2005-04-031-2/+2
* - use asInstanceOf$erased when possible (i.e.schinz2005-04-032-3/+3
* *** empty log message ***michelou2005-03-311-0/+25
* - added support for the SciTE text editor.michelou2005-03-313-0/+122
* - use the mini-transformer when targetting the ...mihaylov2005-03-291-25/+27
* Don't emit widening casts.mihaylov2005-03-291-1/+2
* vim mode by Raphael Haberer-Proustburaq2005-03-292-0/+119
* - 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
* - added page for change history of Scala Plugin.michelou2005-03-231-0/+1
* *** empty log message ***Martin Odersky2005-03-222-0/+21
* *** empty log message ***Martin Odersky2005-03-2224-369/+581
* - Avoid reimplementing foreach, forall, exists,...mihaylov2005-03-211-40/+6
* Added a toList method to override the one from ...mihaylov2005-03-212-0/+7
* - added documentation page "Scala Plugin for Ec...michelou2005-03-211-0/+5
* - 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
* *** empty log message ***paltherr2005-03-161-1/+1
* - 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
* - added entry for TextPad support.michelou2005-03-141-0/+9
* *** empty log message ***michelou2005-03-142-0/+697
* - added "Thanks" section.michelou2005-03-141-0/+4
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-1016-98/+98
* - added workaround for \spacefactor problem (se...michelou2005-03-101-0/+8
* - added Statistics.javaschinz2005-03-101-0/+1
* - added support for statisticsschinz2005-03-1018-3/+25