summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* Checking in everything else to fix the build!Sean McDirmid2007-04-0313-233/+314
|
* Fixed SyncVar.get ( contribution #420)mihaylov2007-04-021-1/+1
|
* remove the period from the short name of a symbolLex Spoon2007-04-011-1/+1
|
* Fixed Iterator.drop (contribution #415)mihaylov2007-03-311-1/+1
|
* Fxied Stream.dropWhile (bug contribution #410)mihaylov2007-03-301-1/+1
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-303-2/+13
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-3028-104/+351
| | | | | | Checking in, I guess the test failing means this is urgent. Not sure what else will break.
* fixed bug 1030Adriaan Moors2007-03-291-4/+3
| | | | | unapplySeq in Array is now like unapplySeq in Seq
* Fixed problem with sensibility checks.Martin Odersky2007-03-282-10/+10
|
* Changed BitSet to use default toArray methodSean McDirmid2007-03-281-1/+2
|
* overridng toArray to get rid of bugSean McDirmid2007-03-281-0/+1
|
* Revamped scala-doc.Sean McDirmid2007-03-2810-53/+84
|
* Fixed a small bug in scala.Console.readShort()mihaylov2007-03-271-1/+1
|
* Removed implicit use of any java.lang classes f...mihaylov2007-03-2630-24/+38
| | | | | Removed implicit use of any java.lang classes from the library
* Removed Iterable.toArray; it conflicts with Bit...Lex Spoon2007-03-242-11/+1
| | | | | Removed Iterable.toArray; it conflicts with BitSet.toArray
* fixed Seq.toStringLex Spoon2007-03-241-1/+2
|
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-243-37/+12
| | | | | | Reverted toString in Seq, Map, and Set; it now prints out all elements, no matter how many there are.
* - tweaked two commentsLex Spoon2007-03-241-2/+13
| | | | | - added toArray
* Fixed ArrayIndexOutOfBounds in cached bigints f...Iulian Dragos2007-03-231-2/+3
| | | | | Fixed ArrayIndexOutOfBounds in cached bigints for negative numbers.
* Fixed unary minus in BigInt (changed from -: to...Iulian Dragos2007-03-231-1/+1
| | | | | Fixed unary minus in BigInt (changed from -: to unary_-)
* renamed getOrElsePut to getOrElseUpdate, which ...Lex Spoon2007-03-231-4/+4
| | | | | renamed getOrElsePut to getOrElseUpdate, which is more Scala-like
* - toString() on large collections now only printsLex Spoon2007-03-234-7/+55
| | | | | | | a few of the elements - all maps now have getOrElse - mutable maps now have getOrElsePut
* Fixed contribution #396mihaylov2007-03-231-1/+1
|
* (1) added readLong to Console.Martin Odersky2007-03-224-2/+38
| | | | | | (2) added print/read methods to Predef (3) added warnings for non-sensical comparisons
* corrected code example in Scala commentmichelou2007-03-221-27/+35
|
* new pattern matching algoBurak Emir2007-03-221-7/+3
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* Major rewrite of optimization phases.Iulian Dragos2007-03-211-4/+4
|
* comment updates for various set and map classes...Lex Spoon2007-03-2112-72/+97
| | | | | comment updates for various set and map classes and traits
* added Array.deepEquals, improved external links...michelou2007-03-202-7/+55
| | | | | added Array.deepEquals, improved external links to sources in API doc
* Use compat.StringBuilder in runtime.BoxedArraymihaylov2007-03-201-0/+1
|
* added more links to source filesmichelou2007-03-191-2/+3
|
* fixed bug1006Martin Odersky2007-03-191-1/+1
|
* added method round to RichFloat/RichDouble; Martin Odersky2007-03-192-0/+4
| | | | | fixed bug 1008
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-164-53/+89
|