summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* xml parsing deal with processing instructions (...Burak Emir2007-06-292-0/+16
* modified test in "drop" (like Stream)michelou2007-06-271-2/+2
* minor changemichelou2007-06-271-1/+1
* updated take/dropmichelou2007-06-271-2/+2
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
* belongs to 12113.Martin Odersky2007-06-221-1/+1
* added support for higher-kinded existentials; a...Martin Odersky2007-06-221-0/+4
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-211-3/+3
* Corrected Scaladoc comment for Array.slice (con...mihaylov2007-06-181-1/+1
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1
* added prefix method, for more useful Benchmark ...Burak Emir2007-06-161-1/+6
* corrected another typomichelou2007-06-141-4/+4
* added Nik's contrib to script.jsmichelou2007-06-142-27/+27
* fixed split method on JVMmichelou2007-06-131-3/+15
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-2/+2
* Integrated J2ME version of the library as of re...mihaylov2007-06-1312-13/+37
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-131-21/+7
* Moved Proxy as the last supertype of RichString...mihaylov2007-06-121-1/+1
* minor change in compat.StringBuildermihaylov2007-06-111-1/+1
* minor changesmichelou2007-06-111-36/+40
* Improved interface of scala.compat.StringBuildermihaylov2007-06-116-71/+83
* Added patch to allow definition of native metho...Iulian Dragos2007-06-091-0/+24
* fixed typo in scaladoc commentsmichelou2007-06-081-23/+23
* minor changesmichelou2007-06-083-9/+11
* removed primitive type aliases from the standar...michelou2007-06-0837-480/+501
* deprecated &f, .f, requires.Martin Odersky2007-06-0518-27/+29
* Fixed contribution #650 in mutable.Map.getOrEls...mihaylov2007-06-051-2/+1
* 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