summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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