aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* Turn println into logMartin Odersky2016-02-161-1/+1
* Fix merge errorMartin Odersky2016-02-161-1/+1
* Auto-uncurry n-ary functions.Martin Odersky2016-02-162-19/+56
* Merge pull request #1075 from dotty-staging/fix-t920-testDmitry Petrashko2016-02-167-37/+155
|\
| * Fix problems in DropEmptyCompanionsMartin Odersky2016-02-113-62/+89
| * Only remove synthetic companion objectsMartin Odersky2016-02-112-3/+6
| * New phase to drop empty companion objectsMartin Odersky2016-02-113-0/+81
| * Abstract out lazy local names somewhatMartin Odersky2016-02-112-6/+13
* | Merge pull request #1080 from dotty-staging/fix-#619Dmitry Petrashko2016-02-124-3/+11
|\ \
| * | Document dotty internal AnnotationsMartin Odersky2016-02-124-3/+11
| |/
* | Improve error messageMartin Odersky2016-02-121-1/+1
* | Allow enclosing module as qualifying classMartin Odersky2016-02-121-1/+6
* | Survive class of errors in implicit searchMartin Odersky2016-02-121-1/+2
|/
* Enable tests for old fixed issuesGuillaume Martres2016-02-091-3/+3
* Merge pull request #1051 from dotty-staging/change-isVolatileodersky2016-02-0911-124/+210
|\
| * Fix commpilation errorMartin Odersky2016-02-091-3/+7
| * By-name parameters are not stable values.Martin Odersky2016-02-092-11/+7
| * Perform typer realizability checks only during Typer.Martin Odersky2016-02-091-2/+2
| * Big realizability refactoringMartin Odersky2016-02-096-124/+164
| * Handle paths of length > 1 for realizability checkingMartin Odersky2016-02-091-3/+41
| * Consider by name parameters as lazily initializedMartin Odersky2016-02-091-1/+7
| * Remove isVolatile and DNF methodsMartin Odersky2016-02-091-91/+1
| * Check that non-abstract classes have realizable bounds.Martin Odersky2016-02-092-10/+22
| * Fix isRealizableTestMartin Odersky2016-02-091-1/+1
| * Handle imports in path checks.Martin Odersky2016-02-091-0/+2
| * Fix path error disgnasticsMartin Odersky2016-02-092-7/+6
| * Only final lazy vals can be paths.Martin Odersky2016-02-091-1/+3
| * Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-093-7/+9
| * Reorganize tests to account for new typing of projectionMartin Odersky2016-02-093-15/+27
| * Cleanup of isEffectivelyFinalMartin Odersky2016-02-091-7/+4
| * Move realizability logic from Types to TypeOps.Martin Odersky2016-02-094-44/+45
| * Realizability refactoringMartin Odersky2016-02-095-27/+58
| * Also consider type aliases when checking for realizabilityMartin Odersky2016-02-091-1/+16
| * Move scala2Mode test from isStable to isRealizableMartin Odersky2016-02-092-5/+5
| * Use isRealizable to identify stable prefixesMartin Odersky2016-02-092-1/+20
| * No volatile check needed for strict vals.Martin Odersky2016-02-091-1/+1
* | Merge pull request #1058 from dotty-staging/fix-#864-v2Guillaume Martres2016-02-093-9/+84
|\ \ | |/ |/|
| * Fix documentation of ConstraintHandling#addConstraintGuillaume Martres2016-02-081-1/+1
| * Fix documentation of Config.checkConstraintsSeparatedGuillaume Martres2016-02-081-4/+4
| * Avoid `related` buffer in `addConstraint`.Martin Odersky2016-02-051-11/+17
| * Narrow problematic constraint instead of widening it.Martin Odersky2016-02-051-8/+22
| * Fix docs and namingMartin Odersky2016-02-052-6/+9
| * Prune constraints that could turn into cyclesMartin Odersky2016-02-052-3/+55
* | Merge pull request #1053 from dotty-staging/fix-#1045odersky2016-02-082-22/+82
|\ \
| * | Drop redundant context parameterMartin Odersky2016-02-081-1/+1
| * | Slight optimizationMartin Odersky2016-02-041-6/+8
| * | Try to make refinements match in approximateUnionsMartin Odersky2016-02-042-2/+41
| * | Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-041-22/+41
* | | Merge pull request #1067 from dotty-staging/fix-1065odersky2016-02-081-2/+10
|\ \ \
| * | | Fix #1065 erasedLub for arrays of primitives.Dmitry Petrashko2016-02-081-2/+10
| |/ /