summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 20172-20173,20175,20178 via sv...Antonio Cunei2009-12-1711-38/+169
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-161032-8238/+16911
* Bumped version number to 2.8.0.Beta1-RC2Antonio Cunei2009-11-241-1/+1
* Merged revisions 19624,19629-19630,19645,19651,...Antonio Cunei2009-11-24198-3581/+3207
* Merged revisions 19618 via svnmerge from Antonio Cunei2009-11-131-1/+1
* Merged revisions 19598-19601,19604 via svnmerge...Antonio Cunei2009-11-1229-372/+185
* Merged revisions 19578,19582-19583 via svnmerge...Antonio Cunei2009-11-126-17/+59
* Merged revisions 19567,19569-19570 via svnmerge...Antonio Cunei2009-11-127-87/+160
* Merged revisions 19557,19561 via svnmerge from Antonio Cunei2009-11-127-13/+7
* Version number -> 2.8.0.Beta1_RC1Antonio Cunei2009-11-121-1/+1
* Merged revisions 19543,19545-19547 via svnmerge...Antonio Cunei2009-11-1210-857/+32
* Forgot to commit Changes.scala in previous commitv2.8-divergedHubert Plociniczak2009-11-112-4/+5
* Partial fix for #2581.Hubert Plociniczak2009-11-111-0/+9
* fixed #2546 using patch from dlwh -- please rev...Adriaan Moors2009-11-112-34/+28
* The preferred way to convert between primitives...Paul Phillips2009-11-1111-80/+80
* Promotes reverseMap out of List into SeqLike as...Paul Phillips2009-11-112-20/+19
* Queue - several bugs fixed, particular one not ...Aleksandar Pokopec2009-11-111-11/+34
* In dequeueAll there was a bug checking if colle...Aleksandar Pokopec2009-11-101-1/+1
* Changed the ctor of the LinkedList so that it i...Aleksandar Pokopec2009-11-101-2/+4
* fixed the sentinel bug for mutable list.Aleksandar Pokopec2009-11-101-0/+1
* Zipped for Tuple2&Tuple3Adriaan Moors2009-11-102-2/+129
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-102-0/+16
* fixing ++=:Adriaan Moors2009-11-101-3/+3
* tentative re-implementation of LinkedList and s...Martin Odersky2009-11-105-76/+95
* Fixed #2591Martin Odersky2009-11-101-2/+3
* Fixed one of the issues in the BuildManager men...Hubert Plociniczak2009-11-101-0/+2
* Fixed issue #451 by updating structural method ...Gilles Dubochet2009-11-102-174/+139
* fixed comment for adjustTypeArgsAdriaan Moors2009-11-102-10/+15
* fixed #2511.Lukas Rytz2009-11-101-1/+4
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-097-209/+70
* attempt to fix build -- can't build on my old m...Adriaan Moors2009-11-092-5/+5
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-099-32/+26
* fixed bug in implicit resolution that only mani...Adriaan Moors2009-11-095-50/+99
* added `locally' to Predef.Martin Odersky2009-11-093-1/+17
* Fixed #2557, #2562Hubert Plociniczak2009-11-091-11/+19
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-099-26/+32
* 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