aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace some idents by selects in LambdaLiftMartin Odersky2014-10-261-2/+5
* Initialize lambda lift mapsMartin Odersky2014-10-261-0/+6
* Strenghten postCondition of firstTransformMartin Odersky2014-10-261-0/+3
* Fixes erasure of superMartin Odersky2014-10-261-1/+3
* LambdaLift checks now explicitly for references to labels outside scope.Martin Odersky2014-10-262-3/+7
* SuperTypes are now promoted in Retyper; lambdaLift fails to Ycheck otherwise.Martin Odersky2014-10-261-0/+3
* Added missing case for SuperTypes to TypeComparerMartin Odersky2014-10-261-0/+8
* Fixes to LambdaLiftMartin Odersky2014-10-262-10/+17
* Fix to enclosingClassMartin Odersky2014-10-261-4/+10
* Two fixes to avoid scanning package contentsMartin Odersky2014-10-262-2/+3
* Fix flatten problem in erasureMartin Odersky2014-10-261-5/+4
* Rename flag Static -> JavaStaticMartin Odersky2014-10-265-10/+12
* Implement findMember for JavaArraysMartin Odersky2014-10-261-0/+2
* Fix to TreeTypeMapMartin Odersky2014-10-262-31/+19
* TreeTypeMap needs to map declarations of mapped classesMartin Odersky2014-10-263-13/+42
* Insert .package for package object referencesMartin Odersky2014-10-261-1/+18
* More assertions in TreeChecker.Martin Odersky2014-10-262-5/+8
* Avoid hoisting local classesMartin Odersky2014-10-267-16/+48
* Add echo method to printers.Martin Odersky2014-10-261-0/+2
* Merge pull request #189 from dotty-staging/mergeDmitry Petrashko2014-10-2263-493/+1717
|\
| * Disable LambdaLiftMartin Odersky2014-10-171-2/+2
| * Erasure casting should perform primitive conversionsMartin Odersky2014-10-171-2/+2
| * Test for patmat action on a @ Bind(_, Typed(_: Unapply, _)Dmitry Petrashko2014-10-141-0/+3
| * Quickfix patmat not handling Bind(_, Typed(_: Unapply))Dmitry Petrashko2014-10-131-0/+1
| * Get rid of Substitution.Dmitry Petrashko2014-10-131-116/+74
| * EqualityTestTreeMaker: fix incorrect type of symbolDmitry Petrashko2014-10-131-9/+31
| * Better diagnostic from LambdaLiftMartin Odersky2014-10-131-2/+9
| * Disambiguate names in test caseMartin Odersky2014-10-131-3/+3
| * Remove special treatment of SubstOnlyTreeMakers.Dmitry Petrashko2014-10-131-17/+32
| * More refined printing optionsMartin Odersky2014-10-133-15/+20
| * Initial lambda lifterMartin Odersky2014-10-132-2/+399
| * Patmat: fix negation left from isEmpty&fix scopingDmitry Petrashko2014-10-131-5/+3
| * Adaptations to make pattern matcher in new worldMartin Odersky2014-10-128-24/+11
| * move caseAccessors from TypeUtilsDmitry Petrashko2014-10-122-5/+3
| * Remove appliedIfMethod use ensureApplied insteadDmitry Petrashko2014-10-122-17/+10
| * Rename explicitOuter to explicitOuterPhase in PhasesDmitry Petrashko2014-10-122-2/+2
| * Avoid capturing an old context in Classfile#typeParamCompleterMartin Odersky2014-10-121-2/+4
| * Make Scala2Existentials valid foreverMartin Odersky2014-10-121-1/+1
| * Avoid generating Any in erasedLubsMartin Odersky2014-10-121-2/+2
| * TypeTestCasts should test and cast wrt erased typesMartin Odersky2014-10-121-3/+4
| * Moved caseAccessors to SymUtilsMartin Odersky2014-10-122-2/+5
| * Fix bug in varianceInTypeMartin Odersky2014-10-121-4/+3
| * Make widening ops more systematic & completeMartin Odersky2014-10-121-2/+2
| * Fix typing of _* patterns.Martin Odersky2014-10-121-0/+1
| * Bring back lost AccessorCreationFlagsMartin Odersky2014-10-121-0/+3
| * New testsMartin Odersky2014-10-1210-0/+179
| * Enabled GettersSetters phase.Martin Odersky2014-10-124-20/+28
| * Don't adapt to FunProto in TreeChecker.Martin Odersky2014-10-121-1/+2
| * Replace typed with typedUnadapted.Martin Odersky2014-10-121-1/+1
| * Avoid caching NoDenotations in NamedTypesMartin Odersky2014-10-121-1/+6