summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* - renamed getType to getScalaTypeschinz2005-04-197-8/+8
* bugfix, whitespace and XML literalsburaq2005-04-191-2/+3
* bugfixburaq2005-04-191-1/+1
* fixed bug in new XML API related to namespacesburaq2005-04-198-157/+56
* hello - attroibutes were wrongly grounded at nullburaq2005-04-191-2/+2
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
* - disabled search for xml test casespaltherr2005-04-191-3/+3
* more methodsburaq2005-04-181-23/+114
* - made Text covariant so that pattern matches d...schinz2005-04-171-2/+2
* - improved the interaction between arrays and r...schinz2005-04-1720-57/+150
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* better commentburaq2005-04-121-2/+4
* removed dtd2scalaburaq2005-04-125-676/+0
* new xml APIburaq2005-04-121-14/+19
* was only needed for dtd2scalaburaq2005-04-121-108/+0
* old API, obsoburaq2005-04-113-199/+0
* helloburaq2005-04-116-0/+313
* be gone, rubbish codeburaq2005-04-112-38/+0
* new XML API that deals with namespaces properlyburaq2005-04-1128-735/+810
* - Added method "ne" in class AnyRefpaltherr2005-04-1110-6/+34
* - 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
* - 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