summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-232-4/+9
|
* fixed #936Martin Odersky2008-05-232-2/+2
|
* fixed typo in JavaParsersMartin Odersky2008-05-221-1/+1
|
* Gixed #946Martin Odersky2008-05-221-2/+2
|
* Reorganized BasicBlocks a bit:Iulian Dragos2008-05-229-51/+79
| | | | | | | - they are now Seq[Instruction] - all booleans have been packed into an int - removed non-standard iteration methods, and switched to Seq methods.
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1
| | | | | Fixed String.+ when the implicit is applied to a null.
* fixed #911.Martin Odersky2008-05-226-18/+26
|
* When no check file exists, run test fails with ...Philipp Haller2008-05-222-3/+11
| | | | | When no check file exists, run test fails with correct log/diff.
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-222-6/+27
|
* correction to meaning of operator names: names ...Martin Odersky2008-05-212-2/+5
| | | | | | correction to meaning of operator names: names starting with = always never count as assignment operators. Fixed #905
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-214-11/+26
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* Fixed #904Martin Odersky2008-05-211-2/+2
|
* Fixed t0942Martin Odersky2008-05-211-2/+8
|
* Fixed #677Martin Odersky2008-05-212-1/+45
|
* fixed #665Martin Odersky2008-05-211-1/+2
|
* making the ilasm command verbose to see what's ...Lukas Rytz2008-05-211-1/+2
| | | | | | making the ilasm command verbose to see what's going on. the msil nightly build is broken, predef.dll is not generated.
* Inner classes are now kept as such when compili...Lukas Rytz2008-05-216-25/+48
| | | | | Inner classes are now kept as such when compiling to .NET.
* fixed #605. Added more info on #612Martin Odersky2008-05-212-3/+8
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-2019-29/+2088
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* Removed useless assertion, fixed #826Iulian Dragos2008-05-201-3/+1
|
* 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
* Fixed issue #896: Scala script "execs" the JVM.Gilles Dubochet2008-05-201-1/+1
|
* fixed #681jeberle2008-05-201-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.
* 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-201-1/+1
|
* 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
|
* 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-195-11/+53
| | | | | | 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
|
* Fixed classOf problems (issues #841, #876).Iulian Dragos2008-05-172-1/+6
| | | | | Updated manifests.check to reflect the new way 'void' is represented.
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-161-1/+1
| | | | | | 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-131-1/+0
|