aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #668 from lampepfl/fix/#650-self-typesodersky2015-06-224-2/+10
|\
| * Fix checking whether types are instantiable.Martin Odersky2015-06-194-2/+10
* | Merge pull request #641 from dotty-staging/change/early-annotationsodersky2015-06-213-17/+35
|\ \
| * | Fix oversight causing a type error on build.Martin Odersky2015-06-191-3/+1
| * | Remove dead code and rename addTypedModifiersAnnotationsMartin Odersky2015-06-191-13/+9
| * | Evaluate annotations in NamerMartin Odersky2015-06-192-2/+26
* | | Merge pull request #674 from dotty-staging/fix/#655-eta-expansionodersky2015-06-215-17/+19
|\ \ \
| * | | Improve naming of parameter type.Martin Odersky2015-06-191-2/+2
| * | | Fixed typo in doc comment.Martin Odersky2015-06-191-1/+1
| * | | Fix problem in eta expansion.Martin Odersky2015-06-193-1/+1
| * | | Refactor viewExistsMartin Odersky2015-06-192-15/+17
* | | | Merge pull request #669 from dotty-staging/fix-patmat-seqodersky2015-06-197-4/+6
|\ \ \ \
| * | | | Enable t5629b.Dmitry Petrashko2015-06-192-0/+0
| * | | | Fix wrong test in PatMat.Dmitry Petrashko2015-06-193-1/+1
| * | | | Make named repeated parameters discoverable during PatMat.Dmitry Petrashko2015-06-192-3/+5
* | | | | Merge pull request #671 from dotty-staging/fix/#659-lambdalift-proxiesodersky2015-06-194-7/+49
|\| | | | | |/ / / |/| | |
| * | | Add initializers for lambdalift proxy fieldsMartin Odersky2015-06-193-10/+38
| * | | Fix problem with explicit outer accessorsMartin Odersky2015-06-192-2/+16
* | | | Merge pull request #665 from dotty-staging/fix/#647-expected-type-overloadingodersky2015-06-195-10/+97
|\ \ \ \ | |/ / / |/| | |
| * | | Add test that succeedsMartin Odersky2015-06-191-0/+8
| * | | Add failing test for #670.Martin Odersky2015-06-191-0/+26
| * | | Refine result type checkingMartin Odersky2015-06-191-8/+13
| * | | Always take results into account for resolveOverloadingMartin Odersky2015-06-192-47/+54
| * | | Take expected result type into account more often for overloading resolutionMartin Odersky2015-06-194-3/+44
|/ / /
* | | Merge pull request #639 from dotty-staging/add/trait-parametersodersky2015-06-1910-37/+186
|\ \ \
| * | | Fix merge breakageMartin Odersky2015-06-191-14/+17
| * | | Fixed typo introduced by mergeMartin Odersky2015-06-191-1/+2
| * | | References to trait parameter accessors do not have an elidable prefix.Martin Odersky2015-06-191-1/+1
| * | | More explicit test of trait parameter initialization orderMartin Odersky2015-06-191-0/+30
| * | | Drop parameter accessor flag in traitsMartin Odersky2015-06-192-4/+12
| * | | Revert: Implementations of mixin getters are never ParamAccessorsMartin Odersky2015-06-191-1/+1
| * | | Extend test to verify initialization orderMartin Odersky2015-06-191-6/+13
| * | | Convert pos test to be a run test.Martin Odersky2015-06-192-12/+19
| * | | Implement trait parametersMartin Odersky2015-06-195-16/+85
| * | | Implement checking for illegal parent trait constructor calls.Martin Odersky2015-06-194-5/+29
| * | | Implementations of mixin getters are never ParamAccessorsMartin Odersky2015-06-191-1/+1
| |/ /
* | | Merge pull request #638 from dotty-staging/change/simplify-tastyodersky2015-06-195-40/+36
|\ \ \ | |/ / |/| |
| * | Fixed compilation error.Martin Odersky2015-06-191-1/+0
| * | Eliminate ABSOVERRIDE from TASTYMartin Odersky2015-06-193-21/+22
| * | Don't keep SkolemTypes in TASTYMartin Odersky2015-06-195-18/+14
* | | Merge pull request #666 from dotty-staging/fix/shadowing-soodersky2015-06-194-2/+47
|\ \ \
| * | | Add missing testMartin Odersky2015-06-191-0/+38
| * | | Fix stack overflow when testing for shadowingMartin Odersky2015-06-193-2/+9
|/ / /
* | | Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-1911-39/+55
|\ \ \ | |/ / |/| |
| * | Add NoInits when reading a Scala2 pure interfaceMartin Odersky2015-06-161-1/+1
| * | Use FlagSet directly instead of defKindMartin Odersky2015-06-165-38/+33
| * | Produce PureInterface flag together with NoInits flagMartin Odersky2015-06-165-24/+45
| * | Avoid double negation in isJvmSam.Martin Odersky2015-06-161-9/+8
| * | Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-164-2/+3
| |/
* | Merge pull request #634 from dotty-staging/fix/refs-to-inner-objectsodersky2015-06-191-9/+19
|\ \