summaryrefslogtreecommitdiff
path: root/sources/scalac/util
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-1815-2420/+0
* - added showTree for Tree[]michelou2005-11-281-0/+10
* - added 'showType' parameter to function 'showT...michelou2005-09-261-62/+29
* - added method 'showTree'.michelou2005-09-231-1/+374
* Added delegate supportmihaylov2005-07-071-0/+2
* Removed obsolete methodsmihaylov2005-06-281-97/+0
* Implemented support for the scala.cloneable att...mihaylov2005-06-241-0/+1
* - bug fix: detect types whose instantiation can...schinz2005-05-111-0/+6
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-201-1/+1
* - renamed getType to getScalaTypeschinz2005-04-191-1/+1
* - improved the interaction between arrays and r...schinz2005-04-171-0/+2
* - Added method "ne" in class AnyRefpaltherr2005-04-111-0/+1
* - added a cache for JavaClassTypes,schinz2005-04-051-0/+1
* - added weakIsInstance method in ScalaClassType...schinz2005-03-281-0/+1
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-0/+2
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-241-0/+1
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-101-1/+1
* - added EMPTY_ARRAYschinz2005-02-171-0/+1
* translated matching.PatternMatcher to Scalaburaq2005-01-241-0/+1
* little fixesburaq2005-01-211-0/+2
* - added a few methods and fields related to run...schinz2005-01-171-4/+9
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-2/+2
* - 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