summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-09-032-3/+13
|
* *** empty log message ***Martin Odersky2004-09-028-17/+13
|
* - factored out class MetaParsermihaylov2004-09-022-373/+388
| | | | | - fixed indentation and trailing space
* - Moved tree elimination code into AddAccessorspaltherr2004-08-312-12/+7
|
* - Added name of class to constructor symbolspaltherr2004-08-311-0/+5
|
* - Removed type contextspaltherr2004-08-311-192/+109
|
* - Fixed order of calls to setOwner and infopaltherr2004-08-311-1/+1
|
* - Removed unneeded fields from TypeContextpaltherr2004-08-301-25/+6
|
* - Made creation of outer fields lazypaltherr2004-08-301-59/+28
|
* - Removed field "context" from class "TypeTrans...paltherr2004-08-301-14/+13
| | | | | - Removed field "context" from class "TypeTransformer"
* - Rewrote getNewArgsOfpaltherr2004-08-301-56/+98
|
* - Replaced array of outers by link to outerpaltherr2004-08-261-46/+41
|
* - Removed isStablepaltherr2004-08-261-49/+26
|
* - Changed type of outers from "type()" to "type...paltherr2004-08-261-1/+1
| | | | | - Changed type of outers from "type()" to "typeOfThis()"
* *** empty log message ***Martin Odersky2004-08-251-6/+2
|
* *** empty log message ***Martin Odersky2004-08-251-0/+27
|
* - Added assert to avoid modifications of Scope....paltherr2004-08-251-0/+1
| | | | | - Added assert to avoid modifications of Scope.EMPTY
* - Made deAlias staticpaltherr2004-08-251-1/+1
|
* - Added code in Symbol to clone thisSymspaltherr2004-08-253-17/+67
| | | | | | - Removed special case for thisSyms in AddInterfaces Changed - ExplicitOuter to handle compoundSyms differently from normal classes
* *** empty log message ***Martin Odersky2004-08-232-0/+32
|
* fixes to regexp -> automata implementation(s)buraq2004-08-131-7/+1
|
* - Fixed Pickle and UnPickle to handle correctly...paltherr2004-08-123-5/+23
| | | | | - Fixed Pickle and UnPickle to handle correctly compound types
* - RefCheck.java has been rewritten in Scalaschinz2004-08-121-1150/+0
|
* - Added CASE to MODULE2CLASSFLAGS in Modifierspaltherr2004-08-112-7/+5
| | | | | | - Renamed isCaseObject to isCaseModuleClass and fixed its implementation - Adapted addCaseMethods in RefCheck
* - Enhanced initialization of thrown RuntimeExce...paltherr2004-08-111-1/+1
| | | | | - Enhanced initialization of thrown RuntimeException
* toString() for case objectsburaq2004-08-111-0/+6
| | | | | scanning of /**/
* - Removed usage of Debug in error messagepaltherr2004-07-211-1/+1
|
* - Small fixesmihaylov2004-07-202-54/+134
|
* - Hard-coded the symbols of java.lang.Object an...mihaylov2004-07-201-3/+17
| | | | | - Hard-coded the symbols of java.lang.Object and java.lang.String
* - Hard coded the types of java.lang.Object and ...mihaylov2004-07-201-4/+5
| | | | | - Hard coded the types of java.lang.Object and java.lang.String
* - Load assembly vjscor explicitly, since it may...mihaylov2004-07-201-4/+6
| | | | | | - Load assembly vjscor explicitly, since it may not be discovered automaticially
* - Only transform the names of methods Equals, T...mihaylov2004-07-201-28/+20
| | | | | | - Only transform the names of methods Equals, ToString and GetHashCode if they override the corresponding one in System.Object
* - Added several fake methods to System.Object a...mihaylov2004-07-201-1/+74
| | | | | - Added several fake methods to System.Object and System.String
* - For the value types, do not consider the ==(O...mihaylov2004-07-201-16/+57
| | | | | | - For the value types, do not consider the ==(Object) method as primitive
* *** empty log message ***Martin Odersky2004-07-154-1/+24
|
* - I made scaladoc use a lazy version of the sco...cremet2004-07-151-0/+4
| | | | | - I made scaladoc use a lazy version of the scope iterator.
* nothingburaq2004-07-082-11/+8
|
* - changed scope.iterator(true) to scope.iterato...michelou2004-07-081-1/+1
| | | | | - changed scope.iterator(true) to scope.iterator().
* - changed iterator(true) to iterator().michelou2004-07-081-2/+2
|
* *** empty log message ***Martin Odersky2004-07-0815-192/+128
|
* - Added and fixed CVS Idspaltherr2004-07-071-0/+2
|
* *** empty log message ***Martin Odersky2004-07-061-2/+2
|
* *** empty log message ***Martin Odersky2004-07-063-13/+14
|
* - Cleaned class Arraypaltherr2004-07-061-1/+1
| | | | | - Fixed missing cast in Erasure.coerce
* Added wholeprog phase to compilerIulian Dragos2004-07-052-0/+51
|
* *** empty log message ***Martin Odersky2004-07-051-22/+25
|
* *** empty log message ***Martin Odersky2004-07-025-8/+88
|
* *** empty log message ***Martin Odersky2004-07-022-14/+18
|
* *** empty log message ***Martin Odersky2004-07-011-0/+89
|
* *** empty log message ***Martin Odersky2004-07-0147-126/+152
|