summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-11-215-5/+50
|
* Removed dead code check.Matthias Zenger2003-11-201-14/+16
|
* - Added "bootstrap" tag in product namepaltherr2003-11-191-1/+1
|
* *** empty log message ***Martin Odersky2003-11-191-2/+2
|
* - Removed inner classes from RunTimepaltherr2003-11-192-13/+26
| | | | | | - 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
* - 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-183-11/+8
|
* *** empty log message ***Martin Odersky2003-11-181-1/+1
|
* *** empty log message ***Martin Odersky2003-11-186-24/+54
|
* - 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
* - 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
|
* - Removed field toTypepaltherr2003-11-171-39/+51
|
* - Added code for multibound arrayspaltherr2003-11-171-0/+9
|
* - Fixed case Select (replaced symbol.owner.type...paltherr2003-11-171-2/+14
| | | | | | | - Fixed case Select (replaced symbol.owner.type, by qualifier.type) - Added special case for conversions from scala.Array to non-array type - Added special case for conversions from non-array to scala.Array type
* - Added AS__ARRAY and BOX__ARRAYpaltherr2003-11-171-0/+7
|
* - Added special case for primitive AS__ARRAYpaltherr2003-11-171-0/+2
|
* - Added primitive AS__ARRAYpaltherr2003-11-172-0/+2
|
* Change the access modifiers of private class co...mihaylov2003-11-171-1/+4
| | | | | Change the access modifiers of private class constructors to *protected*
* - Fixed rawInfoAt to no force lazy typespaltherr2003-11-171-3/+11
| | | | | - Fixed info to evaluate lazy types in right phase
* *** empty log message ***Martin Odersky2003-11-1416-59/+65
|
* - Added method info(Symbol[])paltherr2003-11-131-0/+9
|
* - Removed class DebugTypepaltherr2003-11-131-129/+1
|
* - Removed special code for Newpaltherr2003-11-131-12/+0
|
* - Fixed some bugs in AddAccessorspaltherr2003-11-122-157/+93
| | | | | - Moved all code into AddAccessorsPhase
* *** empty log message ***Martin Odersky2003-11-127-31/+66
|
* - Removed methods nextTypeParams and nextValueP...paltherr2003-11-121-27/+8
| | | | | - Removed methods nextTypeParams and nextValueParams
* - Added code to add the missing this qualifier ...paltherr2003-11-121-4/+12
| | | | | | - Added code to add the missing this qualifier in front of class arguments
* - Fixed symbol of generated Super.paltherr2003-11-121-8/+5
|
* - Fixed computation of new constructor typespaltherr2003-11-121-1/+2
|
* - Fixed computation of type of initializerpaltherr2003-11-121-1/+4
|
* - Added assertionspaltherr2003-11-121-0/+3
|
* - Fixed type of generated listspaltherr2003-11-122-8/+11
|
* - Fixed mkDefaultValue for type ALLpaltherr2003-11-121-1/+1
|
* - Added missing this qualifierspaltherr2003-11-111-2/+5
|
* - Removed JAVA modifier from ANY_CLASS and ANYR...paltherr2003-11-113-8/+11
| | | | | - Removed JAVA modifier from ANY_CLASS and ANYREF_CLASS
* - Moved erasure of superclasses of interfaces f...paltherr2003-11-112-18/+31
| | | | | | - Moved erasure of superclasses of interfaces from AddInterfaces into Erasure
* - Removed old commentpaltherr2003-11-111-1/+0
|
* *** empty log message ***Martin Odersky2003-11-115-32/+35
|
* Added support for | in algebraic patterns;Matthias Zenger2003-11-119-2327/+2425
| | | | | Added support for reading ConstantValue attributes;
* - fixed handling of object "main" functionmihaylov2003-11-101-37/+30
| | | | | | - do not generate global entrypoint function if there isn't suitable "main" function
* - fixed handling of object instance fieldsmihaylov2003-11-101-21/+17
|
* *** empty log message ***Martin Odersky2003-11-073-25/+44
|
* - Added methods resultType and nextResultTypepaltherr2003-11-071-0/+10
|
* - Removed atree/ACodeFactory.javapaltherr2003-11-061-18/+115
| | | | | - Added atree/ATreeFactory.java
* - Added +atree/ATreeTyper.javapaltherr2003-11-061-0/+272
|