summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Minor changes.Aleksandar Pokopec2010-12-091-0/+4
* Made parallel collections serializable.Aleksandar Pokopec2010-12-0914-24/+89
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-0917-203/+449
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-097-47/+90
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-0910-87/+277
* An unfortunate missing character in r22946 turn...Paul Phillips2010-12-081-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-0712-38/+38
* Added uniqueness annotations. Review by rytz.Philipp Haller2010-12-074-0/+85
* Making some unpickler logic more straightforward.Paul Phillips2010-12-072-122/+140
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-0636-55/+48
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-0519-48/+49
* Remedied a return type oops in the system package.Paul Phillips2010-12-043-6/+5
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-044-9/+164
* Some refactoring of genjvm trying to separate o...Paul Phillips2010-12-041-55/+49
* Fixes an inconsistency in primitive hashcode ca...Paul Phillips2010-12-041-1/+3
* A selection of collections additions from the l...Paul Phillips2010-12-0410-76/+156
* Starting the mopping up now that names have som...Paul Phillips2010-12-032-3/+3
* close #3951. review by dubochet.Lukas Rytz2010-12-031-2/+11
* Recovered ++: from the dustbin and dropped it o...Paul Phillips2010-12-032-25/+32
* Eliminated SYNTHETICMETH flag.Paul Phillips2010-12-031-3/+1
* Parameterizes TraversableFactory.range so it ca...Paul Phillips2010-12-033-12/+18
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-033-3/+7
* Overrides immutable.{ Map, Set, Seq } to return...Paul Phillips2010-12-033-0/+4
* Added missing file for delayed initMartin Odersky2010-12-021-0/+12
* It's a big one!Paul Phillips2010-12-025-58/+90
* delayed init now supportedMartin Odersky2010-12-022-1/+24
* Bug in ListMap. Closes #4046, no review.Paul Phillips2010-12-011-1/+1
* Some collections overrides for more efficient t...Paul Phillips2010-12-014-7/+25
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-3062-165/+150
* It looks like the fix for #2318 was causing pro...Paul Phillips2010-11-301-0/+11
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-2920-77/+77
* Fleshed out Equiv[T] so that it can be used in ...Paul Phillips2010-11-291-26/+43
* "I invite everyone to change this rule, and obs...Paul Phillips2010-11-292-29/+22
* Followed up on the claim that wrapArray can be ...Paul Phillips2010-11-271-13/+1
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-2713-49/+50
* A manifest init order issue motivates some shuf...Paul Phillips2010-11-262-37/+34
* Changes to the vector class that will be needed...Aleksandar Pokopec2010-11-261-1/+10
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-2516-15/+129
* Fix for #3621.Aleksandar Pokopec2010-11-243-0/+21
* Applied patch from davetron5000, improving docu...Iulian Dragos2010-11-241-8/+9
* Fixes #3630.Aleksandar Pokopec2010-11-223-1/+12
* Added some docs.Martin Odersky2010-11-201-1/+11
* Fixes #3647, closes #3647, adds a test case for...Aleksandar Pokopec2010-11-191-4/+3
* Fix for #3686. No review.Aleksandar Pokopec2010-11-191-2/+2
* Removed inline annotation on a private stream m...Aleksandar Pokopec2010-11-191-1/+1
* Fixes #3686 by special casing Stream transforme...Aleksandar Pokopec2010-11-191-16/+39
* Applying patch by Daniel Sobral for #3796.Aleksandar Pokopec2010-11-191-33/+111
* Better integration for mutable list and queue.Aleksandar Pokopec2010-11-192-10/+27
* Fixes #3935.Aleksandar Pokopec2010-11-193-4/+21
* Rewording for #3958, and a few doc changes.Aleksandar Pokopec2010-11-195-9/+31