summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reverted to the Int.{box,unbox}, etc way of box...mihaylov2007-05-0714-141/+71
| | | | | Reverted to the Int.{box,unbox}, etc way of box/unbox representation
* fixed bug1090Adriaan Moors2007-05-073-3/+21
| | | | | widen now only normalizes when necessary
* Added no package support.Sean McDirmid2007-05-072-4/+10
|
* Fixed crash on synchronized with 'return' insid...Iulian Dragos2007-05-071-0/+2
| | | | | Fixed crash on synchronized with 'return' inside try-finally block.
* Added NoPosition case to printMessageSean McDirmid2007-05-071-1/+2
|
* the logging call I added in 10944 caused an inf...Adriaan Moors2007-05-041-1/+1
| | | | | | | the logging call I added in 10944 caused an infinite recursion unless the compiler was in debug mode (and of course I only tried the example with -debug on)
* added scaladoc optionsmichelou2007-05-031-4/+19
|
* updated Scala comments (code examples, links, o...michelou2007-05-0320-240/+328
| | | | | updated Scala comments (code examples, links, overrides)
* pending test for bug 1085Adriaan Moors2007-05-031-0/+9
|
* fixed bug 1082Adriaan Moors2007-05-031-2/+2
|
* fixed bug with type alias expansion that turned...Adriaan Moors2007-05-021-2/+5
| | | | | fixed bug with type alias expansion that turned up when an old-style type constructor alias (e.g. type Class = java.lang.Class in Predef) was compiled without the new checks (in the example, without -Xgenerics), and now it's used with the checks (with -Xgenerics). Then, normalize didn't do anything (as the number of type params didn't coincide with the number of type arguments). I.e., it returned `this', which resulted in an infinite recursion.
* Updated STARR to Scala 2.5.0-RC1michelou2007-05-023-5/+5
|
* fixed incorrect value for generatedTypemichelou2007-05-021-1/+1
|
* scaladoc external linksmichelou2007-05-023-26/+25
|
* Martin: should normalize return ErrorType for a...Adriaan Moors2007-05-021-2/+5
| | | | | | | | | Martin: should normalize return ErrorType for a type alias applied to the wrong number of arguments? (right now, it does nothing, which leads to cycles) small change to normalize in TypeRef -- still possible to get cycles with type alias that's applied to wrong number of arguments (or before this commit, if info wasn't complete yet)
* inherited Java methodsmichelou2007-05-011-6/+14
|
* corrected typomichelou2007-05-011-1/+1
|
* svn:keywordsmichelou2007-05-011-2/+2
|
* added more external linksmichelou2007-05-011-43/+102
|
* Fixed hard-coded references to runtime.BoxedXXX...Gilles Dubochet2007-05-012-11/+11
| | | | | Fixed hard-coded references to runtime.BoxedXXX that broke Scaladoc.
* added example in Scala commentmichelou2007-05-012-4/+13
|
* New STARR based on rev.Gilles Dubochet2007-05-0112-451/+15
|
* use of old-fashion closuremichelou2007-05-011-1/+1
|
* added missing importmichelou2007-05-011-0/+2
|
* added scala.Range and test casesmichelou2007-05-016-82/+129
|
* fixed check fileMartin Odersky2007-05-011-4/+4
|
* Re-added updated auction example.Philipp Haller2007-05-011-0/+129
|
* Added sender and loop methods to Actor class (p...Philipp Haller2007-05-011-1/+4
| | | | | | Added sender and loop methods to Actor class (previously only in Actor object).
* fixed bug1075Martin Odersky2007-05-011-1/+1
|
* Fixed bug #1080, failed to recognize recursive ...Iulian Dragos2007-05-011-1/+1
| | | | | Fixed bug #1080, failed to recognize recursive tail call.
* Fixed bug #1076, AddInterfaces assumed the call...Iulian Dragos2007-05-011-2/+4
| | | | | | Fixed bug #1076, AddInterfaces assumed the call to super constructor always comes first in a ctor.
* fixed bug 1074Martin Odersky2007-05-015-9/+11
|
* more additions to checknull.Martin Odersky2007-05-015-12/+53
|
* Fixed #1077 by not mangling private constructor...Iulian Dragos2007-05-013-7/+10
| | | | | Fixed #1077 by not mangling private constructor names.
* 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