summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The last patch to work around #1909 caught one ...Paul Phillips2009-10-221-0/+4
* Tickets #1909 and #2508 involve code which comp...Paul Phillips2009-10-222-0/+9
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-223-23/+57
* Specialized works with Unit and handles correct...Iulian Dragos2009-10-222-37/+84
* Another warning for -Xstrict-warnings.Paul Phillips2009-10-224-7/+30
* Added -Ytailrecommend option.Paul Phillips2009-10-212-6/+25
* renamed Vector to IndexedSeqTiark Rompf2009-10-213-3/+3
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-217-51/+68
* Made Cursor.next tail recursive by making it fi...Paul Phillips2009-10-211-1/+3
* refactoring of TypeVar to set the stage for tcp...Adriaan Moors2009-10-216-139/+252
* Fixed #2429.Martin Odersky2009-10-213-3/+9
* Added some info to a tripping assertion.Paul Phillips2009-10-211-2/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* Made Platform methods inlineable and allow the ...Iulian Dragos2009-10-211-1/+2
* Implementation of martin's suggested fix for #1...Paul Phillips2009-10-201-6/+15
* Some reworking of command line option parsing b...Paul Phillips2009-10-202-62/+61
* Relaxing a check for ticket #2486, plus test case.Paul Phillips2009-10-191-5/+17
* A new and better fix for ticket #1373.Paul Phillips2009-10-195-35/+67
* Fix and test for #1674; we aren't supposed to b...Miles Sabin2009-10-194-3/+8
* Fix for #1687.Paul Phillips2009-10-171-1/+4