summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Added '-g' option to generate debugging infomihaylov2004-05-031-28/+37
* - Added debugging information to the emitted MS...mihaylov2004-04-271-4/+27
* *** empty log message ***mihaylov2004-04-271-9/+18
* - Added support for separate compilation, i.e.mihaylov2004-04-271-4/+27
* - Improved the condition for when the unpicklin...mihaylov2004-04-271-1/+1
* *** empty log message ***Martin Odersky2004-04-232-9/+15
* - reverted change, which seems buggy (sorry)schinz2004-04-211-2/+1
* - changed the ordering relation used on symbols...schinz2004-04-211-6/+11
* *** empty log message ***Martin Odersky2004-04-201-1/+1
* *** empty log message ***Martin Odersky2004-04-191-1/+4
* *** empty log message ***Martin Odersky2004-04-161-5/+21
* *** empty log message ***Martin Odersky2004-04-153-4/+4
* - Removed assertion that prevents module cloningpaltherr2004-04-151-1/+0
* - Added flag IS_CONSTRUCTORpaltherr2004-04-151-11/+6
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-1411-213/+344
* - Removed usage of Symbol.module() in Pickle/Un...paltherr2004-04-133-25/+37
* - Added links for all outer modules (solves bug...paltherr2004-04-131-7/+7
* - Removed calls to Symbol.module()paltherr2004-04-102-16/+2
* - Removed automatic SYNTHETIC flag on root clas...paltherr2004-04-102-3/+3
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-098-116/+166
* *** empty log message ***Martin Odersky2004-04-081-2/+4
* *** empty log message ***Martin Odersky2004-04-083-28/+38
* *** empty log message ***Martin Odersky2004-04-067-26/+132
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
* - Added Tree.Createpaltherr2004-04-069-34/+168
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-044-59/+3
* - Removed references to Symbol.ERRORpaltherr2004-04-041-6/+2
* - Removed Tree.Badpaltherr2004-04-041-2/+0
* - Added method Type.isErrorpaltherr2004-04-043-6/+25
* - Removed Tree.isMissingpaltherr2004-04-042-12/+4
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
* - Fixed error tests to use isErrorpaltherr2004-04-042-4/+4
* - Added class ErrorScopepaltherr2004-04-042-1/+23
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-042-4/+5
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-049-78/+64
* - Moved newErrorClasspaltherr2004-04-041-11/+11
* - Changed to use Symbol.newErrorClasspaltherr2004-04-041-3/+1
* - Added attribute IS_ERRORpaltherr2004-04-041-3/+25
* - Added method mkQualifierpaltherr2004-04-041-16/+24
* - Fixed position of generated access methodpaltherr2004-04-021-1/+1
* - Moved instance of FreshNameCreator from Globa...paltherr2004-04-025-8/+9
* - Removed unused codepaltherr2004-04-021-19/+0
* - For objects whose name doesn't coincide with ...mihaylov2004-03-292-59/+120
* - Removed now useless code for constructorspaltherr2004-03-281-37/+7
* - Added creation of general access methods in E...paltherr2004-03-282-38/+73
* - Added Methods mapSymbol and mapTypepaltherr2004-03-281-10/+49
* - Remove useless setNameDecoding(false)paltherr2004-03-281-1/+1
* *** empty log message ***Martin Odersky2004-03-264-13/+32
* - Added support for the Any.eq methodmihaylov2004-03-261-54/+28