summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-043-9/+33
* Fix for #2556Hubert Plociniczak2009-11-041-0/+3
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-042-4/+8
* Fixed #2545.Martin Odersky2009-11-025-16/+39
* Corrected comment contents.Miles Sabin2009-11-011-1/+2
* Proper fix for #2280Hubert Plociniczak2009-10-303-76/+85
* Added -Ybuilder-debug:[none,simple,refined] opt...Miles Sabin2009-10-305-1/+28
* 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-281-1/+6
* Whole bunch of code for people interested in eq...Paul Phillips2009-10-283-33/+29
* Fix for #1909Hubert Plociniczak2009-10-282-9/+2
* fixed typoMartin Odersky2009-10-281-1/+1
* Fixed #1342.Martin Odersky2009-10-288-33/+141
* Made classpath do more advanced *-globbing.Paul Phillips2009-10-281-5/+13
* Fix for #2280Hubert Plociniczak2009-10-273-62/+62
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-277-37/+62
* fixes separate compilation on .netLukas Rytz2009-10-261-1/+1
* Fix for #2528.Paul Phillips2009-10-261-0/+1
* new classpaths.Lukas Rytz2009-10-2639-975/+728
* Attempting to unbreak fsc (can't reproduce the ...Paul Phillips2009-10-251-7/+9
* Suppression of a possible NPE which is almost c...Miles Sabin2009-10-251-1/+7
* Add positions to AnnotationInfo for use by IDEs...Miles Sabin2009-10-2516-41/+49
* Deprecation patrol.Paul Phillips2009-10-2522-90/+74
* Fix and test case for #2512, plus lots of time ...Paul Phillips2009-10-258-16/+29
* Fixed isCoDefinedWith by undoing previous changes.Iulian Dragos2009-10-241-1/+2
* Reorg of number parsing to use more direct logic.Paul Phillips2009-10-232-41/+51
* Parser fix involving backquoted identifiers (#2...Paul Phillips2009-10-231-7/+15
* fixed #2428 for good.Martin Odersky2009-10-235-12/+21