aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add support for error annotations in neg testsFelix Mulder2017-03-292-42/+188
* Add neg testing capability to ParallelTestingFelix Mulder2017-03-291-2/+45
* Parallelize compilation runs for ParallelTesting infraFelix Mulder2017-03-291-27/+92
* Prefix out directory with name of testFelix Mulder2017-03-291-1/+6
* Add java compilation to `ParallelTesting`Felix Mulder2017-03-291-0/+23
* Add interface for unit tests into `ParallelTesting`Felix Mulder2017-03-291-0/+60
* Add initial compilation functionality to ParallelTesting traitFelix Mulder2017-03-291-0/+41
* Merge pull request #2139 from dotty-staging/fix/false-companionGuillaume Martres2017-03-282-3/+22
|\
| * Namer#createCompanionLinks: avoid using denotNamedGuillaume Martres2017-03-241-4/+4
| * Fix #2137: Create dummy companions for top-level objects without a real oneGuillaume Martres2017-03-231-0/+19
| * Revert "sbt.ExtractDependencies: avoid false dependencies"Guillaume Martres2017-03-231-1/+1
* | Merge pull request #2127 from dotty-staging/fix/variable-pattern-accessGuillaume Martres2017-03-281-2/+3
|\ \
| * | Fix desugaring of variable pattern leaking into APIGuillaume Martres2017-03-211-2/+3
* | | Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-223-1/+36
* | | Fix incremental compilation not working after restarting sbtGuillaume Martres2017-03-211-4/+64
| |/ |/|
* | incremental compilation: Fix unstable name hashing for refined membersGuillaume Martres2017-03-211-6/+42
* | Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-211-2/+2
* | Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
* | Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
* | Handle shadowed for TermRefWithSigMartin Odersky2017-03-201-4/+8
|/
* Fix #2084.Dmitry Petrashko2017-03-201-5/+12
* Merge pull request #2114 from dotty-staging/fix/inline-error-posGuillaume Martres2017-03-201-3/+4
|\
| * Fix position of errors in Inliner TreeTypeMapGuillaume Martres2017-03-161-3/+4
* | Merge pull request #2118 from abeln/super-bugDmitry Petrashko2017-03-201-19/+21
|\ \
| * | Fix bug in typechecking super prefix with invalid enclosing classAbel Nieto2017-03-171-19/+21
* | | Better type inference in harmonizeUnionGuillaume Martres2017-03-183-25/+26
* | | Merge pull request #2110 from dotty-staging/fix/reduce-more-lambdasGuillaume Martres2017-03-183-4/+6
|\ \ \
| * | | Reduce type lambdas even if variance changesGuillaume Martres2017-03-161-3/+4
| * | | New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-162-1/+2
| | |/ | |/|
* | | Update periods-related commentsAbel Nieto2017-03-181-3/+4
* | | Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-183-4/+10
|\ \ \ | |_|/ |/| |
| * | fix typo in commentliu fengyun2017-03-181-1/+1
| * | Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-132-4/+7
| * | Fix #2054: @Static methods may access synthetic private methods stuffDmitry Petrashko2017-03-072-2/+5
* | | Move 'invalid super qualifier' error to new error format.Abel Nieto2017-03-174-1/+43
| |/ |/|
* | Merge pull request #2106 from dotty-staging/fix/param-forwarder-access-take-2odersky2017-03-161-5/+5
|\ \
| * | Allow going from non-priv to priv denot when run changesGuillaume Martres2017-03-161-11/+6
| * | Don't force denotations in asMemberOfGuillaume Martres2017-03-161-5/+6
| * | Fix #2099: avoid loading a private member when recomputing a NamedType denotGuillaume Martres2017-03-161-2/+6
* | | Remove warning from non exhaustive match in mergeCompanionDefs.Nicolas Stucki2017-03-161-1/+1
|/ /
* | Merge pull request #2096 from dotty-staging/fix-i2051Dmitry Petrashko2017-03-151-3/+4
|\ \
| * | fix #2051: allow override T with => T or ()Tliu fengyun2017-03-141-3/+4
* | | Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-1512-50/+60
|\ \ \
| * | | Add @tailrec to avoid regressions.Nicolas Stucki2017-03-0112-44/+54
| * | | Make loop in derivesFrom a tailrec loop.Nicolas Stucki2017-03-011-6/+6
* | | | Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-1431-142/+214
|\ \ \ \
| * | | | Drop dead method and testMartin Odersky2017-03-141-19/+2
| * | | | Fix unrelated typos in commentsMartin Odersky2017-03-142-7/+7
| * | | | Check there are no forward dependencies to method parametersMartin Odersky2017-03-142-1/+20
| * | | | Fix unpickling of param-dependent methodsMartin Odersky2017-03-141-2/+2