aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | New and updated testsMartin Odersky2017-04-044-3/+37
| * | | Infer enum type args from type parameter boundsMartin Odersky2017-04-042-12/+57
| * | | Fix rebase breakageMartin Odersky2017-04-041-1/+1
| * | | Avoid assertion failure on neg testMartin Odersky2017-04-041-1/+8
| * | | Fix neg test error countMartin Odersky2017-04-041-1/+1
| * | | Support cases with type parameters that extend a non-parameterized baseMartin Odersky2017-04-043-16/+46
| * | | Support comma-separated enum constantsMartin Odersky2017-04-045-30/+48
| * | | Change enumeration members.Martin Odersky2017-04-045-26/+32
| * | | Change return type of `apply`.Martin Odersky2017-04-042-8/+11
| * | | 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-042-1/+6
| * | | Fix typo in syntaxMartin Odersky2017-04-041-1/+1
| * | | Fix cheeky comment in nested scopeFelix Mulder2017-04-042-6/+47
| * | | More fine-grained distinctions when flags are defined.Martin Odersky2017-04-044-9/+39
| * | | Fix typoMartin Odersky2017-04-041-1/+1
| * | | New test caseMartin Odersky2017-04-043-0/+44
| * | | Be more systematic about result of apply methodMartin Odersky2017-04-041-8/+18
| * | | Link generic test to actual implementations of Enum and EnumValuesMartin Odersky2017-04-043-26/+2
| * | | Another testMartin Odersky2017-04-042-0/+11
| * | | 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
| * | | Add testsMartin Odersky2017-04-047-0/+47
| * | | Implement enum desugaringMartin Odersky2017-04-046-36/+215
| * | | Change handling of enum defs.Martin Odersky2017-04-042-15/+34
| * | | Adapt generic tests to model modified enum values schemeMartin Odersky2017-04-045-21/+35
| * | | Allow value expansion of modules in mergeCompanionDefsMartin Odersky2017-04-041-1/+0
| * | | Simplify syntaxMartin Odersky2017-04-046-17/+17
| * | | Don't pass docstring as a parameter.Martin Odersky2017-04-041-39/+33
| * | | Add enum syntaxMartin Odersky2017-04-044-29/+115
| * | | Fix mal-formatting.Martin Odersky2017-04-042-3/+5
| |/ /
* | | Resize dottydoc menu button to 15pxFelix Mulder2017-04-061-1/+1
* | | Make dottydoc main page responsive (#2052)Herdy Handoko2017-04-063-33/+95
* | | Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-055-8/+25
|\ \ \
| * | | Change -XemitTasty to -YemitTastyDmitry Petrashko2017-04-041-1/+1
| * | | Remove name clash in test.Dmitry Petrashko2017-03-131-1/+1
| * | | Check that #2024 is fixed.Dmitry Petrashko2017-03-081-0/+4
| * | | 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
| | |/ / | |/| |
* | | | Merge pull request #2189 from dotty-staging/fix/privateleak-forcingGuillaume Martres2017-04-045-8/+48
|\ \ \ \ | |_|_|/ |/| | |
| * | | checkNoPrivateLeaks: Do not allow types to refer to leaky aliasesGuillaume Martres2017-04-045-8/+48
|/ / /
* | | 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-042-3/+8
|\ \ \
| * | | Fix #1959: infix type operators in the REPLAbel Nieto2017-04-022-3/+8