summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixed #1236Adriaan Moors2009-11-132-11/+12
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-121-13/+21
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-121-5/+5
* Merge branch 'ticket/2594'Adriaan Moors2009-11-121-5/+26
* documentation for fix of #2482Adriaan Moors2009-11-121-6/+7
* Slight opimization of previous checkin.Martin Odersky2009-11-121-1/+3
* Fixed #2482Martin Odersky2009-11-121-1/+7
* fixed #2454Adriaan Moors2009-11-125-27/+54
* fixed #2587Adriaan Moors2009-11-123-47/+56
* Fixed #2517 Martin Odersky2009-11-124-14/+51
* avoid illegal forward references by moving synt...Lukas Rytz2009-11-121-1/+1
* Removed some duplicated functions.Paul Phillips2009-11-126-12/+6
* Allow protected access to constructor in superc...Martin Odersky2009-11-121-1/+1
* fix #2488.Lukas Rytz2009-11-121-1/+4
* fixed #2470.Lukas Rytz2009-11-123-5/+27
* 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