summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disabled test.Paul Phillips2011-10-292-0/+0
* Overhaul of getter/setter synthesis.Paul Phillips2011-10-288-260/+343
* Tentative fix for IDE #1000663.Martin Odersky2011-10-281-3/+15
* Closes t5121. Review by szeiger.Martin Odersky2011-10-281-0/+3
* Repl output fix.Paul Phillips2011-10-281-2/+2
* Better report on missing methods.Paul Phillips2011-10-284-7/+52
* Fix for varargs methods.Paul Phillips2011-10-271-1/+5
* Hopefully a fix for the hyperlinking problem.Martin Odersky2011-10-271-18/+20
* Fixed problem when running under -Xcheckinit fo...Martin Odersky2011-10-252-2/+2
* Some readability for typer.Paul Phillips2011-10-251-30/+30
* First end-to-end implementation of a runtime re...Martin Odersky2011-10-244-22/+108
* Trying to fix getLinkPos problem reported by Mi...Martin Odersky2011-10-241-39/+64
* Test case for SI-1100/SI-5108.Paul Phillips2011-10-242-0/+21
* Reverted r25886.Micro Dotta2011-10-241-42/+28
* Added a -Yno-productN option.Paul Phillips2011-10-244-1/+5
* Fixes IDE ticket #1000692.Micro Dotta2011-10-241-28/+42
* Changed typo on doc of scala.collection.Seq.Martin Odersky2011-10-241-1/+1
* Pushed NPE defense in NoSourceFile.file out ano...Martin Odersky2011-10-241-1/+3
* made compileUnits work from given start phase.Martin Odersky2011-10-241-1/+1
* Fix for combinator regression.Paul Phillips2011-10-231-0/+1
* Debugging note.Paul Phillips2011-10-231-1/+8
* Overhaul of Namers continues.Paul Phillips2011-10-228-259/+393
* fixed svn props in test directorymichelou2011-10-2218-0/+0
* Warn about surprising shadowing.Paul Phillips2011-10-225-6/+86
* Positions fix.Paul Phillips2011-10-221-1/+1
* Test case closes SI-5105, no review.Paul Phillips2011-10-212-0/+15
* More overhaul of Namers.Paul Phillips2011-10-215-215/+215
* Disabled failing "code" test.Paul Phillips2011-10-212-0/+0
* Overhaul of Namers.Paul Phillips2011-10-215-239/+310
* Towards runtime code generation. No review.Martin Odersky2011-10-212-7/+22
* Isolated name change. No review.Martin Odersky2011-10-211-2/+2
* made virtpatmat codegen type-directedAdriaan Moors2011-10-212-53/+68
* virtpatmat, hidden behind -YvirtpatmatAdriaan Moors2011-10-2051-5/+1238
* explicitouter support for virtpatmat synthetic ...Adriaan Moors2011-10-202-0/+24
* setting the stage for the virtualizing pattern ...Adriaan Moors2011-10-202-29/+34
* misc fixes while working on virtualizing patter...Adriaan Moors2011-10-2010-23/+29
* infer singleton when asking for itAdriaan Moors2011-10-206-31/+59
* more flexible inference wrt type skolemsAdriaan Moors2011-10-203-18/+52
* 5033: align bound syms when comparing method typesAdriaan Moors2011-10-202-6/+19
* dependent methods types are now always enabledAdriaan Moors2011-10-2022-45/+19
* no need to add an x field to everythingAdriaan Moors2011-10-202-15/+15
* eternalized Paul's findings wrt thisSymAdriaan Moors2011-10-201-2/+20
* cleaned up addEvidenceParams a bitAdriaan Moors2011-10-201-12/+8
* More decomposition of Namers.Paul Phillips2011-10-203-90/+88
* AbstractPartialFunction.Paul Phillips2011-10-1912-13/+25
* Overhaul of mixin.Paul Phillips2011-10-1911-410/+432
* Cycle defense.Paul Phillips2011-10-194-2/+24
* Tweaks to Any and AnyRef documentation, courtes...Heather Miller2011-10-182-2/+5
* Documentation to Namers.Paul Phillips2011-10-181-0/+10
* Fixing valueOfTerm in the repl.Paul Phillips2011-10-184-7/+27