summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-017-46/+87
|
* Bumped version numbers for new release.Philipp Haller2007-05-0113-23/+23
|
* Small changesPhilipp Haller2007-05-011-7/+14
|
* Package scala.actors now included in scala-libr...Philipp Haller2007-05-011-34/+8
| | | | | Package scala.actors now included in scala-library.jar
* Improved ping pong example.Philipp Haller2007-05-011-12/+9
|
* svn:keywords and file headersmichelou2007-05-0121-42/+76
|
* Use StringBuilder instead of StringBuffer when ...Iulian Dragos2007-05-011-6/+6
| | | | | Use StringBuilder instead of StringBuffer when compiling for 'jvm-1.5'
* added two filesMartin Odersky2007-04-302-0/+31
|
* added support for notnull, first stepsMartin Odersky2007-04-308-83/+135
|
* Changed Scala's value boxing scheme to be compa...Gilles Dubochet2007-04-3017-314/+583
| | | | | | | | | | | Changed Scala's value boxing scheme to be compatible with java's wrapping classes. - “Definitions” redefines what the boxed correspondants of value types are. - “GenJVM” uses the new (un)boxing methods defined in “BoxesUtility” (MSIL not updated yet). - “GenICode” special cases the “equals” method (to that of “Comparator”) in some cases to deal with Java's silly definition of equality on wrapped values. - Various other fixes (in erasure to deal properly with boxing of labelled expressions, big integers, etc.).
* re-added links to Scala sourcesmichelou2007-04-3019-220/+300
|
* Removed obsolete example.Philipp Haller2007-04-301-143/+0
|
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-304-14/+62
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* fixed bugs 1072, 1067, 1055, 997Martin Odersky2007-04-309-44/+96
|
* Fixed svn properties in the librarymihaylov2007-04-298-10/+9
|
* Improved test case for annotations with array c...mihaylov2007-04-275-9/+19
| | | | | Improved test case for annotations with array constants
* Turn array of constants into an array constant;...mihaylov2007-04-272-1/+5
| | | | | | Turn array of constants into an array constant; fixes a bug in annotation applications with array elements
* added data files for shootout testsmichelou2007-04-271-1/+1
|
* added method uptomichelou2007-04-271-2/+4
|
* Adding eclipse meta data.Sean McDirmid2007-04-2712-1414/+112
|
* Updated examples wrt.Iulian Dragos2007-04-2611-87/+87
|
* Added resetProxy method that replaces an implic...Philipp Haller2007-04-261-0/+14
| | | | | | Added resetProxy method that replaces an implicit ActorProxy with a new instance.
* Make the second argument be by name for getOrEl...Lex Spoon2007-04-252-2/+2
| | | | | Make the second argument be by name for getOrElse and getOrElseUpdate.
* sorry, my previous commit compiled fine using t...Adriaan Moors2007-04-251-1/+1
| | | | | | sorry, my previous commit compiled fine using the latest build, but it didn't compile using starr
* previous change caused cyclic references..Adriaan Moors2007-04-251-2/+3
|
* added missing .info to a symbol.typeParams..Adriaan Moors2007-04-252-2/+6
| | | | | oops!
* generates constant values in API docmichelou2007-04-254-100/+107
|
* uses new options in scaladoc generated documichelou2007-04-257-111/+205
|
* fixed test case.Martin Odersky2007-04-252-11/+26
|
* updated annotations in scala/concurrentmichelou2007-04-255-14/+13
|
* reinstantiated scala.concurrent actors, but dep...Martin Odersky2007-04-254-0/+243
| | | | | reinstantiated scala.concurrent actors, but deprecated them
* Updated bug533 and functions to use scala.actors.Philipp Haller2007-04-252-5/+7
|
* Updated bug533 to use scala.actors instead of s...Philipp Haller2007-04-251-1/+1
| | | | | Updated bug533 to use scala.actors instead of scala.concurrent.
* fixed scaladoc optionmichelou2007-04-251-2/+2
|
* changed the comment for -XplugtypesLex Spoon2007-04-241-1/+1
|
* Use scala.Math instead of scala.compat.Mathmihaylov2007-04-248-14/+10
|
* (no commit message)Philipp Haller2007-04-241-2/+1
|
* Removed obsolete thread pool scheduler.Philipp Haller2007-04-241-184/+0
|
* removed actors & freinds from concurrentMartin Odersky2007-04-246-363/+130
|
* added Java options to test bridges.scalamichelou2007-04-241-0/+1
|
* added scaladoc options and dependency checkmichelou2007-04-246-83/+146
|
* Fixed build: RichFloat was build with no Predef...Gilles Dubochet2007-04-241-0/+2
| | | | | | Fixed build: RichFloat was build with no Predef but depends on implicit conversions in Predef.
* Updated SABBUS to also pass nsc.params to Starr...Gilles Dubochet2007-04-241-2/+7
| | | | | | Updated SABBUS to also pass nsc.params to Starr when building Locker (until now, it was only passed to Locker when building Starr).
* resintantiated actorMartin Odersky2007-04-241-0/+48
|
* Deprecated scala.compat.Math and move some memb...mihaylov2007-04-244-1/+92
| | | | | Deprecated scala.compat.Math and move some members to scala.Math and scala.runtime.Rich{Float,Double}
* [Martin: please review] removed lateParams hackAdriaan Moors2007-04-242-56/+28
|
* Removed Actor classMartin Odersky2007-04-241-48/+0
|
* fixed bug 1065Adriaan Moors2007-04-243-8/+39
| | | | | | | | This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.
* added lateFINAL class to ExplicitOuterMartin Odersky2007-04-241-1/+1
|
* Small fix involving exit of ActorProxy.Philipp Haller2007-04-241-0/+1
|