summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - Added factory methods for term symbol in clas...paltherr2004-03-1811-114/+66
* - make it at least compileschinz2004-03-181-1/+1
* - completely non-working run-time types for Sca...schinz2004-03-181-0/+474
* - Added factory methods for abstract types and ...paltherr2004-03-122-6/+3
* - Added method Symbol.newFactorypaltherr2004-03-114-14/+7
* bugfix and cleanupburaq2004-03-101-3/+1
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-092-13/+10
* moved removal of Sequence Nodes to UnCurryburaq2004-03-082-5/+48
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-082-527/+470
* - Generalized the use of static types/trees in ...paltherr2004-03-062-2/+3
* - Removed alias scala.Stringpaltherr2004-03-061-2/+2
* - Removed Type.localThisTypepaltherr2004-03-041-4/+4
* - Added Type.NoPrefixpaltherr2004-03-044-12/+11
* - Removed CheckOwnerspaltherr2004-03-025-6/+0
* - Removed CheckNamespaltherr2004-03-025-6/+0
* - Fixed case Identpaltherr2004-03-021-8/+2
* - Fixed getTypeLink for rootpaltherr2004-02-291-2/+5
* - Rewrote uniqueName to use SymbolNameWriterpaltherr2004-02-291-4/+7
* - Removed method SymbolTablePrinter.getSymbolFu...paltherr2004-02-291-1/+1
* - Removed duplicate tree printingpaltherr2004-02-191-1/+0
* - Removed unused importpaltherr2004-02-192-3/+0
* - Removed unused importpaltherr2004-02-182-2/+0
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-1212-122/+87
* removed obsolete methodsburaq2004-02-111-40/+1
* - Mark the implementations of what is before Ad...mihaylov2004-02-051-0/+1
* - Do not mark lifted functions as 'final' - it'...mihaylov2004-02-051-1/+1
* - Removed asInstanceOf in array creation trees ...paltherr2004-02-041-2/+1
* - Changed transformation of array creations for...paltherr2004-02-042-21/+17
* - Make lifted functions private final.mihaylov2004-02-041-1/+1
* - Removed flag STATICpaltherr2004-02-031-1/+0
* oops, forgot a case in BindingBerrySethiburaq2004-02-023-4/+10
* bugburaq2004-02-021-25/+24
* - Introduced local and global refspaltherr2004-02-014-37/+39
* - Removed top-level ValDefs (modules)paltherr2004-02-011-2/+0
* - Removed interpreter specific code from AddCon...paltherr2004-02-011-40/+4
* - Added normal vlink to non-stable modulespaltherr2004-02-011-4/+4
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-5/+0
* - Generalized use of AConstant to represent con...paltherr2004-02-019-35/+40
* - Fixed Idspaltherr2004-01-311-1/+1
* Added intermediate code and corresponding jvm b...NAME2004-01-301-0/+59
* - Added flag LIFTED to lifted classes and methodspaltherr2004-01-291-0/+2
* using LabelDef instead of nested functions for ...buraq2004-01-295-181/+142
* bugfix in PatternMatcher.buraq2004-01-282-37/+66
* - Fixed handling of single typespaltherr2004-01-261-9/+2
* - Simplified some type transformers (removed un...paltherr2004-01-261-3/+1
* - Removed method Type.rebindpaltherr2004-01-261-4/+1
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-265-10/+11
* - Removed renamer from SymbolClonerpaltherr2004-01-251-3/+3
* - Simplified and improved tail call optimizationpaltherr2004-01-232-371/+169
* - Added test to avoid StackOverflowpaltherr2004-01-231-2/+4