aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Tighten isStable predicateMartin Odersky2015-06-064-32/+4
| * | | Make skolemsstate three valuedMartin Odersky2015-06-062-9/+21
| * | | Tighten comparison of skolem typesMartin Odersky2015-06-061-5/+0
* | | | Merge pull request #664 from dotty-staging/more-testsodersky2015-06-181105-46/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | Scala2 mixin: For some lazy vals inside traits, Lazy flag isn't set on implem...Dmitry Petrashko2015-06-161-2/+4
| * | | Support overloaded lazy vals coming from Scala2 traits.Dmitry Petrashko2015-06-161-2/+5
| * | | Move tests that have " macro" or "reify" to disabled.Dmitry Petrashko2015-06-151020-0/+0
| * | | Update origins.check with origins that match dotty.Dmitry Petrashko2015-06-151-3/+3
| * | | Remove warnings that dotty doesn't emit from check files.Dmitry Petrashko2015-06-156-22/+0
| * | | Enable tests that succeed.Dmitry Petrashko2015-06-1578-0/+0
| * | | Mixin: implementations of Scala2 LazyVals need a rhs.Dmitry Petrashko2015-06-151-1/+7
| * | | Annotate lazy vals in Scala2 traits with @volatileMartin Odersky2015-06-081-3/+9
* | | | Merge pull request #661 from dotty-staging/fix/#651-opassignDmitry Petrashko2015-06-163-1/+1
|\ \ \ \
| * | | | Revert changes in testMartin Odersky2015-06-151-2/+1
| * | | | Fix #651 Generalize criterion for isOpAssignMartin Odersky2015-06-153-2/+3
|/ / / /
* | | | Merge pull request #635 from dotty-staging/fix/private-scala2-trait-settersDmitry Petrashko2015-06-129-23/+57
|\| | |
| * | | New SymDenotation method: expandedName.Martin Odersky2015-06-081-5/+8
| * | | Copy @field annotations from getters to fields.Martin Odersky2015-06-082-1/+13
| * | | Methods for filtering annotations carrying meta information.Martin Odersky2015-06-084-5/+18
| * | | Copy annotations from trait members to their implementationsMartin Odersky2015-06-082-3/+12
| * | | Fix to trait setter generationMartin Odersky2015-06-082-10/+7
| |/ /
* | | Merge pull request #633 from dotty-staging/fix/refs-to-inner-objectsDmitry Petrashko2015-06-0710-36/+33
|\ \ \ | |/ / |/| / | |/
| * Rename helper method.Martin Odersky2015-06-071-3/+3
| * Fix mergeDenot one more time.Martin Odersky2015-06-073-17/+10
| * Better error message for RefChecksMartin Odersky2015-06-071-7/+8
| * Bring back tests from disabled.Martin Odersky2015-06-073-0/+0
| * Fix refs to inner objectsMartin Odersky2015-06-073-12/+15
|/
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-0627-118/+376
|\
| * Fixed test.Martin Odersky2015-06-021-2/+8
| * Make LazyVals respect scope hygiene.Martin Odersky2015-06-021-3/+3
| * Refine "&" for denotations.Martin Odersky2015-06-021-9/+45
| * More precise and uniform modelling of "isCurrent"Martin Odersky2015-06-012-8/+5
| * Add test case.Martin Odersky2015-06-012-0/+58
| * Avoid generating trait setters for constants.Martin Odersky2015-06-011-1/+2
| * Uncomment important test for Scala trait forwardingMartin Odersky2015-06-011-1/+1
| * Fix missing implementation class forwardMartin Odersky2015-06-011-9/+1
| * Elim ElimWildcardIdentsMartin Odersky2015-06-016-46/+12
| * Make elimWildcardIdents apply to AssignmentsMartin Odersky2015-06-012-1/+4
| * Improve commentsMartin Odersky2015-06-012-2/+14
| * New phase: LinkScala2ImplClassesMartin Odersky2015-06-012-1/+59
| * Make memberSignature work after erasure.Martin Odersky2015-06-011-3/+9
| * New phase: AugmentScala2TraitsMartin Odersky2015-06-014-4/+103
| * Avoid referring to initial$x methods when implementing Scala2 traitsMartin Odersky2015-06-011-6/+11
| * New utility method tpd.UnderscoreMartin Odersky2015-06-015-5/+7
| * Make ensureMethodic work after erasure.Martin Odersky2015-06-012-2/+2
| * Use $init$ as the name of trait constructorsMartin Odersky2015-06-011-1/+1
| * Move needsForwarder logic from ResolveSuper to MixinOps.Martin Odersky2015-06-012-8/+13
| * New NameOps methods for Scala2 traitsMartin Odersky2015-06-013-4/+12
| * Make Mutable a ModifierFlag.Martin Odersky2015-06-012-2/+8
| * Merge postConditions of memoize and constructorsMartin Odersky2015-06-012-11/+9