summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Capitalized type params in Predef, fixed bug in...michelou2007-05-312-122/+122
* Fixed a problem with previous commitmihaylov2007-05-301-1/+1
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-303-53/+53
* Fixed contribution #575 in immutable.HashSetmihaylov2007-05-301-1/+1
* minor changemichelou2007-05-291-2/+2
* changed sort to use a merge sort, and thus perf...Lex Spoon2007-05-291-48/+57
* fixed bugs 1143, 1136, 1102Martin Odersky2007-05-291-1/+4
* import Predefmichelou2007-05-241-14/+17
* fixed scaladoc commentsmichelou2007-05-241-116/+124
* Added by method to Range, made range configurable.Sean McDirmid2007-05-222-8/+13
* Reverted Range, documented unusual behavior. Sean McDirmid2007-05-223-36/+40
* Updated tests so they would pass.Sean McDirmid2007-05-228-44/+56
* fixing bug in iterator, i thinkSean McDirmid2007-05-211-1/+3
* Fixing bugSean McDirmid2007-05-211-1/+1
* Renamed Fluid to DynamicVariableLex Spoon2007-05-213-73/+98
* Added standard pattern matches to the commentsLex Spoon2007-05-212-0/+30
* (no commit message)Lex Spoon2007-05-212-0/+43
* (no commit message)Sean McDirmid2007-05-211-1/+1
* Fixing broken test, seems like until was not ta...Sean McDirmid2007-05-211-2/+5
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-2153-425/+820
* patch from user contributionSean McDirmid2007-05-211-4/+4
* minor changesmichelou2007-05-216-127/+147
* Rich comparison (scala.runtime.Comparator.equal...Gilles Dubochet2007-05-201-2/+2
* fix^2 bug1111Martin Odersky2007-05-161-2/+6
* fixed bug1111Martin Odersky2007-05-161-27/+31
* Fixed race conditionSean McDirmid2007-05-161-2/+3
* Fixed race conditionSean McDirmid2007-05-162-4/+10
* Fixed contribution #474 - BigInt.equalsmihaylov2007-05-151-0/+1
* Fxied some svn propertiesmihaylov2007-05-152-2/+2
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-152-2/+1
* Fixed scala.runtime.Camparator.equals to return...mihaylov2007-05-141-21/+29
* 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
* Reverted to the Int.{box,unbox}, etc way of box...mihaylov2007-05-079-40/+40
* updated Scala comments (code examples, links, o...michelou2007-05-0312-150/+210
* 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
* fixed bugs 1072, 1067, 1055, 997Martin Odersky2007-04-302-4/+16