summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Fixed scala.runtime.Camparator.equals to return...mihaylov2007-05-141-21/+29
| | | | | | Fixed scala.runtime.Camparator.equals to return the same as '==' on the unboxed values
* Fixed contribution #468 in RichChar.{to, until}mihaylov2007-05-141-2/+10
|
* added property file to scala-library.jarmichelou2007-05-111-0/+57
|
* </p/>michelou2007-05-103-30/+27
|
* removed some debug prints, simplified phonebook...Burak Emir2007-05-082-12/+12
| | | | | | removed some debug prints, simplified phonebook3, better scaladoc comments
* Reverted to the Int.{box,unbox}, etc way of box...mihaylov2007-05-079-40/+40
| | | | | Reverted to the Int.{box,unbox}, etc way of box/unbox representation
* updated Scala comments (code examples, links, o...michelou2007-05-0312-150/+210
| | | | | updated Scala comments (code examples, links, overrides)
* svn:keywordsmichelou2007-05-011-2/+2
|
* added example in Scala commentmichelou2007-05-011-2/+9
|
* New STARR based on rev.Gilles Dubochet2007-05-019-443/+0
|
* use of old-fashion closuremichelou2007-05-011-1/+1
|
* added missing importmichelou2007-05-011-0/+2
|
* added scala.Range and test casesmichelou2007-05-014-54/+78
|
* fixed bug 1074Martin Odersky2007-05-013-6/+8
|
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-013-3/+8
|
* svn:keywords and file headersmichelou2007-05-0121-42/+76
|
* added two filesMartin Odersky2007-04-302-0/+31
|
* added support for notnull, first stepsMartin Odersky2007-04-301-0/+3
|
* Changed Scala's value boxing scheme to be compa...Gilles Dubochet2007-04-3012-97/+305
| | | | | | | | | | | 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.).
* fixed bugs 1072, 1067, 1055, 997Martin Odersky2007-04-302-4/+16
|
* Fixed svn properties in the librarymihaylov2007-04-298-10/+9
|
* added method uptomichelou2007-04-271-2/+4
|
* 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.
* updated annotations in scala/concurrentmichelou2007-04-254-13/+12
|
* reinstantiated scala.concurrent actors, but dep...Martin Odersky2007-04-254-0/+243
| | | | | reinstantiated scala.concurrent actors, but deprecated them
* Use scala.Math instead of scala.compat.Mathmihaylov2007-04-243-6/+5
|
* removed actors & freinds from concurrentMartin Odersky2007-04-244-235/+0
|
* 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.
* 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}
* Removed Actor classMartin Odersky2007-04-241-48/+0
|
* updated self aliases, for-comprehensions michelou2007-04-237-196/+191
|
* Fixing linearization issue in JCL.Sean McDirmid2007-04-225-4/+5
|
* Added default case to intern.Sean McDirmid2007-04-221-1/+1
|
* - problem with normalisation in the back-end wa...Adriaan Moors2007-04-201-1/+1
| | | | | | | | - problem with normalisation in the back-end was due to Array not being - erased. Solution: don't use type-aliases in the definition of the - class scala.Array removed troublesome assert from typed1 as there are - legit cases (see added comment in Typers)
* re-comittingSean McDirmid2007-04-191-2/+0
|
* updated tests for productElement/-Aritymichelou2007-04-1912-95/+83
|
* updated element/arity to productElement/product...michelou2007-04-1955-510/+158
| | | | | updated element/arity to productElement/productArity
* updated for-comprehension syntaxmichelou2007-04-1912-106/+98
|
* Switching over to position objects from positio...Sean McDirmid2007-04-1911-88/+152
| | | | | | Switching over to position objects from position type parameters. Positions are no longer ints.
* Made scala.Collection platform-independentmihaylov2007-04-171-3/+17
|
* Improved implementation of BigInt.equalsmihaylov2007-04-171-2/+2
|
* removed warningsmichelou2007-04-131-25/+32
|
* added ant tests, updated headersmichelou2007-04-121-20/+17
|
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-1255-134/+502
| | | | | renamed arity=>productArity,element=>productElement
* added options to scaladoc Ant taskmichelou2007-04-102-25/+26
| | | | | removed several unchecked warnings
* corrected typomichelou2007-04-102-9/+9
|
* removed test codemichelou2007-04-101-14/+0
|
* updated file headersmichelou2007-04-1023-161/+192
|
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-063-3/+3
|