summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added flag -encodingpaltherr2004-03-212-0/+8
|
* - Added methods Global.getSourceFilepaltherr2004-03-216-56/+62
| | | | | | - Renamed bytes into content in SourceFile - Replaced SourceFile constructors by SourceFile(AbstractFile, byte[])
* - Replaced file String by an AbstractFile in So...paltherr2004-03-2112-126/+104
| | | | | - Replaced file String by an AbstractFile in SourceFile
* - Added VirtualFile and ByteArrayFilepaltherr2004-03-211-0/+75
|
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-2110-20/+27
| | | | | - Moved AbstractFile from scalac.util into scala.tools.util
* - Untabifiedpaltherr2004-03-211-3/+3
|
* - Removed Position and *SourceFile* from ch.epf...paltherr2004-03-215-565/+0
| | | | | - Removed Position and *SourceFile* from ch.epfl.lamp.util
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-2144-49/+55
| | | | | | - Moved Position and SourceFile from ch.epfl.lamp.util to scala.tools.util
* - 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
| | | | | - Removed UnPickle.sourcePath
* oops, should be publicburaq2004-03-191-1/+1
|
* added a char[] sourcefile representation and ch...buraq2004-03-194-6/+220
| | | | | added a char[] sourcefile representation and changed related files
* 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
| | | | | | - Added classes TermName and TypeName and made class Name abstract Added - an ASCII table in TermName to speedup fromAscii operations
* - 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
| | | | | - Moved methods precedence and isLeftAssoc from Name to Parser
* - Removed method Name.appendpaltherr2004-03-185-10/+4
|
* - Removed method Definitions.getModule(Stringm ...paltherr2004-03-181-8/+1
| | | | | - Removed method Definitions.getModule(Stringm boolean)
* - Removed method subName in class Namepaltherr2004-03-1818-140/+85
| | | | | | - Replaced Name by String in methods getModule and getClass in Definitions
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-185-24/+19
| | | | | | - Added factory method Symbol.newAnonymousClass - Removed methods startsWith and endsWith from class Name
* - Simplified Symbol.isThisSympaltherr2004-03-181-1/+1
|
* - Added factory methods for term symbol in clas...paltherr2004-03-1829-317/+294
| | | | | | - Added factory methods for term symbol in class Symbol Made subclasses - of Symbol private (except for ClassSymbol)
* - Removed the xmlStuffpaltherr2004-03-181-31/+0
|
* - Added test files for xml parsing and xml lite...paltherr2004-03-1811-0/+236
| | | | | - Added test files for xml parsing and xml literals
* works only relative to scala/testburaq2004-03-181-1/+2
|
* xml parsing should only be active for --xmlPars...buraq2004-03-181-3/+3
| | | | | xml parsing should only be active for --xmlParse, no by default
* xml parsing changes + slight bugfix in xml repr...buraq2004-03-182-5/+6
| | | | | xml parsing changes + slight bugfix in xml representation
* added testing infrastructure for XML parserburaq2004-03-181-0/+30
|
* - make it at least compileschinz2004-03-181-1/+1
|
* - added Types.javaschinz2004-03-181-0/+1
|
* - added TypesAsValuesPhase.javaschinz2004-03-181-0/+1
|
* - completely non-working run-time types for Sca...schinz2004-03-182-0/+709
| | | | | | - completely non-working run-time types for Scala, committed only to avoid bit-rot as Philippe is doing important changes all over the place
* - added definitions related to run-time typesschinz2004-03-181-1/+116
|
* - added names used by TypesAsValuesPhaseschinz2004-03-181-2/+14
|
* - I removed a the printing of debugging messages.cremet2004-03-181-1/+0
|
* - I fixed problems that came from the change in...cremet2004-03-183-4/+13
| | | | | | - I fixed problems that came from the change in the semantics of "symbol.isPackage".
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
|
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
|
* - Changed the library-msil target to use the cu...mihaylov2004-03-171-1/+3
| | | | | | - Changed the library-msil target to use the current compiler rather than the bootstrap one.
* - Explicitly import java.lang.System.arraycopy ...mihaylov2004-03-171-4/+5
| | | | | | - Explicitly import java.lang.System.arraycopy to avoid name clash with mscorlib's System namespace.
* - Made the 'fail' family of methods static to a...mihaylov2004-03-171-6/+6
| | | | | | - Made the 'fail' family of methods static to avoid the dependancy on a Global instance.
* - Explicitly import java.lang.System.out to avo...mihaylov2004-03-171-10/+10
| | | | | | - Explicitly import java.lang.System.out to avoid name clash with the mscorlib's System namespace.
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
| | | | | | - Added support for enumeration comparison operations Many small - bugfixes and code cleanups
* - Switched off the symbol name decoding for the...mihaylov2004-03-171-1/+1
| | | | | - Switched off the symbol name decoding for the MSIL backend
* *** empty log message ***mihaylov2004-03-171-25/+55
|
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
| | | | | - Added support for comparison operations on .NET enumerations