aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #832 from dotty-staging/fix-#815-hk-constructor-aliasDmitry Petrashko2015-10-231-1/+6
|\
| * Fix #815.Martin Odersky2015-10-201-1/+6
* | Merge pull request #842 from dotty-staging/fix-838Dmitry Petrashko2015-10-231-1/+1
|\ \
| * | Fix DottyBackendInterafec.isStaticModuleClass.Dmitry Petrashko2015-10-221-1/+1
* | | Merge pull request #849 from dotty-staging/fix-#840Dmitry Petrashko2015-10-232-2/+2
|\ \ \
| * | | Don't drop impure expressions when eliding isInstanceOf tests.Martin Odersky2015-10-231-1/+1
| * | | Fix #840Martin Odersky2015-10-231-1/+1
* | | | Address reviewer commentsMartin Odersky2015-10-221-5/+1
* | | | Simplify treatment of merge conflictsMartin Odersky2015-10-221-37/+16
* | | | Better handling of merge errorsMartin Odersky2015-10-223-4/+14
* | | | Check for cyclic inheritance.Martin Odersky2015-10-221-1/+8
|/ / /
* | | Merge pull request #841 from dotty-staging/fix-#831-object-selfodersky2015-10-222-19/+29
|\ \ \
| * | | Adapt sourceModule to new selfInfo scheme.Martin Odersky2015-10-222-3/+6
| * | | Fix #831Martin Odersky2015-10-221-17/+24
* | | | Merge pull request #835 from dotty-staging/add-more-testsodersky2015-10-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove disgnostic printlnMartin Odersky2015-10-211-1/+1
| |/ /
* | | Avoid mutation in checkWellFormedMartin Odersky2015-10-221-4/+5
* | | Avoid caching in sigNameMartin Odersky2015-10-221-8/+7
* | | Add well-formedness checking for created symbolsMartin Odersky2015-10-222-2/+61
* | | Hardening of sigName for ill-formed valueclassesMartin Odersky2015-10-221-33/+43
* | | Hardening of Parser against illegal flag combinationsMartin Odersky2015-10-221-9/+19
* | | Avoif follow-on errors for illegal implicit classesMartin Odersky2015-10-221-8/+12
* | | Merge pull request #833 from dotty-staging/explicit-outerDmitry Petrashko2015-10-221-5/+10
|\ \ \
| * | | ExplicitOuter: fix generation of outer methods for indirectly inherited traits.Dmitry Petrashko2015-10-211-4/+9
| * | | ExplicitOuter: methods in classes should not be deferred.Dmitry Petrashko2015-10-211-1/+1
* | | | Merge pull request #836 from dotty-staging/lazy-vals-longsDmitry Petrashko2015-10-222-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | LazyVals: fix long shifts.Dmitry Petrashko2015-10-222-3/+3
| | |/ | |/|
* | | Merge pull request #811 from dotty-staging/fix-objects-mixinDmitry Petrashko2015-10-214-7/+7
|\ \ \ | |/ / |/| / | |/
| * Address reviewer comments #811.Dmitry Petrashko2015-10-123-7/+5
| * Mixin: materialise rhs for inherited scala2 modulesDmitry Petrashko2015-09-291-1/+3
| * ExplicitOuter: Scala2 inner modules always require outer pointer.Dmitry Petrashko2015-09-291-3/+2
| * UnpickleScala2: Scala modules do not set Lazy Flag.Dmitry Petrashko2015-09-291-1/+4
| * Typer: remove unused TyperContextOpsDmitry Petrashko2015-09-291-2/+0
* | Merge pull request #821 from dotty-staging/fix-check-simple-kindedDmitry Petrashko2015-10-202-3/+16
|\ \
| * | Check that some types are not higher-kinded.Martin Odersky2015-10-072-3/+16
* | | Merge pull request #823 from smarter/fix/lifting-and-inferenceGuillaume Martres2015-10-195-44/+49
|\ \ \
| * | | Always fully define the types of lifted expressionsGuillaume Martres2015-10-191-1/+3
| * | | Move Inferencing out of the Typer cakeGuillaume Martres2015-10-094-43/+46
* | | | Merge pull request #817 from smarter/fix/avoidGuillaume Martres2015-10-121-21/+41
|\ \ \ \ | |/ / / |/| | |
| * | | TypeAssigner#avoid: do not lose type parameters when the base type changes.Guillaume Martres2015-10-091-6/+21
| * | | TypeAssigner#avoid: don't miss escaping refs in complex typesGuillaume Martres2015-10-091-14/+11
| * | | TypeAssigner#avoid: more precise types for inner classesGuillaume Martres2015-10-091-2/+10
* | | | Merge pull request #799 from dotty-staging/change-inferenceodersky2015-10-072-14/+97
|\ \ \ \ | |_|/ / |/| | |
| * | | Generalize set of typevars instantiated before implicit searchMartin Odersky2015-09-181-22/+35
| * | | Fixes #739Martin Odersky2015-09-182-6/+40
| * | | Change algorithm that computes instantiation directionMartin Odersky2015-09-182-9/+45
* | | | Merge pull request #820 from dotty-staging/add-collection-strawmanodersky2015-10-061-0/+405
|\ \ \ \
| * | | | Rename collectAs -> toMartin Odersky2015-10-061-2/+2
| * | | | Tweaks to conform with API set out in #818.Martin Odersky2015-10-061-7/+4
| * | | | Bugfixes and move CollectionStrawMan1 into the correct directory.Martin Odersky2015-10-061-61/+86