summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-1835-14147/+0
* - added methods 'cloneTypes' and 'getTypeMap'michelou2005-11-291-2/+16
* - removed leading tabsmichelou2005-11-281-60/+62
* Fixed a bug in the handling of scala.dllmihaylov2005-10-061-2/+1
* Fixed a but in the handling of scala.dllmihaylov2005-10-041-2/+1
* - Removed symbol for the unused 'java' packagemihaylov2005-10-031-12/+3
* Improved handling of the scala.dll assemblymihaylov2005-10-031-9/+19
* - changed code of 'toString' method.michelou2005-07-191-7/+23
* Added delegate supportmihaylov2005-07-073-35/+124
* - added methods isCaptured and isTypeParameter.michelou2005-07-071-4/+15
* Fixed the printing of lower bounds.mihaylov2005-07-011-15/+13
* Removed printing leading space in printType0mihaylov2005-06-291-1/+0
* Changed to print the new syntax for def parametersmihaylov2005-06-281-3/+4
* Added a reference to the System.Object.Memberwi...mihaylov2005-06-241-0/+4
* Implemented support for the scala.Cloneable att...mihaylov2005-06-241-0/+3
* Implemented support for the scala.cloneable att...mihaylov2005-06-241-1/+16
* Added support for the transient and volatile at...mihaylov2005-06-091-3/+0
* Initial support for attributes - only works for...mihaylov2005-05-292-5/+50
* - bug fix: detect types whose instantiation can...schinz2005-05-111-0/+6
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-201-6/+6
* - renamed getType to getScalaTypeschinz2005-04-191-1/+1
* - improved the interaction between arrays and r...schinz2005-04-171-0/+18
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* - Added method "ne" in class AnyRefpaltherr2005-04-111-0/+4
* - added a cache for JavaClassTypes,schinz2005-04-051-0/+9
* - added weakIsInstance method in ScalaClassType...schinz2005-03-281-0/+8
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-0/+12
* - use TypeConstructor.FUNCTION_OUTER as a fake ...schinz2005-03-241-0/+8
* - added hasStaticAttribute methodschinz2005-03-141-1/+5
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-101-5/+5
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
* - Added search methodspaltherr2005-02-091-65/+220
* - Added the following methods: getMainOwner, ge...paltherr2005-02-021-7/+116
* - Added SOURCEFILE attribute decodingpaltherr2005-02-011-0/+5
* - Added origin to loaded symbols.paltherr2005-02-014-9/+22
* - Added method getOrigin and setOriginpaltherr2005-02-011-0/+36
* - Added SymbolOriginpaltherr2005-02-011-0/+52
* - Changed AbstractFileReader to store the abstr...paltherr2005-02-012-5/+5
* - Replaced start and stop in Global by a timer.paltherr2005-01-251-3/+3
* - added a few methods and fields related to run...schinz2005-01-171-8/+45
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-132-4/+13
* - Added method isValidNamepaltherr2004-12-131-0/+10
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-132-0/+3
* - Changed PackageParsers to use .symbl filespaltherr2004-12-022-2/+53
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-023-132/+146
* - Added method getNameSpaceOfpaltherr2004-12-021-1/+7
* - Added method hasPackageFlagpaltherr2004-12-021-0/+5
* - Changed writeToFile(String) to writeTo(File)paltherr2004-11-301-2/+2
* - Added method writeToFilepaltherr2004-11-301-0/+6