aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix path error disgnasticsMartin Odersky2016-02-094-8/+23
* Only final lazy vals can be paths.Martin Odersky2016-02-094-4/+36
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-097-11/+23
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-0918-42/+112
* 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-093-1/+41
* Move scala2Mode test from isStable to isRealizableMartin Odersky2016-02-092-5/+5
* Use isRealizable to identify stable prefixesMartin Odersky2016-02-095-11/+61
* No volatile check needed for strict vals.Martin Odersky2016-02-092-10/+10
* Merge pull request #1053 from dotty-staging/fix-#1045odersky2016-02-085-25/+90
|\
| * Drop redundant context parameterMartin Odersky2016-02-081-1/+1
| * Disable benchmark testMartin Odersky2016-02-041-0/+0
| * Slight optimizationMartin Odersky2016-02-041-6/+8
| * Try to make refinements match in approximateUnionsMartin Odersky2016-02-043-2/+48
| * Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-042-25/+42
* | Merge pull request #1067 from dotty-staging/fix-1065odersky2016-02-082-2/+22
|\ \
| * | Test that #1065 is fixed.Dmitry Petrashko2016-02-081-0/+12
| * | Fix #1065 erasedLub for arrays of primitives.Dmitry Petrashko2016-02-081-2/+10
| |/
* | Merge pull request #1063 from dotty-staging/fix-#803Dmitry Petrashko2016-02-083-3/+18
|\ \
| * | Handle "missing args" case when expected type is a singleton type.Martin Odersky2016-02-053-3/+18
* | | Merge pull request #1057 from dotty-staging/fix/hide-stacktracesodersky2016-02-069-9/+11
|\ \ \
| * | | Do not use the plain printer with -YdebugGuillaume Martres2016-02-062-1/+2
| * | | Do not store context creation trace with -YdebugGuillaume Martres2016-02-062-1/+2
| * | | Do not use println when SingleDenotation#signature failsGuillaume Martres2016-02-051-1/+1
| * | | Hide stack traces behind -YdebugGuillaume Martres2016-02-055-6/+6
| |/ /
* | | Merge pull request #1064 from dotty-staging/fix-#1044-take-3Guillaume Martres2016-02-063-5/+14
|\ \ \
| * | | Fix #1044: handle TypevarsMissContext mode in wildApproxGuillaume Martres2016-02-063-5/+14
|/ / /
* | | Merge pull request #1060 from dotty-staging/throwMethodInitodersky2016-02-051-1/+1
|\ \ \
| * | | Force the initialization of throwMethod in DefinitionsVladimirNik2016-02-051-1/+1
| |/ /
* | | Merge pull request #1062 from dotty-staging/fix-#859odersky2016-02-055-5/+15
|\ \ \ | |/ / |/| |
| * | Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-053-2/+8
| * | Handle subtyping of LazyVals that are in train of being evaluated.Martin Odersky2016-02-051-2/+5
| * | Make LazyRef#ref a def instead of a lazy valMartin Odersky2016-02-051-1/+2
|/ /
* | Merge pull request #1052 from smarter/fix/driver-apiGuillaume Martres2016-02-0510-71/+86
|\ \ | |/ |/|
| * Use Context#setReporter where possibleGuillaume Martres2016-02-051-2/+1
| * Context: set compilerCallback like other context variablesGuillaume Martres2016-02-042-16/+7
| * Better compiler entry pointsGuillaume Martres2016-02-043-18/+51
| * Compiler: use the reporter passed from the DriverGuillaume Martres2016-02-042-4/+2
| * Driver: properly use root Context passed as argumentGuillaume Martres2016-02-043-12/+8
| * Remove useless options in testsGuillaume Martres2016-02-042-14/+1
| * Reporter: make summary available without a ContextGuillaume Martres2016-02-041-5/+16
| * ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-044-4/+4
|/
* Merge pull request #1022 from dotty-staging/fix-i939Dmitry Petrashko2016-01-243-6/+13
|\
| * Add IntMap and LongMap to collections whitelist.Dmitry Petrashko2016-01-241-5/+3
| * Test that #939 is fixedDmitry Petrashko2016-01-241-0/+8
| * Fix i939: Patmat shouldn't compare selectors to module TypeTrees.Dmitry Petrashko2016-01-241-1/+2
|/
* Merge pull request #1039 from dotty-staging/fix-#998Guillaume Martres2016-01-232-3/+28
|\
| * Fix #998Martin Odersky2016-01-202-3/+28