summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Override checks and self-types still needed som...Paul Phillips2011-01-081-1/+6
* Deprecate Cell.Hubert Plociniczak2011-01-071-0/+1
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-0711-99/+323
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-071-3/+10
* Renamed the files whose names have fallen out o...Paul Phillips2011-01-062-0/+0
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-052-14/+33
* De-finalized equals/hashCode on Trees so people...Paul Phillips2011-01-051-2/+2
* Eliminated 16 avoidable closure objects in Stream.Paul Phillips2011-01-041-39/+25
* Towards a replay framework for the presentation...Martin Odersky2011-01-041-2/+2
* Closes #3687, #3719, #3950, #3616.Hubert Plociniczak2011-01-041-78/+16
* Modified generic companion apply to call empty ...Paul Phillips2011-01-044-7/+15
* Some minor Tree optimizations. No review.Paul Phillips2011-01-031-9/+5
* Misc uninteresting tidbits to take some weight ...Paul Phillips2011-01-021-1/+1
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-012-27/+14
* More comprehensive escaping for compiler String...Paul Phillips2011-01-011-9/+19
* Some performance tweaks to ResizableArray.Paul Phillips2010-12-311-8/+9
* Changed the cache in the jvm backend to use a W...Iulian Dragos2010-12-311-1/+3
* Off by one error in nextPrintableChar.Paul Phillips2010-12-311-1/+2
* Even after the mostly blissful marriage of Trav...Paul Phillips2010-12-311-11/+7
* There's still some temporary scaffolding proppi...Paul Phillips2010-12-311-7/+1
* fixed issue with EnclosingMethod attribute.michelou2010-12-301-40/+51
* Removed Proxy from parents of WrappedString.Paul Phillips2010-12-301-1/+2
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-2911-80/+47
* The partest hangs are back in force.Paul Phillips2010-12-281-1/+1
* Disabled forkjoin on ibm1.6.Aleksandar Pokopec2010-12-211-2/+5
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-216-69/+107
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-2114-72/+235
* An Ordering for Seq and all of its descendents.Paul Phillips2010-12-211-0/+15
* This commit is about not calling .length or .si...Paul Phillips2010-12-204-8/+6
* I'm wandering around trunk looking for slowness.Paul Phillips2010-12-205-58/+25
* Application now uses delayedInit.Martin Odersky2010-12-171-60/+44
* Discovered bug in mapConserve introduced in r23...Paul Phillips2010-12-171-3/+1
* Stops barking up the wrong tree with -Ywarn-dea...Paul Phillips2010-12-153-4/+3
* Modified TreeMap to return a fresh empty node u...Paul Phillips2010-12-141-0/+1
* Make the java iterator wrapper linear time.Paul Phillips2010-12-131-11/+13
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-119-18/+20
* Eliminated the 10 unchecked warnings emanating ...Paul Phillips2010-12-111-9/+9
* 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