summaryrefslogtreecommitdiff
path: root/sources/scalac/util
Commit message (Expand)AuthorAgeFilesLines
* - Added creation of general access methods in E...paltherr2004-03-281-3/+9
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-3/+1
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-1/+1
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-193/+0
* - Removed FILE_SEPARATORpaltherr2004-03-211-3/+0
* - Added functions to gather files from paths an...paltherr2004-03-211-58/+62
* - Standardized names used in ClassPathpaltherr2004-03-211-45/+65
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-211-2/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-212-21/+9
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-213-590/+4
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-212-2/+2
* - Name.toAsciiUnsafepaltherr2004-03-192-10/+33
* - Added classes TermName and TypeName and made ...paltherr2004-03-193-80/+216
* - 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
* - Removed method Name.appendpaltherr2004-03-181-6/+0
* - Removed method subName in class Namepaltherr2004-03-182-57/+0
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-12/+0
* - 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 ...paltherr2004-03-131-14/+14
* - 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
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-291-10/+20
* - Changed return type of NameTransformer.decode...paltherr2004-02-271-49/+30
* - 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 transformation of the the backslash cha...mihaylov2003-12-031-0/+1
* *** empty log message ***buraq2003-12-021-0/+2
* - made the parse method 'public static' so that...mihaylov2003-12-011-1/+1
* handling of Symbol and Labelled changed towards...buraq2003-11-211-0/+3
* - Removed class DebugTypepaltherr2003-11-131-129/+1
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-13/+13
* - Added constant coercepaltherr2003-11-051-0/+1
* *** empty log message ***Martin Odersky2003-10-311-0/+8
* - Added methods to print arrays of primitive typespaltherr2003-10-211-4/+101
* - added 'shortname' flag to control file name o...michelou2003-10-201-5/+10
* - Added a handle for Treespaltherr2003-10-161-0/+2
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-0/+15
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-1/+2