summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use scalacfork for strap build, should make win...Lukas Rytz2009-11-091-0/+0
* Made Benchmarks use standard output instead of ...Iulian Dragos2009-11-091-10/+13
* Fixed the optimizer for inlining correctly Scal...Iulian Dragos2009-11-093-9/+12
* Fixed DaemonScheduler on IBM J9.Philipp Haller2009-11-092-3/+29
* Equality checks go to ScalaRunTime.inlinedEqual...Iulian Dragos2009-11-092-4/+13
* Better implementation of Predef.hashMartin Odersky2009-11-092-2/+25
* Fixed #2569Martin Odersky2009-11-091-2/+11
* fast path equals and hash methods.Martin Odersky2009-11-093-17/+51
* Fixed #2504Martin Odersky2009-11-092-4/+11
* fixed #2583, patch supplied by huynhjlAdriaan Moors2009-11-091-2/+4
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-0810-17/+3
* Fixed collections unit test (regression in List...Philipp Haller2009-11-081-1/+5
* Added missing classMartin Odersky2009-11-081-0/+16
* Fixes issue #1006 by marking structural method ...Gilles Dubochet2009-11-081-7/+8
* Tighter type checking rules for structural type...Gilles Dubochet2009-11-083-15/+75
* Fixed #2503Martin Odersky2009-11-082-4/+8
* Fixed #2497Martin Odersky2009-11-079-24/+27
* Fixed build problem in last checkinMartin Odersky2009-11-071-4/+1
* Fixed #2414Martin Odersky2009-11-071-2/+7
* Fixed #2236Martin Odersky2009-11-071-2/+4
* Broke up foldBinOp logic a little bit looking t...Paul Phillips2009-11-071-99/+99
* Sped up build times by three minutes with a bri...Paul Phillips2009-11-071-4/+5
* Moved a bunch of classes into the newly created...Paul Phillips2009-11-0611-10/+34
* Fix for #2525.Paul Phillips2009-11-065-5/+5
* - Renames filterMap to partialMapPaul Phillips2009-11-0618-96/+60
* Fixed initial variable binding for method param...Iulian Dragos2009-11-061-0/+6
* added numeric widening and weak conformance.Martin Odersky2009-11-065-236/+208
* fix build on windows. fixes #2578Lukas Rytz2009-11-061-4/+12
* fixed obvious bug in JenkinsHashLukas Rytz2009-11-061-1/+1
* Replaced immutable.Queue.apply, which should fi...Philipp Haller2009-11-051-11/+7
* BuildManagerTest no longer throws npe when some...Hubert Plociniczak2009-11-051-2/+10
* simplified re-ordering packagesLukas Rytz2009-11-053-12/+4
* Proposed fix for #2144 plus test case.Paul Phillips2009-11-041-2/+7
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-0465-142/+59
* bit missingAntonio Cunei2009-11-042-2/+2
* Clarification to scaladoc comments for "sort".Antonio Cunei2009-11-042-6/+6
* Fix for #2556Hubert Plociniczak2009-11-041-0/+3
* Some tabs I unwittingly let creep in are now sp...Paul Phillips2009-11-041-135/+135
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-044-4/+202
* Deleted Zero, or "Nothing ventured, Nothing gai...Paul Phillips2009-11-042-82/+0
* Fix and test for #2527Philipp Haller2009-11-031-3/+8
* Applied patch for #2524.Philipp Haller2009-11-031-3/+18
* Fix and test for #2530.Philipp Haller2009-11-032-1/+4
* fixed #2500 (second part)Adriaan Moors2009-11-035-8/+5
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-039-36/+22
* Fixed #2545.Martin Odersky2009-11-027-21/+61
* Fixed remove/clear/update issues in BufferWrapp...Ingo Maier2009-11-022-4/+4
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-021-30/+27
* Vector improvements, now doing a lot less copyi...Tiark Rompf2009-11-021-392/+455
* Synchronize trunk with local changes:Ingo Maier2009-11-0245-154/+393