summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-243-37/+12
* - tweaked two commentsLex Spoon2007-03-241-2/+13
* Fixed ArrayIndexOutOfBounds in cached bigints f...Iulian Dragos2007-03-231-2/+3
* Fixed unary minus in BigInt (changed from -: to...Iulian Dragos2007-03-231-1/+1
* renamed getOrElsePut to getOrElseUpdate, which ...Lex Spoon2007-03-231-4/+4
* - toString() on large collections now only printsLex Spoon2007-03-234-7/+55
* Fixed contribution #396mihaylov2007-03-231-1/+1
* (1) added readLong to Console.Martin Odersky2007-03-224-2/+38
* corrected code example in Scala commentmichelou2007-03-221-27/+35
* new pattern matching algoBurak Emir2007-03-221-7/+3
* 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
* added Array.deepEquals, improved external links...michelou2007-03-202-7/+55
* 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
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-164-53/+89
* ok, ne and eq take AnyRef rather than Any.Burak Emir2007-03-151-1/+1
* is an exception now rather than an errorBurak Emir2007-03-151-2/+6
* fixed bugs 910 and 995.Martin Odersky2007-03-122-6/+2
* added more test cases for class BitSetmichelou2007-03-082-5/+11
* added unchecked.scalaMartin Odersky2007-03-081-0/+43
* @unsealed->@uncheckedMartin Odersky2007-03-082-31/+4
* Corrected javadoc class descriptionsLex Spoon2007-03-089-9/+9
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-073-7/+14
* fixed bug 979Martin Odersky2007-03-061-2/+2
* fixed bug978Martin Odersky2007-03-051-2/+13
* fixed bugs 948/971;Martin Odersky2007-03-0530-75/+75
* Fixed SVN properties in library/scalamihaylov2007-03-046-6/+6
* Fixed some SVN properties in scala.collectionmihaylov2007-03-0416-0/+0
* HasKeyValue for matching on attribute presence ...Burak Emir2007-03-021-0/+13
* double def in SUnitBurak Emir2007-03-021-2/+2
* typo in SUnitBurak Emir2007-03-021-2/+2
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-022-20/+65
* Better documentation for Enumeration class.Gilles Dubochet2007-03-021-38/+69
* corrected typomichelou2007-03-021-1/+1
* added @serializable annotation to ListBuffermichelou2007-03-021-3/+4
* Fixed contribution #357 (infinite recursion in ...mihaylov2007-03-021-1/+1
* added scaladoc commentmichelou2007-03-011-1/+17
* updated scaladoc comments (links, tuples, ..)michelou2007-03-012-3/+6
* added code example to scaladoc commentmichelou2007-02-281-4/+29
* Made Attributes deprecated and removed subclass...Iulian Dragos2007-02-284-6/+6
* updated example in scaladoc commentmichelou2007-02-281-14/+12
* fixed bug #963michelou2007-02-271-13/+21
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-272-1/+15
* Added case to the Empty object.Sean McDirmid2007-02-271-20/+10
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-273-15/+40
* updated svn:keywords and scaladoc commentsmichelou2007-02-2716-72/+104
* Made BeanProperty an AnnotationIulian Dragos2007-02-271-1/+1