summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Made Vector the standard impl of IndexedSeq.Martin Odersky2010-04-052-3/+3
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-0534-899/+707
* [scaladoc] Considerably reduced size of documen...Gilles Dubochet2010-04-031-1/+1
* closes #3242. review by community.Tiark Rompf2010-04-021-3/+4
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-311-51/+88
* Noticed that the implementation of toArray Iter...Paul Phillips2010-03-301-3/+6
* TraversableOnce. Review by odersky.Paul Phillips2010-03-2742-1142/+730
* Fix for #3204. No review.Paul Phillips2010-03-262-1/+3
* Renamed partialMap to collect.Paul Phillips2010-03-247-17/+14
* new readme. no review.Martin Odersky2010-03-241-9/+9
* Reverted a presumably unintentional reincarnati...Paul Phillips2010-03-241-16/+0
* Fixes problematic equality of Enumeration values.Martin Odersky2010-03-241-2/+2
* Fixes problematic equality of En umeration values.Martin Odersky2010-03-241-0/+16
* Fixed the serialization test.Philipp Haller2010-03-241-15/+23
* Fix and test case for #3169.Paul Phillips2010-03-231-2/+5
* Added some documentation to the methods in Pred...Paul Phillips2010-03-231-3/+49
* Although it was working fine, a test case for @...Paul Phillips2010-03-231-2/+2
* Fixes #3186. Closes #2214.Philipp Haller2010-03-231-6/+35
* Scala signature is generated as an annotation (...Gilles Dubochet2010-03-233-3/+25
* You try to get away with one little line of unc...Paul Phillips2010-03-231-1/+1
* Fix for #3204.Paul Phillips2010-03-231-2/+2
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-229-39/+36
* Consistency work on Addable and Growable.Paul Phillips2010-03-2210-67/+88
* Half-disabled productElementName until I have t...Paul Phillips2010-03-191-0/+3
* Returning to the thrilling world of equality an...Paul Phillips2010-03-193-66/+96
* More fun with -Xmigration.Paul Phillips2010-03-1912-178/+145
* new version of decode that does not need a length.Martin Odersky2010-03-191-42/+10
* Spring cleaning of collection libraries.Martin Odersky2010-03-1914-137/+307
* Closes #2827. Review by community.Philipp Haller2010-03-191-16/+23
* Reverse didn't work for empty ranges.Aleksandar Pokopec2010-03-181-1/+1
* closes #3112. no review.Tiark Rompf2010-03-161-12/+17
* Fixes infinite streams in #3091. No review.Aleksandar Pokopec2010-03-161-0/+10
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-161-3/+7
* Changed `!=` to `ne` for #3086. No review.Aleksandar Pokopec2010-03-161-13/+13
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-151-0/+40
* new immutable.HashSet. review by community.Tiark Rompf2010-03-151-108/+313
* Fixes #3086. Review by community.Aleksandar Pokopec2010-03-151-13/+13
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-154-9/+19
* Fixes #3155. No review is necessary.Aleksandar Pokopec2010-03-151-0/+2
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-1512-56/+62
* improved immutable HashMap iterator.Tiark Rompf2010-03-141-31/+101
* More support code for the big partest patch I'm...Paul Phillips2010-03-131-0/+1
* Improved version where bumping and zero-encodin...Martin Odersky2010-03-131-38/+9
* Added an object to mangle byte arrays into Java...Martin Odersky2010-03-121-0/+269
* Partially reverted r21018.Martin Odersky2010-03-112-29/+29
* implemented handling of 32-bit collisions in im...Tiark Rompf2010-03-111-6/+60
* Closes #3157 by overriding +: in List.Martin Odersky2010-03-111-1/+6
* Fixed doc comment. No review.Martin Odersky2010-03-111-2/+2
* Removed a couple infinite loops in XML.Paul Phillips2010-03-101-3/+3
* Avoids two unchecked warnings.Martin Odersky2010-03-081-2/+2