summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed handling of {buraq2004-03-232-28/+68
* obsoleteburaq2004-03-231-41/+0
* Set version to 1.1.1.1paltherr2004-03-231-1/+1
* - Changed version format to <int>.<int>.<int>.<...paltherr2004-03-231-2/+2
* Set version to 1.1.1.0paltherr2004-03-231-1/+1
* Set version to 1.1.0.5paltherr2004-03-231-1/+1
* - Changed version format to <int>.<int>.<int>.<...paltherr2004-03-232-8/+9
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-2317-760/+928
* - Added scala.tools.EmptyIteratorpaltherr2004-03-232-0/+49
* - Implemented the actual metadata import in doC...mihaylov2004-03-221-6/+7
* Bugfix: fixed filter method to remove elemente ...stenman2004-03-224-7/+6
* - 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-215-52/+71
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-215-24/+21
* - Added method AbstractFile.toString and used itpaltherr2004-03-215-4/+9
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-0/+2
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-216-79/+87
* - Added class scala.util.tools.SourceReaderpaltherr2004-03-212-0/+156
* - Added class CharArrayFilepaltherr2004-03-211-0/+24
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-1/+4
* - Added flag -encodingpaltherr2004-03-212-0/+8
* - Added methods Global.getSourceFilepaltherr2004-03-216-56/+62
* - Replaced file String by an AbstractFile in So...paltherr2004-03-2112-126/+104
* - Added VirtualFile and ByteArrayFilepaltherr2004-03-211-0/+75
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-2110-20/+27
* - Untabifiedpaltherr2004-03-211-3/+3
* - Removed Position and *SourceFile* from ch.epf...paltherr2004-03-215-565/+0
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-2144-49/+55
* - Added util targetpaltherr2004-03-211-0/+25
* - Added util.lstpaltherr2004-03-211-0/+9
* - Added Positon and SourceFile in scala/tools/utilpaltherr2004-03-212-0/+347
* - Added parse methods in UnPicklepaltherr2004-03-203-12/+31
* oops, should be publicburaq2004-03-191-1/+1
* added a char[] sourcefile representation and ch...buraq2004-03-194-6/+220
* added a char[] sourcefile representationburaq2004-03-191-0/+2
* - Name.toAsciiUnsafepaltherr2004-03-193-11/+34
* - Added classes TermName and TypeName and made ...paltherr2004-03-194-80/+218
* - Removed Name.ERRORpaltherr2004-03-195-6/+4
* - Removed Name.fromSourcepaltherr2004-03-192-30/+40
* - Moved methods precedence and isLeftAssoc from...paltherr2004-03-192-49/+31
* - Removed method Name.appendpaltherr2004-03-185-10/+4
* - Removed method Definitions.getModule(Stringm ...paltherr2004-03-181-8/+1
* - Removed method subName in class Namepaltherr2004-03-1818-140/+85
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-185-24/+19
* - Simplified Symbol.isThisSympaltherr2004-03-181-1/+1