summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* regexp libburaq2004-11-1912-77/+264
|
* Added symbol and type information to the right ...Iulian Dragos2004-11-192-13/+48
| | | | | Added symbol and type information to the right panel
* Added swing printer.Iulian Dragos2004-11-195-1/+596
|
* *** empty log message ***Martin Odersky2004-11-197-7/+32
|
* - added missing header.michelou2004-11-191-0/+11
|
* - Merged test-run.lst, test-pos.lst and test-ne...paltherr2004-11-184-123/+109
| | | | | - Merged test-run.lst, test-pos.lst and test-neg.lst into test.lst
* - Added bug 372paltherr2004-11-182-0/+5
|
* - Fixed class ClonedThisSymLazyType to take int...paltherr2004-11-181-10/+14
| | | | | | - Fixed class ClonedThisSymLazyType to take into account that clasz.type() may appear anywhere in clasz.typeOfThis().
* - Removed an assertion that prevented self type...paltherr2004-11-181-1/+0
| | | | | | - Removed an assertion that prevented self types at top-level but seemed otherwise useless.
* Set the lineUpClosingBracket property.mihaylov2004-11-181-0/+1
| | | | | (bug contribution #44)
* helloburaq2004-11-183-0/+151
|
* helloburaq2004-11-183-4/+71
|
* - Replaced Function*.java by Function*.scalapaltherr2004-11-185-30/+24
|
* *** empty log message ***paltherr2004-11-181-1/+1
|
* - Added space to fix emacs highlighting problempaltherr2004-11-181-1/+1
|
* - Added code to force loading of source of clas...paltherr2004-11-181-0/+17
| | | | | - Added code to force loading of source of classes Function*
* - Fixed maximum heep size for tests to 128Mpaltherr2004-11-181-1/+2
|
* - added an -enableassertions for all toolspaltherr2004-11-171-1/+1
|
* - Removed ResultOrExceptionpaltherr2004-11-174-56/+39
|
* - Removed NativeLooppaltherr2004-11-173-37/+0
|
* [MSIL] Do not initialize symbols for runtime ty...mihaylov2004-11-161-8/+15
| | | | | [MSIL] Do not initialize symbols for runtime types if targeting the MSIL
* - Removed Function1 and ScalaObject from Array ...paltherr2004-11-162-41/+3
| | | | | - Removed Function1 and ScalaObject from Array superclasses
* [MSIL] Used scala.runtime.compat.Platform to av...mihaylov2004-11-162-5/+6
| | | | | [MSIL] Used scala.runtime.compat.Platform to avoid platform dependency
* Synchronized with library.lstmihaylov2004-11-161-32/+55
|
* Added scala.runtime.compat.Platformmihaylov2004-11-161-0/+2
|
* Initial commit.mihaylov2004-11-161-0/+11
|
* fixburaq2004-11-168-530/+37
|
* commitbyeburaq2004-11-164-7/+7
|
* commitbyeburaq2004-11-162-5/+11
|
* Set version to 1.3.0.8paltherr2004-11-161-1/+1
|
* - optimized call orderpaltherr2004-11-161-3/+2
|
* *** empty log message ***paltherr2004-11-161-1/+0
|
* Set version to 1.3.0.7paltherr2004-11-161-1/+1
|
* helloburaq2004-11-164-1/+60
|
* Set version to 1.3.0.6paltherr2004-11-161-1/+1
|
* - Added Idspaltherr2004-11-162-0/+4
|
* helloburaq2004-11-163-4/+53
|
* more general type for finals mapburaq2004-11-161-6/+19
|
* NodeBuffer does not support hashcode, call .toL...buraq2004-11-162-2/+6
| | | | | | NodeBuffer does not support hashcode, call .toList in SymbolicXMLBuilder...
* goneburaq2004-11-151-3/+0
|
* loggingburaq2004-11-151-2/+2
|
* commentburaq2004-11-151-2/+11
|
* helloburaq2004-11-152-0/+22
|
* scala.util cleanupburaq2004-11-1225-893/+97
|
* oopsburaq2004-11-031-2/+1
|
* cleanuupburaq2004-11-011-4/+1
|
* bugfix in NodeFactoryburaq2004-11-012-35/+30
|
* hashconsingburaq2004-10-271-0/+2
|
* hashconsingburaq2004-10-275-21/+39
|
* - put argument of @see tags in quotes (scaladoc...michelou2004-10-261-109/+188
| | | | | | - put argument of @see tags in quotes (scaladoc limitation). coding - conventions..