summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* goneburaq2004-11-151-3/+0
|
* loggingburaq2004-11-151-2/+2
|
* commentburaq2004-11-151-2/+11
|
* helloburaq2004-11-152-0/+22
|
* scala.util cleanupburaq2004-11-1225-893/+97
|
* oopsburaq2004-11-031-2/+1
|
* cleanuupburaq2004-11-011-4/+1
|
* bugfix in NodeFactoryburaq2004-11-012-35/+30
|
* hashconsingburaq2004-10-271-0/+2
|
* hashconsingburaq2004-10-275-21/+39
|
* - put argument of @see tags in quotes (scaladoc...michelou2004-10-261-109/+188
| | | | | | - put argument of @see tags in quotes (scaladoc limitation). coding - conventions..
* - put argument of @see tag in quotes (scaladoc ...michelou2004-10-261-15/+20
| | | | | | - put argument of @see tag in quotes (scaladoc limitation). coding - conventions..
* - added files related to compound types and ref...schinz2004-10-261-1/+5
| | | | | - added files related to compound types and refinements
* - introduced refinementsschinz2004-10-261-46/+24
|
* - introduced isSameAs methodschinz2004-10-261-6/+11
|
* - adapted constructor to take a class name inst...schinz2004-10-261-2/+5
| | | | | - adapted constructor to take a class name instead of a class object
* - introduced equals methodschinz2004-10-261-0/+18
|
* - added definitions for compound types and refi...schinz2004-10-261-11/+19
| | | | | - added definitions for compound types and refinements
* - moved some code to the new superclass for bas...schinz2004-10-268-56/+8
| | | | | | - moved some code to the new superclass for basic types (class BasicType)
* - introduced compound types (and therefore refi...schinz2004-10-263-72/+426
| | | | | - introduced compound types (and therefore refinements)
* - removed repository for Java types, as full ha...schinz2004-10-261-55/+0
| | | | | | - removed repository for Java types, as full hash-consing of types has been abandoned
* *** empty log message ***schinz2004-10-265-0/+311
|
* *** empty log message ***Martin Odersky2004-10-253-7/+10
|
* - modified comment.michelou2004-10-251-4/+5
|
* - Added Idpaltherr2004-10-251-0/+2
|
* *** empty log message ***Iulian Dragos2004-10-216-10/+83
|
* changes to XML libburaq2004-10-2110-11/+154
|
* *** empty log message ***Iulian Dragos2004-10-214-6/+85
|
* Scala benchmark suite addedIulian Dragos2004-10-214-0/+175
|
* Scala benchmark added.Iulian Dragos2004-10-218-0/+384
|
* - fixed a typo in the definition of the conform...schinz2004-10-141-2/+2
| | | | | - fixed a typo in the definition of the conformance relation
* Added a page with details on the .NET implement...mihaylov2004-10-141-0/+1
| | | | | Added a page with details on the .NET implementation.
* - added typesAsValues phaseschinz2004-10-141-0/+7
|
* - added getType methodschinz2004-10-143-0/+27
|
* - added option -Xrtt to enable support for run-...schinz2004-10-142-0/+8
| | | | | - added option -Xrtt to enable support for run-time types
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
| | | | | | | | - changed the way the class initialisation method (<clinit>) is built, so that it works when such a method is already present in the class being compiled, - replaced modifiersStoJ by javaModifiers function, to handle static members correctly
* - handle static members correctlyschinz2004-10-141-1/+1
|
* - handle static members correctly (i.e.schinz2004-10-142-2/+3
| | | | | make them appear in the interface)
* - adapted definitions related to run-time types...schinz2004-10-141-19/+52
| | | | | | - adapted definitions related to run-time types according to recent changes
* - added initial support for static membersschinz2004-10-141-1/+14
|
* - added a few names related to run-time typesschinz2004-10-141-1/+16
|
* - almost complete rewriteschinz2004-10-141-170/+680
|
* - moved all subclasses to their own filesschinz2004-10-141-180/+14
|
* - added files related to run-time typesschinz2004-10-141-0/+18
|
* *** empty log message ***schinz2004-10-1417-0/+1001
|
* fixes, changes, add Node::toString(stripComments)buraq2004-10-123-135/+148
|
* - [MSIL] Removed call to printStackTrace() in o...mihaylov2004-10-123-8/+3
| | | | | | - [MSIL] Removed call to printStackTrace() in order to compile without modifications for .NET
* - removed 'do' in for loop syntax.michelou2004-10-082-18/+17
|
* - updated output.michelou2004-10-071-0/+12
|
* - added tests for classes TreeMap, TreeSet.michelou2004-10-071-32/+60
| | | | | - added test for XML processing.