summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 20307,20309-20312,20329,20341,...Antonio Cunei2010-01-0828-472/+943
* Merged revisions 20262-20263,20266-20267,20269-...Antonio Cunei2009-12-2312-11/+38
* Merged revisions 20248,20250,20252-20256 via sv...Antonio Cunei2009-12-215-44/+63
* Merged revisions 20229-20233 via svnmerge from Antonio Cunei2009-12-186-25/+53
* Merged revisions 20186,20199,20203,20208-20212,...Antonio Cunei2009-12-188-35/+64
* Merged revisions 20172-20173,20175,20178 via sv...Antonio Cunei2009-12-178-35/+128
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-16260-3962/+11877
* Bumped version number to 2.8.0.Beta1-RC2Antonio Cunei2009-11-241-1/+1
* Merged revisions 19624,19629-19630,19645,19651,...Antonio Cunei2009-11-2477-1900/+2267
* Merged revisions 19598-19601,19604 via svnmerge...Antonio Cunei2009-11-124-29/+59
* Merged revisions 19578,19582-19583 via svnmerge...Antonio Cunei2009-11-121-1/+9
* 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-125-7/+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
* The preferred way to convert between primitives...Paul Phillips2009-11-118-69/+69
* 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-094-47/+7
* 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-091-13/+6
* fixed bug in implicit resolution that only mani...Adriaan Moors2009-11-094-7/+32
* added `locally' to Predef.Martin Odersky2009-11-091-1/+1
* Fixed #2557, #2562Hubert Plociniczak2009-11-091-11/+19
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-6/+13
* Fixed the optimizer for inlining correctly Scal...Iulian Dragos2009-11-093-9/+12
* Equality checks go to ScalaRunTime.inlinedEqual...Iulian Dragos2009-11-092-4/+13
* Fixed #2569Martin Odersky2009-11-091-2/+11
* Fixed #2504Martin Odersky2009-11-092-4/+11
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-082-2/+0
* 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-071-4/+15
* 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
* - Renames filterMap to partialMapPaul Phillips2009-11-064-8/+5
* 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
* BuildManagerTest no longer throws npe when some...Hubert Plociniczak2009-11-051-2/+10
* simplified re-ordering packagesLukas Rytz2009-11-051-9/+2
* Proposed fix for #2144 plus test case.Paul Phillips2009-11-041-2/+7