aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-0210-94/+105
|\
| * Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-252-16/+24
| * Make Lazy and Trait "From Start" flagsMartin Odersky2015-10-251-2/+4
| * Make SuperAccessor and Scala2x "FromStart" flags.Martin Odersky2015-10-252-2/+4
| * Remove redundant testsMartin Odersky2015-10-241-3/+1
| * Don't drop $apply when eliminating existentials in unpicklerMartin Odersky2015-10-242-2/+2
| * Revise typeParams to account for existential hk typesMartin Odersky2015-10-242-28/+37
| * Allow existential types in hk typesMartin Odersky2015-10-244-43/+35
* | Merge pull request #887 from dotty-staging/fix-#873odersky2015-11-022-15/+24
|\ \
| * | Also handle SAM functions when adaptiing arity of case lambdas.Martin Odersky2015-10-301-14/+13
| * | Revert nullary function patchMartin Odersky2015-10-301-2/+2
| * | Fix case expansion for nullary functions.Martin Odersky2015-10-301-3/+3
| * | Allow pattern matching anonymous functions of arity > 1Martin Odersky2015-10-302-6/+16
* | | Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-021-0/+1
* | | Merge pull request #894 from dotty-staging/check-singlethreadedDmitry Petrashko2015-10-312-0/+11
|\ \ \
| * | | Check that access to context base is singlethreaded.Martin Odersky2015-10-312-0/+11
* | | | Merge pull request #890 from dotty-staging/fix-#879Dmitry Petrashko2015-10-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Address reviewer commentsMartin Odersky2015-10-301-2/+2
| * | | Fix #879Martin Odersky2015-10-302-3/+3
* | | | 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 #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
|/ / / /