aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | checkNoPrivateLeaks: Do not allow types to refer to leaky aliasesGuillaume Martres2017-04-042-7/+20
* | | Merge pull request #2168 from allanrenucci/warningsGuillaume Martres2017-04-045-11/+10
|\ \ \ | |/ / |/| |
| * | Addresses review commentsAllan Renucci2017-04-044-10/+9
| * | Use `mapConserve` in `UntypedTreeMap`Allan Renucci2017-04-031-1/+1
| * | Fixes @unchecked warningsAllan Renucci2017-04-034-6/+6
* | | Merge pull request #2162 from abeln/infix-opDmitry Petrashko2017-04-041-3/+3
|\ \ \
| * | | Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-3/+3
* | | | Merge pull request #2149 from dotty-staging/fix/false-companion-2Dmitry Petrashko2017-04-041-5/+16
|\ \ \ \
| * | | | Create dummy companions for classes without a real oneGuillaume Martres2017-03-291-5/+16
* | | | | fix copy of flags for ModuleDef and refactor codeliu fengyun2017-04-031-19/+19
| |_|/ / |/| | |
* | | | Merge pull request #2159 from dotty-staging/fix-hashcodeDmitry Petrashko2017-04-031-2/+3
|\ \ \ \