summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* regexp refactorburaq2004-07-053-5/+14
|
* regexps refactoredburaq2004-07-058-7/+80
|
* removed regexp, moved to new fileburaq2004-07-051-112/+0
|
* - correctly highlight view bounds,schinz2004-07-051-2/+14
| | | | | - indent box comments better
* *** empty log message ***Martin Odersky2004-07-052-22/+26
|
* *** empty log message ***Martin Odersky2004-07-0215-33/+102
|
* *** empty log message ***Martin Odersky2004-07-0224-65/+93
|
* *** 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
|
* - corrected output (2nd checkin..).michelou2004-07-011-1/+1
|
* *** empty log message ***Martin Odersky2004-07-0193-451/+504
|
* - corrected output.michelou2004-07-011-1/+1
|
* 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