aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* Avoid printing expanded names when displaying type parameters.Martin Odersky2015-10-301-6/+5
* Merge pull request #886 from dotty-staging/fix-#884Guillaume Martres2015-10-301-1/+1
|\
| * Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-291-1/+1
* | Merge pull request #882 from dotty-staging/fix/java-annots-posodersky2015-10-301-1/+1
|\ \
| * | Set position on annotations parsed from JavaGuillaume Martres2015-10-291-1/+1
* | | Make it easier to call the compiler using reflectionGuillaume Martres2015-10-291-1/+7
|/ /
* | Don't count suppressed errorsMartin Odersky2015-10-264-16/+21
* | Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-265-7/+12
* | Shorten ctx.typerState.reporter to ctx.reporterMartin Odersky2015-10-266-6/+6
|/
* Fix hole in subtyping of modulesMartin Odersky2015-10-251-4/+9
* Readd `.widen` which was accidentally removed from the previous commitGuillaume Martres2015-10-251-1/+1
* Simplify logic in adaptMartin Odersky2015-10-251-10/+2
* Fix issue that prevented instantiating some tvars before implicit searchGuillaume Martres2015-10-251-1/+1
* Less eager tvar interpolation: wait until method calls are fully appliedGuillaume Martres2015-10-251-2/+11
* Merge pull request #843 from dotty-staging/fix-#830odersky2015-10-251-3/+19
|\
| * Only replace intersections of constants with NothingMartin Odersky2015-10-231-4/+10
| * Fix #830: Compiler hangs on implicit search with singleton &/|Martin Odersky2015-10-221-3/+13
* | Print stack traces before creating stub symbolsDmitry Petrashko2015-10-232-3/+8
* | Revert "Workaround #840"Dmitry Petrashko2015-10-231-1/+1
* | Workaround #840Dmitry Petrashko2015-10-231-1/+1
* | 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 #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-221-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | LazyVals: fix long shifts.Dmitry Petrashko2015-10-221-1/+1
| | |/ | |/|
* | | 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