summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-111-1/+1
* Unsuppressed generic signatures for members wit...Paul Phillips2010-11-111-5/+8
* Introduces "Origins" for all your superhero bac...Paul Phillips2010-11-113-9/+117
* protected[this] members should be accessible to...Paul Phillips2010-11-101-7/+9
* Closes #3980. Review by dragos.Hubert Plociniczak2010-11-091-6/+13
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-083-30/+46
* Deprecation patrol.Paul Phillips2010-11-0810-20/+25
* Fixed crasher with @elidable on parameterized m...Paul Phillips2010-11-081-8/+9
* This is work on -Ycheck:icode.Paul Phillips2010-11-0819-400/+486
* Modified the lub calculation in TypeKinds to av...Paul Phillips2010-11-082-15/+42
* A bit of -Xshow-class / -Xshow-object which did...Paul Phillips2010-11-081-15/+45
* Proper fix for adaptToNewRun for toplevel class...Eugene Vigdorchik2010-11-081-3/+5
* [scaladoc] Fixes build. No review.Gilles Dubochet2010-11-082-58/+71
* An overhaul of Global.Paul Phillips2010-11-078-323/+407
* [scaladoc] Annotations are modeled and printed.Gilles Dubochet2010-11-054-32/+103
* Temporarily UndoEugene Vigdorchik2010-11-051-1/+1
* Sync toplevels after namer but before typecheck...Eugene Vigdorchik2010-11-051-2/+4
* Need to rebind toplevel symbols to handle delet...Eugene Vigdorchik2010-11-051-1/+1
* Presentation compiler: not adapting to the new ...Eugene Vigdorchik2010-11-041-1/+1
* Check for npe in the last commitHubert Plociniczak2010-11-041-1/+1
* Some further changes related to r23434.Hubert Plociniczak2010-11-043-18/+17
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-0420-254/+263
* Some minor patmat/symbols cleanups, some of whi...Paul Phillips2010-11-043-13/+9
* The probable cause of the failing build.Paul Phillips2010-11-031-2/+3
* One more mr.Paul Phillips2010-11-0210-363/+327