summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-11-259-94/+120
|
* - Added unboxing primitivespaltherr2003-11-251-0/+54
|
* - Modified one line to overcome a bug.cremet2003-11-251-2/+2
|
* *** empty log message ***Martin Odersky2003-11-251-1/+2
|
* attrib nodeburaq2003-11-251-0/+8
|
* - Made Scaladoc use the symbol table instead of...cremet2003-11-258-718/+326
| | | | | | - Made Scaladoc use the symbol table instead of the abstract synatx tree.
* - Fixed case Selectpaltherr2003-11-251-3/+4
|
* - Removed useless asInstanceOfpaltherr2003-11-251-6/+3
|
* - Removed special case for ANYVAL and ANYREF in...paltherr2003-11-251-2/+0
| | | | | - Removed special case for ANYVAL and ANYREF in erasure
* - Fixed stop codepaltherr2003-11-251-2/+2
|
* fixed error in pow!buraq2003-11-251-1/+2
|
* creation of XML valuesburaq2003-11-256-37/+33
|
* - Modified to use new GetTreeClonerpaltherr2003-11-252-104/+111
| | | | | | - Added a transformInfo - Fixed some problems with calls via super
* *** empty log message ***Matthias Zenger2003-11-251-17/+18
|
* - Fixed printTemplate (removed double printing ...paltherr2003-11-251-5/+0
| | | | | - Fixed printTemplate (removed double printing of class bodies)
* - Added class GenTreeClonerpaltherr2003-11-251-0/+43
|
* - Fixed isInterfacepaltherr2003-11-251-1/+1
|
* - Added type and symbol transformationpaltherr2003-11-251-19/+72
| | | | | - Added some missing cases
* - Added some methods Typedpaltherr2003-11-251-3/+9
|
* - Added AbsTypeDef and AliasTypeDefpaltherr2003-11-241-2/+6
|
* attributes...buraq2003-11-215-4/+4
|
* handling of Symbol and Labelled changed towards...buraq2003-11-212-1/+12
| | | | | | handling of Symbol and Labelled changed towards Symbol and scala.xml.nobinding.Element
* commentburaq2003-11-211-1/+1
|
* added fromList method, but crashed compiler?!buraq2003-11-211-1/+10
|
* *** empty log message ***Martin Odersky2003-11-219-107/+238
|
* - Added printing of types from scope after expl...paltherr2003-11-201-6/+50
| | | | | - Added printing of types from scope after explicitouter
* Removed dead code check.Matthias Zenger2003-11-201-14/+16
|
* - Rewrote exec_* functionspaltherr2003-11-191-120/+60
|
* - Adapted to new scala_wrapperpaltherr2003-11-191-26/+13
|
* - Added "bootstrap" tag in product namepaltherr2003-11-191-1/+1
|
* *** empty log message ***Martin Odersky2003-11-191-1/+1
|
* *** empty log message ***Martin Odersky2003-11-191-2/+1
|
* *** empty log message ***Martin Odersky2003-11-191-2/+2
|
* - added function 'TreeArray'michelou2003-11-191-3/+12
|
* - removed tabsschinz2003-11-191-112/+112
|
* - Removed inner classes from RunTimepaltherr2003-11-194-339/+322
| | | | | | - Added some metadata to RunTime - Adapted Primitives and ErasurePhase to the new metadata
* - oops fix: oarray is really recognised as a pr...schinz2003-11-181-2/+2
| | | | | - oops fix: oarray is really recognised as a primitive now
* *** empty log message ***Martin Odersky2003-11-1810-22/+4861
|
* - recognise scala.runtime.Runtime.oarray as a p...schinz2003-11-181-6/+34
| | | | | - recognise scala.runtime.Runtime.oarray as a primitive and inline it.
* - delete the code of Units which were loaded on...schinz2003-11-181-0/+7
| | | | | - delete the code of Units which were loaded only to be used as mixins.
* When targetting the MSIL backend, add an abstra...mihaylov2003-11-181-0/+29
| | | | | | | When targetting the MSIL backend, add an abstract method for every method in the class interfaces, for which the class does not provide declaration or definition.
* *** empty log message ***Martin Odersky2003-11-1814-41/+36
|
* *** empty log message ***Martin Odersky2003-11-181-1/+1
|
* *** empty log message ***Martin Odersky2003-11-188-25/+57
|
* - Added code to print type members from symbol ...paltherr2003-11-181-7/+40
| | | | | | - Added code to print type members from symbol table after explicitouter phase
* - Fixed initiali value of alignpaltherr2003-11-181-1/+1
|
* - Added some end phasespaltherr2003-11-182-16/+16
|
* - Added some assertions on infopaltherr2003-11-181-3/+19
| | | | | - Added methods isNone and isError
* - Changed so that no symbol except ROOT has NON...paltherr2003-11-181-11/+11
| | | | | - Changed so that no symbol except ROOT has NONE as owner
* - Added method type()paltherr2003-11-181-1/+6
|