summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* - Moved a MSIL specific feature from Erasure to...mihaylov2004-03-262-20/+59
* - Added a methods newAccessMethod and isAccessM...paltherr2004-03-251-6/+20
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-254-16/+20
* - Removed ".type" for NoPrefixpaltherr2004-03-251-1/+0
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-254-4/+50
* - Fixed some isSameAs to compare types in next ...paltherr2004-03-241-7/+6
* - Reremoved bridge methods (for java 1.5)paltherr2004-03-231-3/+6
* - Remove TYPE_TYPEpaltherr2004-03-231-3/+1
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-235-243/+38
* - Implemented the actual metadata import in doC...mihaylov2004-03-221-6/+7
* - Added support for bitwise logical operations ...mihaylov2004-03-222-6/+17
* - Removed FILE_SEPARATORpaltherr2004-03-211-3/+0
* - Added functions to gather files from paths an...paltherr2004-03-212-73/+75
* - Moved creation of root class loader into Globalpaltherr2004-03-213-5/+9
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-212-14/+9
* - Avoided recomputations of files that are alre...paltherr2004-03-216-48/+90
* - Standardized names used in ClassPathpaltherr2004-03-214-51/+70
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-213-15/+15
* - Added method AbstractFile.toString and used itpaltherr2004-03-213-3/+3
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-0/+2
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-212-7/+40
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-1/+4