aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ParamTypeMartin Odersky2017-04-065-18/+12
* replace derived{Method,Poly}Type with derivedLambdaTypeMartin Odersky2017-04-0617-45/+34
* Add StarLambda, HKLambda abstractions ...Martin Odersky2017-04-061-70/+79
* Make PolyTypes subtypes of LambdaTypesMartin Odersky2017-04-064-98/+89
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-0628-173/+166
* Refactor ParamRef so that no type params are neededMartin Odersky2017-04-064-51/+31
* Disable -strict when compiling dotty.Martin Odersky2017-04-061-3/+3
* Remove parameter from lambda typeMartin Odersky2017-04-062-9/+12
* Disable -strict when compiling dotty.Martin Odersky2017-04-061-3/+3
* Get rid of Name parameter for LambdaType and ParamRefMartin Odersky2017-04-064-24/+32
* ParamType refactoringsMartin Odersky2017-04-064-77/+78
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-0643-213/+216
* Break out functionality from MethodTypeMartin Odersky2017-04-0620-134/+176
* Drop name checking scheme for type parametersMartin Odersky2017-04-061-9/+3
* Don't let illegal parameter names propagate into typesMartin Odersky2017-04-061-4/+4
* Add neg test for illegal parameter namesMartin Odersky2017-04-061-1/+1
* Encode variances in parameter namesMartin Odersky2017-04-0613-41/+76
* Merge pull request #1958 from dotty-staging/add-enumodersky2017-04-0619-149/+547
|\
| * Emit enum utility methods only if enum class is not genericMartin Odersky2017-04-061-6/+8
| * Implementation of proposal changesMartin Odersky2017-04-052-45/+76
| * Infer enum type args from type parameter boundsMartin Odersky2017-04-041-11/+45
| * Fix rebase breakageMartin Odersky2017-04-041-1/+1
| * Avoid assertion failure on neg testMartin Odersky2017-04-041-1/+8
| * Support cases with type parameters that extend a non-parameterized baseMartin Odersky2017-04-042-16/+24
| * Support comma-separated enum constantsMartin Odersky2017-04-043-26/+46
| * Change enumeration members.Martin Odersky2017-04-042-13/+14
| * Change return type of `apply`.Martin Odersky2017-04-041-7/+7
| * Don't change the return type of the `copy` methodMartin Odersky2017-04-041-1/+1
| * Check that cases with type parameters also have an extends clauseMartin Odersky2017-04-041-1/+5
| * Fix cheeky comment in nested scopeFelix Mulder2017-04-042-6/+47
| * More fine-grained distinctions when flags are defined.Martin Odersky2017-04-043-9/+23
| * Fix typoMartin Odersky2017-04-041-1/+1
| * Be more systematic about result of apply methodMartin Odersky2017-04-041-8/+18
| * Make `getDocComment` referentially transparentFelix Mulder2017-04-041-36/+12
| * Fix "closest" computation for docstringsMartin Odersky2017-04-041-1/+3
| * Improvement to REPL testMartin Odersky2017-04-041-1/+4
| * Comment out unused method in ContextMartin Odersky2017-04-041-2/+3
| * Implement enum desugaringMartin Odersky2017-04-044-36/+189
| * Change handling of enum defs.Martin Odersky2017-04-042-15/+34
| * Allow value expansion of modules in mergeCompanionDefsMartin Odersky2017-04-041-1/+0
| * Simplify syntaxMartin Odersky2017-04-045-14/+14
| * Don't pass docstring as a parameter.Martin Odersky2017-04-041-39/+33
| * Add enum syntaxMartin Odersky2017-04-043-25/+102
| * Fix mal-formatting.Martin Odersky2017-04-042-3/+5
* | Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-053-7/+20
|\ \
| * | Change -XemitTasty to -YemitTastyDmitry Petrashko2017-04-041-1/+1
| * | Fix #2024: TypeApply can be a final apply of a recursive method.Dmitry Petrashko2017-03-081-0/+4
| * | Add support for `-XemitTasty`.Dmitry Petrashko2017-03-082-7/+16
* | | Merge pull request #2190 from dotty-staging/fix-robust-avoidanceGuillaume Martres2017-04-041-2/+8
|\ \ \
| * | | Make leak avoidance more robustMartin Odersky2017-04-041-2/+8
| | |/ | |/|