summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* case classes implement trait scala.CaseClassburaq2004-05-182-2/+43
* - Fixed optimization/hack in case If and Switchpaltherr2004-05-171-14/+16
* - Added optimization/hack in case If and Switch...paltherr2004-05-171-2/+14
* obsoleteburaq2004-05-171-47/+0
* fixed transmatchburaq2004-05-173-1/+8
* - Escape the printed value of string constants ...mihaylov2004-05-171-1/+2
* using partialMatcher instead of old Transmatch ...buraq2004-05-179-493/+527
* obsolete, scala versions workburaq2004-05-172-190/+0
* - Fixed and optimized isStatic and isStaticOwnerpaltherr2004-05-171-2/+2
* - Fixed readAttribute by replacing all return s...paltherr2004-05-141-6/+6
* - Moved phase AddAccessors before phase Explici...paltherr2004-05-133-25/+100
* - Added a case for class symbols in method OUTERpaltherr2004-05-131-1/+3
* *** empty log message ***Martin Odersky2004-05-133-2/+10
* - Added warningpaltherr2004-05-111-0/+1
* *** empty log message ***Martin Odersky2004-05-072-2/+2
* Fixed bug involving nested case objects.Matthias Zenger2004-05-062-113/+110
* - 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