summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-07-064-2/+498
|
* *** empty log message ***Martin Odersky2004-07-061-2/+14
|
* *** empty log message ***Martin Odersky2004-07-062-0/+1136
|
* new elemburaq2004-07-061-21/+23
|
* *** empty log message ***Martin Odersky2004-07-064-13/+16
|
* - Cleaned class Arraypaltherr2004-07-063-202/+148
| | | | | - Fixed missing cast in Erasure.coerce
* No longer needed, all is done in CompilerPhases...Iulian Dragos2004-07-051-117/+0
| | | | | No longer needed, all is done in CompilerPhases.scala
* *** empty log message ***Iulian Dragos2004-07-051-2/+1
|
* Added wholeprog phase to compilerIulian Dragos2004-07-057-102/+194
|
* here it isburaq2004-07-051-0/+87
|
* regexp refactorburaq2004-07-052-4/+7
|
* regexps refactoredburaq2004-07-058-7/+80
|
* removed regexp, moved to new fileburaq2004-07-051-112/+0
|
* *** empty log message ***Martin Odersky2004-07-052-22/+26
|
* *** empty log message ***Martin Odersky2004-07-0215-33/+102
|
* *** empty log message ***Martin Odersky2004-07-0221-59/+77
|
* *** empty log message ***Martin Odersky2004-07-013-9/+26
|
* - Fixed scope of startContextpaltherr2004-07-011-1/+1
|
* *** empty log message ***Martin Odersky2004-07-011-0/+89
|
* *** empty log message ***Martin Odersky2004-07-0190-446/+497
|
* namespace stuffburaq2004-06-305-43/+91
|
* *** empty log message ***Martin Odersky2004-06-291-2/+2
|
* namespace fix + more validationburaq2004-06-296-32/+159
|
* namespacesburaq2004-06-2524-623/+1046
|
* fixed bugburaq2004-06-251-1/+7
|
* - fixed infinite recursion in one of the constr...mihaylov2004-06-241-1/+1
| | | | | - fixed infinite recursion in one of the constructors
* - Removed methods isXYZpaltherr2004-06-231-20/+0
|
* [MSIL] Added name GetTypemihaylov2004-06-231-0/+1
|
* [MSIL] In the auto-generated hashCode for case ...mihaylov2004-06-231-2/+4
| | | | | | [MSIL] In the auto-generated hashCode for case classes use System.Object.GetType, rather than java.lang.Object.getClass
* - Use AnyRef instead of Objectmihaylov2004-06-231-1/+1
|
* - Removed obsolete type castmihaylov2004-06-232-3/+3
|
* fixburaq2004-06-231-2/+2
|
* namespaceburaq2004-06-2210-73/+52
|
* save typingburaq2004-06-221-0/+26
|
* fix in call graph, to take into account calls t...Iulian Dragos2004-06-222-13/+64
| | | | | fix in call graph, to take into account calls to generic methods
* removed useless references to old ClassHierarch...Iulian Dragos2004-06-221-6/+4
| | | | | removed useless references to old ClassHierarchy class
* - Added methods +(String) to Boolean and Unitpaltherr2004-06-223-10/+10
|
* Compiler options for whole program optimizationIulian Dragos2004-06-221-0/+29
|
* Added wholeprog phase sourcesIulian Dragos2004-06-216-0/+1894
|
* - Handle index properties by assigning the name...mihaylov2004-06-211-124/+206
| | | | | | | - Handle index properties by assigning the name "apply" to the getter, and "update" to the setter. Then they can be used as a function application/assignment to.
* - Create a new CLRClassParser for evey imported...mihaylov2004-06-211-23/+25
| | | | | - Create a new CLRClassParser for evey imported CLR type
* - Added names "finalize", "wait", "notify", "no...mihaylov2004-06-211-0/+4
| | | | | - Added names "finalize", "wait", "notify", "notifyAll"
* - When targetting the MSIL backend treat scala....mihaylov2004-06-211-2/+22
| | | | | | - When targetting the MSIL backend treat scala.AnyRef as an alias for - System.Object Add the wait and notify methods to System.Object
* *** empty log message ***mihaylov2004-06-212-26/+60
|
* - Added static members of superclasses to stati...paltherr2004-06-171-0/+27
| | | | | - Added static members of superclasses to static part of subclasses
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-173-393/+108
| | | | | - Adapted to new class scala.tools.util.debug.Debug
* - Added debugging classes in scala.tools.util.d...paltherr2004-06-178-0/+630
| | | | | | - Added debugging classes in scala.tools.util.debug Added class - scala.tools.util.StringBufferWriter
* - bug fix: differentiate between jumping and no...schinz2004-06-151-3/+21
| | | | | - bug fix: differentiate between jumping and non-jumping primitives
* - Removed calls to Debug.toStringpaltherr2004-06-152-3/+3
|
* typoburaq2004-06-141-1/+1
|