summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Parser relaxation so that one can name the type...Paul Phillips2010-11-301-13/+8
* Found several minor thigns wrong with checkSens...Paul Phillips2010-11-303-22/+53
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-3012-41/+48
* It looks like the fix for #2318 was causing pro...Paul Phillips2010-11-302-4/+3
* "I invite everyone to change this rule, and obs...Paul Phillips2010-11-291-0/+1
* Adding some more unwrapping to unwrap. No review.Paul Phillips2010-11-281-2/+9
* Did some more polishing on the infamous partial...Paul Phillips2010-11-282-3/+7
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-284-17/+35
* Fleshed out the mock code a little further so i...Paul Phillips2010-11-282-1/+71
* Some hardening of the repl's internals extracte...Paul Phillips2010-11-276-58/+98
* Some cleanups in the *Runners and a few compile...Paul Phillips2010-11-277-17/+38
* Temporarily disabled varargs annotation on cons...Aleksandar Pokopec2010-11-271-7/+8
* Some work on error messages, somewhat based on ...Paul Phillips2010-11-262-20/+27
* Seeing if I can unbreak things without actually...Paul Phillips2010-11-263-35/+29
* Making the installation of the repl sigint hand...Paul Phillips2010-11-263-8/+25
* A new totally safe signal manager, along with a...Paul Phillips2010-11-2610-80/+385
* Adapt nested objects properly.Hubert Plociniczak2010-11-261-5/+4
* I keep forgeting which phase the browser is cur...Hubert Plociniczak2010-11-264-9/+8
* Further work on #3621.Aleksandar Pokopec2010-11-261-9/+9
* In the absence of known reasons why some except...Paul Phillips2010-11-262-10/+5
* Temporarily reverted sun.misc.* using code unti...Paul Phillips2010-11-252-7/+10
* Further fixes some issues for #3621.Aleksandar Pokopec2010-11-251-3/+15
* Changing EnclosingMethod generation not to drop...Paul Phillips2010-11-251-1/+0
* Fix for #3621.Aleksandar Pokopec2010-11-246-9/+126
* Quickfix for #3993 before a real fix is done.Eugene Vigdorchik2010-11-241-1/+1
* Added Presentation compiler stress tester.Martin Odersky2010-11-231-0/+204
* Some cleanup (mainly in Typers).Hubert Plociniczak2010-11-225-55/+27
* Make interrupts non-interruptible, otherwise th...Eugene Vigdorchik2010-11-211-1/+7
* A little IDE hardeningMartin Odersky2010-11-201-1/+3
* removed duplicated error message for bad compil...michelou2010-11-181-2/+3
* Improvements forMSIL: Miguel Garcia2010-11-182-25/+88
* Some refinement of the error messages when the ...Paul Phillips2010-11-182-49/+93
* updates Scala examples, added detach pluginmichelou2010-11-171-1/+0
* Two annoying REPL things made less annoying:Paul Phillips2010-11-174-5/+126
* Some profiling infrastructure.Paul Phillips2010-11-164-6/+70
* Correct wrong comment. No review.Eugene Vigdorchik2010-11-161-1/+1
* Added and corrected existing comments.Iulian Dragos2010-11-162-1/+4
* ant, build.xml and classpath issues.Paul Phillips2010-11-162-1/+1
* Cosmetic changes to previous fix for #3918.Iulian Dragos2010-11-151-2/+2
* Clear the undoLog for types in resetTyper.Iulian Dragos2010-11-152-2/+3
* Revert unused code.Eugene Vigdorchik2010-11-151-1/+1
* adapt not to confuse types and stable terms.Eugene Vigdorchik2010-11-151-1/+1
* Fixed -Xexperimental and other settings so that...Paul Phillips2010-11-141-3/+3
* Fix InnerClasses attribute: anonymous classes d...Iulian Dragos2010-11-133-17/+49
* Fixed erasure.intersectionDominator.Iulian Dragos2010-11-131-1/+2
* Another exciting development in the world of -Y...Paul Phillips2010-11-1318-55/+571
* Generate EnclosingMethod classfile attributes. Iulian Dragos2010-11-124-4/+16
* A revival of r21442, which I had reverted based...Paul Phillips2010-11-121-2/+2
* Half of an implementation of sealedness for jav...Paul Phillips2010-11-122-5/+20
* Some more work on options related to showing co...Paul Phillips2010-11-116-111/+144