summaryrefslogtreecommitdiff
path: root/sources/scalac/util
Commit message (Expand)AuthorAgeFilesLines
* - Removed class UniqueID (symbols have already ...paltherr2004-11-222-31/+1
* - added a few names related to run-time typesschinz2004-10-141-1/+16
* - added name for Java method 'readResolve' (see...michelou2004-09-241-12/+13
* - Removed scalac.util.Reporter (replaced by sca...paltherr2004-09-031-239/+0
* *** empty log message ***Martin Odersky2004-09-021-0/+1
* - Added name of class to constructor symbolspaltherr2004-08-311-0/+5
* *** 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
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-171-385/+101
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-11/+7
* 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 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