aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #775 from dotty-staging/fix-lvDmitry Petrashko2015-09-011-2/+4
|\ \ \
| * | | LazyVals: fix volatile lazy vals initializationDmitry Petrashko2015-08-241-2/+4
* | | | Merge pull request #767 from dotty-staging/fix-#756-super-accessorsDmitry Petrashko2015-08-286-4/+34
|\ \ \ \
| * | | | Add missing negative test.Martin Odersky2015-08-211-0/+8
| * | | | Add test caseMartin Odersky2015-08-211-0/+8
| * | | | Workaround for #765Martin Odersky2015-08-212-3/+12
| * | | | Fix test when abstract override is needed.Martin Odersky2015-08-212-1/+2
| * | | | Expand names of super accessorsMartin Odersky2015-08-212-3/+7
* | | | | Merge pull request #770 from odersky/fix-repeatedDmitry Petrashko2015-08-245-5/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid T* in closure parameter ValDefMartin Odersky2015-08-221-1/+3
| * | | | When unpickling, translate T* to Seq[T] unless it's a parameter type.Martin Odersky2015-08-222-2/+8
| * | | | When unpickling Scala2, treat VALsyms separately from MODULEsymsMartin Odersky2015-08-221-1/+3
| * | | | Refine refOfDef top handle repeated parametersMartin Odersky2015-08-222-1/+19
| | |/ / | |/| |
* | | | Merge pull request #771 from dotty-staging/fix-final-valsDmitry Petrashko2015-08-2410-11/+96
|\ \ \ \ | |/ / / |/| | |
| * | | Make it a syntactic criterion whether a literal is a legal typeMartin Odersky2015-08-246-9/+11
| * | | Test other forms of singleton types.Martin Odersky2015-08-232-3/+19
| * | | Better error message for Null and 'sym singleton types.Martin Odersky2015-08-232-1/+8
| * | | Update SyntaxSummary to take into account SIP 23.Martin Odersky2015-08-231-0/+1
| * | | Update neg testMartin Odersky2015-08-231-1/+0
| * | | Tests of functionality.Martin Odersky2015-08-233-0/+47
| * | | Make literalize work for TermRefs of constant type.Martin Odersky2015-08-232-5/+8
| * | | Make final vals have constant types if rhs is a constant.Martin Odersky2015-08-231-3/+11
| * | | Add literal-based singleton types (SIP-23).Martin Odersky2015-08-231-0/+2
| * | | Make Final a "from-start" flag.Martin Odersky2015-08-231-1/+1
|/ / /
* | | Merge pull request #764 from dotty-staging/mixin/forwardersodersky2015-08-222-2/+18
|\ \ \
| * | | Test that forwarders are correctly created.Dmitry Petrashko2015-08-211-0/+14
| * | | Mixin: class defined abstract members take precedence over interface defined.Dmitry Petrashko2015-08-211-2/+4
| |/ /
* | | Merge pull request #763 from dotty-staging/constructors/settersodersky2015-08-222-1/+13
|\ \ \ | |/ / |/| |
| * | Test that fields are correctly set before super constructor is called.Dmitry Petrashko2015-08-211-0/+12
| * | Constructors: fields should be set before super constructor is invoked.Dmitry Petrashko2015-08-211-1/+1
|/ /
* | Merge pull request #758 from dotty-staging/fix-liftedTry-capturedVars-interac...Dmitry Petrashko2015-08-2010-42/+73
|\ \
| * | ChangeOwnerAfter should also change owners of denotations defined later.Martin Odersky2015-08-191-1/+1
| * | Tweak to installAfterMartin Odersky2015-08-191-1/+1
| * | Add a local val to lifted try to make sure owners are still legal.Martin Odersky2015-08-151-1/+1
| * | Fix CaputuredVars/LiftTry interaction.Martin Odersky2015-08-153-10/+43
| * | Fix miniphase assembly.Martin Odersky2015-08-155-29/+26
| * | Make changeOwnerAfter more robust wrt NotDefinedHere errorsMartin Odersky2015-08-151-2/+3
* | | Merge pull request #757 from senia-psm/patch-1odersky2015-08-201-2/+2
|\ \ \
| * | | Typo fixsenia-psm2015-08-141-1/+1
| * | | Typo fix in trait Lambda$II definitionsenia-psm2015-08-141-1/+1
* | | | Merge pull request #760 from dotty-staging/mixin-fixesodersky2015-08-205-4/+32
|\ \ \ \
| * | | | AugmentScala2Traits: fix typo in comment.Dmitry Petrashko2015-08-201-1/+1
| * | | | test #760Dmitry Petrashko2015-08-171-0/+23
| * | | | Helper to get pickler phase.Dmitry Petrashko2015-08-171-0/+3
| * | | | All non-deferred Scala2 defined methods in traits need a method in implClass.Dmitry Petrashko2015-08-172-1/+2
| * | | | Names of superaccessors can change during the pipelineDmitry Petrashko2015-08-171-1/+1
| * | | | Scala2 supecraccessors are pickled as private, but compiled as public expandedDmitry Petrashko2015-08-171-2/+3
| | |/ / | |/| |
* | | | Merge pull request #762 from dotty-staging/fix-expandSAMSodersky2015-08-201-1/+1
|\ \ \ \
| * | | | ExpandSAMs: create isDefinedAt with correct name.Dmitry Petrashko2015-08-201-1/+1
|/ / / /
* | | | Merge pull request #761 from dotty-staging/partialFunctionsDmitry Petrashko2015-08-182-2/+13
|\ \ \ \ | |/ / / |/| | |