summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fooburaq2004-07-012-6/+6
|
* fooburaq2004-07-011-1/+1
|
* namespace stuffburaq2004-06-305-43/+91
|
* *** empty log message ***Martin Odersky2004-06-291-2/+2
|
* added testcase for namespacesburaq2004-06-292-1/+22
|
* namespace fix + more validationburaq2004-06-2910-34/+183
|
* namespacesburaq2004-06-2537-642/+1139
|
* fixed bugburaq2004-06-251-1/+7
|
* - replaced GIF/JPG images for PS/PDF formats wi...michelou2004-06-241-2/+2
| | | | | - replaced GIF/JPG images for PS/PDF formats with PNG images.
* - 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-2213-150/+130
|
* 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
* - added entry community/activities.xmlmichelou2004-06-221-0/+1
|
* 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
|
* *** empty log message ***Iulian Dragos2004-06-221-1/+0
|
* Added wholeprog phase sourcesIulian Dragos2004-06-221-0/+12
|
* Compiler options for whole program optimizationIulian Dragos2004-06-221-0/+29
|
* - added 'ScalaIntro.pdf'.michelou2004-06-211-0/+2
|
* *** empty log message ***Matthias Zenger2004-06-211-2/+2
|
* 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-179-1/+640
| | | | | | - 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
|
* fixburaq2004-06-143-5/+7
|
* more cleanupburaq2004-06-148-118/+85
|
* new library stuffburaq2004-06-141-0/+2
|
* stuff addedburaq2004-06-143-0/+96
|
* cleanup of xml code, TextBufferburaq2004-06-146-58/+44
|
* new test case for ws trimming in patternsburaq2004-06-142-2/+12
|
* new example of for comprehensionsburaq2004-06-142-0/+45
|
* support for namespacesburaq2004-06-142-0/+58
|
* namespacesburaq2004-06-1417-107/+148
|
* proper XML patterns, bugfix in literal parser, ...buraq2004-06-146-30/+88
| | | | | proper XML patterns, bugfix in literal parser, nodeBuffer added
* - Moved method "eq" into AnyRef, changed type o...paltherr2004-06-114-8/+9
| | | | | - Moved method "eq" into AnyRef, changed type of its argument to AnyRef