aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #865 from dotty-staging/fix-module-alias-subtypingGuillaume Martres2015-10-252-4/+18
|\
| * Fix hole in subtyping of modulesMartin Odersky2015-10-252-4/+18
|/
* Merge pull request #863 from dotty-staging/fix/inference-methcallGuillaume Martres2015-10-253-3/+42
|\
| * 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-252-3/+29
| * Less eager tvar interpolation: wait until method calls are fully appliedGuillaume Martres2015-10-252-2/+23
|/
* Merge pull request #843 from dotty-staging/fix-#830odersky2015-10-252-3/+25
|\
| * Only replace intersections of constants with NothingMartin Odersky2015-10-231-4/+10
| * Fix #830: Compiler hangs on implicit search with singleton &/|Martin Odersky2015-10-222-3/+19
* | Merge pull request #858 from lampepfl/DarkDimius-patch-3Dmitry Petrashko2015-10-231-1/+1
|\ \
| * | Add link to gitter channel, delete travis badge.Dmitry Petrashko2015-10-231-1/+1
|/ /
* | Merge pull request #857 from dotty-staging/change-readmeDmitry Petrashko2015-10-232-7/+86
|\ \
| * | Change readme to reflect current stateMartin Odersky2015-10-231-7/+23
| * | fix typosMartin Odersky2015-10-231-8/+8
| * | fix typosMartin Odersky2015-10-231-2/+4
| * | fix typosMartin Odersky2015-10-231-3/+3
| * | fix typosMartin Odersky2015-10-231-2/+2
| * | Draft blog postMartin Odersky2015-10-231-0/+61
* | | Merge pull request #853 from dotty-staging/partest-runDmitry Petrashko2015-10-234-7/+12
|\ \ \ | |/ / |/| |
| * | Print stack traces before creating stub symbolsDmitry Petrashko2015-10-232-3/+8
| * | Revert "Workaround #840"Dmitry Petrashko2015-10-231-1/+1
| * | Enable running pos tests in partestDmitry Petrashko2015-10-231-1/+1
| * | Run partest under bootstrapped dotty.Dmitry Petrashko2015-10-231-3/+3
| * | Workaround #840Dmitry Petrashko2015-10-231-1/+1
* | | Merge pull request #852 from dotty-staging/fix-scriptDmitry Petrashko2015-10-232-1/+2
|\ \ \ | |/ / |/| |
| * | Indicate that dotty is being built.Dmitry Petrashko2015-10-231-0/+1
| * | Fix bug in dotc script.Dmitry Petrashko2015-10-231-1/+1
|/ /
* | Merge pull request #832 from dotty-staging/fix-#815-hk-constructor-aliasDmitry Petrashko2015-10-232-1/+17
|\ \
| * | Fix #815.Martin Odersky2015-10-202-1/+17
* | | Merge pull request #842 from dotty-staging/fix-838Dmitry Petrashko2015-10-232-2/+2
|\ \ \
| * | | Update version of bundled backend.Dmitry Petrashko2015-10-221-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
* | | | | Merge pull request #846 from dotty-staging/fix-#827odersky2015-10-235-44/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-224-4/+21
| * | | | Check for cyclic inheritance.Martin Odersky2015-10-221-1/+8
|/ / / /
* | | | Merge pull request #841 from dotty-staging/fix-#831-object-selfodersky2015-10-223-19/+33
|\ \ \ \
| * | | | Adapt sourceModule to new selfInfo scheme.Martin Odersky2015-10-222-3/+6
| * | | | Fix #831Martin Odersky2015-10-222-17/+28
* | | | | Merge pull request #835 from dotty-staging/add-more-testsodersky2015-10-2211-1/+131
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove empty test fileMartin Odersky2015-10-221-0/+0
| * | | | More testsMartin Odersky2015-10-2111-0/+130
| * | | | Remove disgnostic printlnMartin Odersky2015-10-211-1/+1
| |/ / /
* | | | Merge pull request #834 from dotty-staging/fix-#825odersky2015-10-2215-63/+222
|\ \ \ \ | | |_|/ | |/| |
| * | | Avoid mutation in checkWellFormedMartin Odersky2015-10-221-4/+5