aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add EtaReduce method.Martin Odersky2015-09-181-0/+33
* Avoid generating companion-methods for non-class types.Martin Odersky2015-09-181-3/+5
* Adapt arguments in all type applicationsMartin Odersky2015-09-182-8/+8
* Strenghten condition in EtaExpandIfLambdaMartin Odersky2015-09-181-1/+3
* Fix argument eta expansionMartin Odersky2015-09-182-4/+4
* Turn assertion into a test in etaExpandArgs.Martin Odersky2015-09-181-13/+15
* Black hole detection for LazyRefsMartin Odersky2015-09-181-1/+10
* Better diagnostics for failed sigName calls.Martin Odersky2015-09-181-1/+5
* Check argument lengths in typedAppliedTypeTreeMartin Odersky2015-09-181-2/+12
* Eta expand type arguments corresponding to lambdasMartin Odersky2015-09-182-3/+27
* Avoid cyclic references in containsRefinedThisMartin Odersky2015-09-181-2/+3
* Clean up of logic in typeDefSigMartin Odersky2015-09-181-3/+3
* Merge pull request #798 from dotty-staging/fix-791Dmitry Petrashko2015-09-183-2/+17
|\
| * Harmaonize numeric arguments only during typer.Martin Odersky2015-09-171-1/+1
| * Fix #791 erasedLub of two AnyVals is Object.Dmitry Petrashko2015-09-172-1/+16
* | Merge pull request #796 from dotty-staging/fix-#789-problems-in-erasureDmitry Petrashko2015-09-185-1/+63
|\|
| * New phase: ExplicitSelfMartin Odersky2015-09-175-1/+63
* | Merge pull request #795 from dotty-staging/fix-weaker-access-errorsDmitry Petrashko2015-09-182-2/+4
|\|
| * Fix weaker access error when generating bridgesMartin Odersky2015-09-161-1/+3
| * Better diagnostic for weaker access errorsMartin Odersky2015-09-161-1/+1
* | Merge pull request #792 from dotty-staging/dotc-tastyDmitry Petrashko2015-09-161-1/+2
|\ \ | |/ |/|
| * bin/dotc: add an option to run -tasty.Dmitry Petrashko2015-09-141-1/+2
* | Merge pull request #790 from dotty-staging/mixin-traitsettersDmitry Petrashko2015-09-1577-2/+11
|\ \
| * | Enable more tests that passDmitry Petrashko2015-09-1475-0/+0
| * | Typer: allow to assign to vals inside trait setters.Dmitry Petrashko2015-09-141-1/+2
| * | Mixin: support trait setters.Dmitry Petrashko2015-09-141-1/+9
| |/
* | Merge pull request #672 from dotty-staging/compile-dotty2Dmitry Petrashko2015-09-140-0/+0
|\ \ | |/ |/|
| * Compile dotty.*, not only dotty.tools.Dmitry Petrashko2015-07-231-1/+1
* | Merge pull request #773 from dotty-staging/final-vals2Dmitry Petrashko2015-09-149-23/+137
|\ \
| * | final-fields.scala: tes objects with constant final vals.Dmitry Petrashko2015-09-141-1/+4
| * | Memoize: bring back comment about how final vals are compiledDmitry Petrashko2015-09-141-0/+4
| * | Add another testMartin Odersky2015-09-142-1/+6
| * | 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