summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* A few bits of java code which use "" + x and ca...Paul Phillips2011-01-184-4/+4
* Reverted to curried invokeDynamic to fix a prob...Martin Odersky2011-01-181-1/+1
* Cleaned up Dynamic.Martin Odersky2011-01-181-11/+15
* Dynamic type added. Array creation optimized.Martin Odersky2011-01-161-0/+18
* Added doc commentMartin Odersky2011-01-161-0/+6
* Optimization for Manifest.equals.Paul Phillips2011-01-132-82/+106
* Purely detabification of the process code.Paul Phillips2011-01-127-438/+438
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-121-12/+27
* More fiddling with the process code.Paul Phillips2011-01-127-245/+286
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-1228-46/+817
* Make scala.collection.immutable.Set1, .Set2, Se...Donna Malayeri2011-01-111-4/+4
* Modify scala.Array to extend java.io.Serializable.Donna Malayeri2011-01-101-1/+1
* Pulled some bit level operations into their own...Paul Phillips2011-01-105-88/+80
* A test case for recently fixed #4114. Plus!Paul Phillips2011-01-101-1/+1
* Made <:< and =:= serializable.Paul Phillips2011-01-101-3/+3
* Fixes #4112. Closes #4112.Aleksandar Pokopec2011-01-101-0/+8
* Added comments for #4008.Aleksandar Pokopec2011-01-102-4/+28
* Fixes #4054.Aleksandar Pokopec2011-01-101-0/+11
* Enabled parallel group by.Aleksandar Pokopec2011-01-102-6/+6
* Oops, the implicit not found message was wrong:Paul Phillips2011-01-101-1/+1
* Closes #3984 by the most arduous and indirect r...Paul Phillips2011-01-093-297/+238
* The ensuring methods should be by-name on the m...Paul Phillips2011-01-091-2/+2
* 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