summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed useless assertion, fixed #826Iulian Dragos2008-05-201-3/+1
|
* int -> Int, etc..michelou2008-05-202-21/+21
|
* Synced src/dotnet-library with rev 15086 of src...Lukas Rytz2008-05-2010-98/+427
| | | | | Synced src/dotnet-library with rev 15086 of src/library
* int -> Int, etc..michelou2008-05-209-108/+103
|
* int -> Int, etc..michelou2008-05-209-89/+90
|
* int -> Int, etc..michelou2008-05-205-18/+18
|
* Fixed issue #896: Scala script "execs" the JVM.Gilles Dubochet2008-05-201-1/+1
|
* int -> Int, etc..michelou2008-05-204-56/+57
|
* int -> Int, etc..michelou2008-05-205-27/+25
|
* fixed #681jeberle2008-05-202-10/+21
| | | | | | | Changes in the Comparator.cs, called when using "==". And recompiled scalaruntime.dll. Perhaps the code can be better (simplifying the condition), but it works.
* int -> Int, etc..michelou2008-05-203-12/+16
|
* Applied provided patch for #921Iulian Dragos2008-05-201-1/+1
|
* Removing "waitFor" ilasm.jeberle2008-05-201-2/+1
|
* use the new msil.jar librarylorch2008-05-202-2/+2
|
* deactivating separate compilation (part 2)jeberle2008-05-201-1/+1
|
* The following error occurs on windows: "CreateP...lorch2008-05-201-3/+4
| | | | | | | | The following error occurs on windows: "CreateProcess error=206, "The file name or extension is too long", since the argument list is too long. We temporarily deactivated seperate compilation for msil until this is fixed.
* Always keep .msil fileslorch2008-05-202-4/+0
|
* Fixed the failing manifests test.Iulian Dragos2008-05-191-1/+1
|
* More deprecation warnings fixed.Iulian Dragos2008-05-1914-62/+62
|
* Deprecated lower case type aliases for primitiv...Iulian Dragos2008-05-193-12/+12
| | | | | Deprecated lower case type aliases for primitive types, #744.
* Fixed #673.Iulian Dragos2008-05-192-1/+2
|
* Added depreciated annotation and comment to kee...Geoffrey Washburn2008-05-191-1/+3
| | | | | | Added depreciated annotation and comment to keep it synchronized with the JVM standard library.
* fixed problem Lukas had when flatten is skippedMartin Odersky2008-05-191-1/+2
|
* removed again 'override' on + of dotnet ListLukas Rytz2008-05-191-1/+1
|
* Added back missing {Iulian Dragos2008-05-191-1/+1
|
* Fixed mkString methodIulian Dragos2008-05-191-1/+1
|
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-196-12/+54
| | | | | | Deprecate all of the problematic + methods, and removed those that never appeared in a release.
* Added documentation for lengthCompare, fixed ta...Iulian Dragos2008-05-191-2/+5
| | | | | Added documentation for lengthCompare, fixed tail recursive method.
* IDE fixesSean McDirmid2008-05-193-9/+13
|
* Try raising the memory limit further.Geoffrey Washburn2008-05-191-2/+2
|
* Applying the one half of Miles's patch.Geoffrey Washburn2008-05-183-56/+48
|
* Fixed classOf problems (issues #841, #876).Iulian Dragos2008-05-175-6/+56
| | | | | Updated manifests.check to reflect the new way 'void' is represented.
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-166-27/+28
| | | | | | Removed outdated "ant-contrib" library and pointed all references to the new version.
* Removing dead code. Change reviewed by Gilles.Geoffrey Washburn2008-05-161-14/+0
|
* SupperSabbus Four runs its tests in a VM with 5...Gilles Dubochet2008-05-161-2/+2
| | | | | SupperSabbus Four runs its tests in a VM with 512 MB of heap space.
* Fixed NPE in partestPhilipp Haller2008-05-151-1/+2
|
* Documented flatten, see #909Iulian Dragos2008-05-141-0/+8
|
* 1. ConsoleReporter stops after 100 error messages.Martin Odersky2008-05-145-16/+60
| | | | | | 2. Outer field from an inner class is now suppressed if it is not referenced. Reviewed by: Gilles
* 1. Removed StdNames.EQEQ, plecae by StdNames.EQMartin Odersky2008-05-136-11/+22
| | | | | | 2. Changed priority of assignment operators to be the same as = 3. Changed complexity measure for implicit divergence detection.
* Rolled back unintented committed files.Iulian Dragos2008-05-133-9/+17
|
* Added explicit return type in take (see #879)Iulian Dragos2008-05-134-18/+10
|
* moved target "dist.latest" before "latest.doc"michelou2008-05-131-7/+7
|
* Added no-arg mkString, see issue #869Iulian Dragos2008-05-131-0/+9
|
* Remove virtual classes code from the "stable" t...Geoffrey Washburn2008-05-132-480/+0
| | | | | Remove virtual classes code from the "stable" trunk.
* Removed nullness check from trunk.Geoffrey Washburn2008-05-131-3/+0
|
* Fixed #870Miles Sabin2008-05-131-1/+1
|
* Three small Interpreter improvements:Lex Spoon2008-05-111-8/+18
| | | | | | | | | - include jars from -Ycodebase on the classpath to run interpreted - make isettings a lazy val, because it is used during logging, and initialization of the class can require logging if an error happens - updated the class comment to mention bind() as one of the main public methods of the class
* Fixed #875Miles Sabin2008-05-111-0/+3
|
* fixed msilnightly targetLukas Rytz2008-05-101-1/+1
|
* Fixed #873 by adding in a missing case to resol...Derek Chen-Beker2008-05-101-1/+4
| | | | | Fixed #873 by adding in a missing case to resolveType.