aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #892 from dotty-staging/fix-typeparam-namesodersky2015-10-311-6/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-308-16/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add missing test file.Martin Odersky2015-10-301-0/+28
| * | | | Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-298-44/+19
| | |_|/ | |/| |
* | | | Merge pull request #882 from dotty-staging/fix/java-annots-posodersky2015-10-302-1/+4
|\ \ \ \
| * | | | Set position on annotations parsed from JavaGuillaume Martres2015-10-292-1/+4
* | | | | Merge pull request #883 from dotty-staging/add/Main-processGuillaume Martres2015-10-291-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make it easier to call the compiler using reflectionGuillaume Martres2015-10-291-1/+7
|/ / / /
* | | | Merge pull request #869 from dotty-staging/fix-#866odersky2015-10-2714-31/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Don't count suppressed errorsMartin Odersky2015-10-266-18/+33
| * | | 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
|/ / /
* | | 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
|\ \ \ \ \ | |/ / / / |/| | | |