summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #2497Martin Odersky2009-11-0710-25/+28
* 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-0619-104/+68
* Moved disabled tests back into their original p...Antonio Cunei2009-11-0617-1/+1
* Fixed initial variable binding for method param...Iulian Dragos2009-11-063-0/+37
* added numeric widening and weak conformance.Martin Odersky2009-11-065-236/+208
* fix build on windows. fixes #2578Lukas Rytz2009-11-064-7/+15
* removed wrong .optimise targetsLukas Rytz2009-11-061-31/+21
* 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-056-15/+7
* Export more useful packages.Miles Sabin2009-11-041-0/+8
* Proposed fix for #2144 plus test case.Paul Phillips2009-11-043-2/+14
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-0469-218/+62
* 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-046-4/+220
* Deleted Zero, or "Nothing ventured, Nothing gai...Paul Phillips2009-11-042-82/+0
* Fix and test for #2527Philipp Haller2009-11-033-3/+29
* Applied patch for #2524.Philipp Haller2009-11-032-3/+28
* Fix and test for #2530.Philipp Haller2009-11-034-1/+111
* fixed #2500 (second part)Adriaan Moors2009-11-035-8/+5
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-0310-36/+28
* Fixed #2545.Martin Odersky2009-11-029-21/+93
* Fixed remove/clear/update issues in BufferWrapp...Ingo Maier2009-11-022-4/+4
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-023-30/+232
* 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
* Some structural improvements to Either and Opti...Paul Phillips2009-11-012-56/+77
* Corrected comment contents.Miles Sabin2009-11-011-1/+2
* Proper fix for #2280Hubert Plociniczak2009-10-303-76/+85
* Fix for spurious timeouts in partest (as observ...Philipp Haller2009-10-301-27/+48
* Added -Ybuilder-debug:[none,simple,refined] opt...Miles Sabin2009-10-306-4/+35
* separated Vector impl from IndexedSeqTiark Rompf2009-10-309-1084/+1106
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-303-26/+44
* Reverted [19310] ...Miles Sabin2009-10-294-64/+71
* AnnotationInfo.pos no longer in constructor.Lukas Rytz2009-10-2916-45/+48
* added -Yhigher-kinded-raw switch as temporary w...Adriaan Moors2009-10-292-1/+2
* changed standard library so that it does not re...Martin Odersky2009-10-2872-26/+142
* Fix for some accidentally enabled logging.Paul Phillips2009-10-281-4/+6
* Whole bunch of code for people interested in eq...Paul Phillips2009-10-285-291/+140