summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - fixed the ancestors of Object,schinz2005-03-201-19/+14
* - changed the format of the ancestor code, to s...schinz2005-03-191-46/+66
* - removed NewMember class and all related code,...schinz2005-03-191-43/+14
* - moved TypesAsValues before LambdaLiftschinz2005-03-141-5/+5
* - adapted to be before LambdaLiftschinz2005-03-141-61/+79
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-141-1/+9
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-144-0/+20
* - added hasStaticAttribute methodschinz2005-03-141-1/+5
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-103-48/+48
* - Correctly differentiate between methods that ...mihaylov2005-03-011-1/+3
* - Give private inner classes assembly visibility.mihaylov2005-03-011-1/+5
* - Fixed and added bug 399paltherr2005-02-181-6/+12
* - added EMPTY_ARRAYschinz2005-02-171-0/+1
* - renamed isSameAs to isSameType, to be consistentschinz2005-02-171-32/+28
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
* - updated copyright year.michelou2005-02-091-2/+2
* - Added search methodspaltherr2005-02-091-65/+220
* - Added some tests to avoid the inlining of met...paltherr2005-02-081-3/+21
* - 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
* gone with thisburaq2005-01-286-2531/+0
* - Split the Reporter class into a Reporter inte...paltherr2005-01-272-8/+10
* *** empty log message ***Martin Odersky2005-01-271-0/+4
* translated to scalaburaq2005-01-2610-1008/+0
* - Replaced start and stop in Global by a timer.paltherr2005-01-253-33/+16
* - Added a dummy "codegen" phase to enable/disab...paltherr2005-01-251-0/+6
* - added support for ThisTypesschinz2005-01-251-0/+10
* translated matching.PatternMatcher to Scalaburaq2005-01-246-925/+35
* little fixesburaq2005-01-211-0/+2
* translated most to scalaburaq2005-01-2115-1553/+36
* - bug fix: computation of the display fixed for...schinz2005-01-201-22/+29
* - bug fix: use correct parent index for classes...schinz2005-01-191-4/+18
* - handle a few more "special" types (All, AllRe...schinz2005-01-171-312/+132
* - bug fix: nested private classes are no longer...schinz2005-01-171-1/+16
* - added a few methods and fields related to run...schinz2005-01-172-12/+54
* - Introduced new compilation looppaltherr2005-01-033-32/+159
* Removed in import that prevented proper compila...mihaylov2004-12-141-1/+0
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-134-22/+46
* - Disabled generation of .symbl filespaltherr2004-12-131-9/+13
* - Added method isValidNamepaltherr2004-12-131-0/+10
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-132-0/+3
* - Added NAMER test in compilation looppaltherr2004-12-101-1/+2
* - Added phase NAMERpaltherr2004-12-102-2/+9
* - Fixed indexes in phase creation codepaltherr2004-12-101-3/+10
* - Replaced some "return EmptyPhase.class" by ab...paltherr2004-12-101-2/+2
* - fixed a bug in the "refinements" method (note...schinz2004-12-091-2/+8