summaryrefslogtreecommitdiff
path: root/sources/scalac/util
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-07-081-1/+1
|
* *** empty log message ***Martin Odersky2004-07-021-1/+1
|
* *** empty log message ***Martin Odersky2004-07-011-2/+2
|
* [MSIL] Added name GetTypemihaylov2004-06-231-0/+1
|
* - Added names "finalize", "wait", "notify", "no...mihaylov2004-06-211-0/+4
| | | | | - Added names "finalize", "wait", "notify", "notifyAll"
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-171-385/+101
| | | | | - Adapted to new class scala.tools.util.debug.Debug
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-11/+7
| | | | | - Changed methods Debug.show to add separators between arguments
* pretty-print + whitespace trimmingburaq2004-05-261-0/+1
|
* name change select... to case...buraq2004-05-241-2/+2
|
* case classes implement trait scala.CaseClassburaq2004-05-181-0/+4
|
* - Added a case for class symbols in method OUTERpaltherr2004-05-131-1/+3
|
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-041-5/+3
|
* - Added creation of general access methods in E...paltherr2004-03-281-3/+9
| | | | | - Added creation of general access methods in ExplicitOuter
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-3/+1
| | | | | - Added a setStringBuffer(null) in toString methods of SymbolNameWriter
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-1/+1
| | | | | | - Added appendSymbol with prefix in SymbolNameWriter Added toString - methods in SymbolNameWriter
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-193/+0
| | | | | | | | | | - Split scala.tools.util.AbstractFile into several files Added - scala.tools.util.DirectoryPath Added scala.tools.util.VirtualDirectory - Changed interface of scala.tools.util.AbstractFile Rewrote - scala.tools.util.ZipArchive (merged ZipArchive and JarArchive) Moved - ClassPath to scala.tools.util Changed ClassPath and PackageParser to - rely on DirectoryPath for file lookups
* - Removed FILE_SEPARATORpaltherr2004-03-211-3/+0
|
* - Added functions to gather files from paths an...paltherr2004-03-211-58/+62
| | | | | | - Added functions to gather files from paths and extension dirs in ClassPath
* - Standardized names used in ClassPathpaltherr2004-03-211-45/+65
|
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-211-2/+3
| | | | | - Changed Scanner and SourceFile to work with chars instead of bytes
* - Replaced file String by an AbstractFile in So...paltherr2004-03-212-21/+9
| | | | | - Replaced file String by an AbstractFile in SourceFile
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-213-590/+4
| | | | | - Moved AbstractFile from scalac.util into scala.tools.util
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-212-2/+2
| | | | | | - Moved Position and SourceFile from ch.epfl.lamp.util to scala.tools.util
* - Name.toAsciiUnsafepaltherr2004-03-192-10/+33
|
* - Added classes TermName and TypeName and made ...paltherr2004-03-193-80/+216
| | | | | | - Added classes TermName and TypeName and made class Name abstract Added - an ASCII table in TermName to speedup fromAscii operations
* - Removed Name.ERRORpaltherr2004-03-192-4/+1
|
* - Removed Name.fromSourcepaltherr2004-03-191-9/+0
|
* - Moved methods precedence and isLeftAssoc from...paltherr2004-03-191-42/+0
| | | | | - Moved methods precedence and isLeftAssoc from Name to Parser
* - Removed method Name.appendpaltherr2004-03-181-6/+0
|
* - Removed method subName in class Namepaltherr2004-03-182-57/+0
| | | | | | - Replaced Name by String in methods getModule and getClass in Definitions
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-12/+0
| | | | | | - Added factory method Symbol.newAnonymousClass - Removed methods startsWith and endsWith from class Name
* - added names used by TypesAsValuesPhaseschinz2004-03-181-2/+14
|
* *** empty log message ***Martin Odersky2004-03-151-0/+1
|
* - Replaced byte array in Name by a stringpaltherr2004-03-131-9/+9
|
* - Replaced byte array in Name by a stringpaltherr2004-03-132-170/+54
|
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-14/+14
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - Removed unused methodspaltherr2004-03-131-9/+0
|
* - Removed unused methodspaltherr2004-03-121-27/+0
|
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-081-0/+1
| | | | | Improved error messages for failed pattern matching expressions.
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-291-10/+20
| | | | | | - Rewrote SourceRepresentation.externalizeFileName to use SymbolNameWriter
* - Changed return type of NameTransformer.decode...paltherr2004-02-271-49/+30
| | | | | - Changed return type of NameTransformer.decode to String (was Name)
* - Removed unused importpaltherr2004-02-181-1/+0
|
* added Tuple2, percentburaq2004-02-111-0/+2
|
* - Added field and method ALIASpaltherr2004-01-231-0/+6
|
* - Added synchronized_paltherr2004-01-131-0/+1
|
* *** empty log message ***Martin Odersky2004-01-091-1/+2
|
* - Added constant arrraypaltherr2004-01-081-0/+1
|
* - Added method MIXINpaltherr2004-01-071-0/+10
| | | | | - Added constants INITIALIZER and INLINED_INITIALIZER
* - added transformation of the the backslash cha...mihaylov2003-12-031-0/+1
| | | | | | - added transformation of the the backslash character ('\\') into '$bslash'