aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Augment test fileMartin Odersky2015-09-141-0/+18
| * | Memoize should produce constant DefDefs for constant final vals.Martin Odersky2015-09-141-11/+10
| * | Purity checking should take constant expressions into account.Martin Odersky2015-09-141-3/+11
| * | Move literalize functionality to PostTyperMartin Odersky2015-09-142-4/+38
| * | Constant final vals need to have right hand type.Martin Odersky2015-09-141-6/+7
| * | Follow TermRefs when constant foldingMartin Odersky2015-09-142-4/+12
| * | Test behaviour of final vals.Dmitry Petrashko2015-09-142-0/+24
| * | Memoize: duplicate scala2 behaviour: don't create fields for final vals.Dmitry Petrashko2015-09-141-2/+12
|/ /
* | Merge pull request #787 from dotty-staging/fix-#779-recursive-hk-typesDmitry Petrashko2015-09-143-5/+34
|\ \
| * | Fill in missing #Apply projections in checkNonCyclicMartin Odersky2015-09-112-3/+29
| * | Pull out isLegal prefix.Martin Odersky2015-09-111-2/+5
* | | Merge pull request #774 from dotty-staging/fix-constructorsDmitry Petrashko2015-09-143-50/+72
|\ \ \
| * | | Address review comments of #774Dmitry Petrashko2015-09-141-4/+4
| * | | Address review comments #774Dmitry Petrashko2015-08-251-5/+2
| * | | Add comment to Compiler.scala about behaviour of ConstructorsDmitry Petrashko2015-08-242-1/+3
| * | | Constructors: remove self validation.Dmitry Petrashko2015-08-241-55/+3
| * | | Constructors: Do not store private fields used only to initialise other fieldsDmitry Petrashko2015-08-241-1/+8
| * | | Constructors: gather retained private vals in advance.Dmitry Petrashko2015-08-241-4/+72
| * | | Memoize: call transformFollowingDeep with correct owner.Dmitry Petrashko2015-08-241-7/+7
* | | | Merge pull request #788 from dotty-staging/fix-#781-context-boundsDmitry Petrashko2015-09-146-9/+658
|\ \ \ \
| * | | | Add testMartin Odersky2015-09-122-0/+74
| * | | | Fix desugaring problemMartin Odersky2015-09-122-6/+576
| * | | | Add -language:Scala2 optionMartin Odersky2015-09-122-3/+8
| | |/ / | |/| |
* | | | Merge pull request #786 from dotty-staging/fix-#776-param-forwardersDmitry Petrashko2015-09-092-1/+42
|\ \ \ \
| * | | | Fix comment in ExpandPrivateDmitry Petrashko2015-09-091-1/+1
| * | | | Add postcondition to ExpandPrivate.Dmitry Petrashko2015-09-091-0/+19
| * | | | Add verbose message to assertion in applyOverloadedDmitry Petrashko2015-09-091-1/+4
| * | | | ExpandPrivate: add links to discussion.Dmitry Petrashko2015-09-091-0/+3
| * | | | Fix param forwardingMartin Odersky2015-09-081-0/+16
| |/ / /
* | | | Merge pull request #785 from dotty-staging/fix-#778-cyclic-referencesDmitry Petrashko2015-09-094-7/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Surivive Cyclic References when unpickling Scala 2 HK typesMartin Odersky2015-09-084-7/+27
|/ / /
* | | 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