aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1573: Add tests for fixed issue.Nicolas Stucki2017-03-203-0/+15
* Fix procedure syntax in JavaConvertersValthor Halldorsson2017-03-191-6/+6
* Fix exception caused by attempting to serialize NonEntity valuesValthor Halldorsson2017-03-191-21/+28
* Merge pull request #2111 from dotty-staging/fix/better-lubGuillaume Martres2017-03-184-25/+60
|\
| * Better type inference in harmonizeUnionGuillaume Martres2017-03-184-25/+60
|/
* Merge pull request #2110 from dotty-staging/fix/reduce-more-lambdasGuillaume Martres2017-03-184-4/+9
|\
| * Reduce type lambdas even if variance changesGuillaume Martres2017-03-162-3/+7
| * New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-162-1/+2
* | Merge pull request #2119 from abeln/period-commentDmitry Petrashko2017-03-181-3/+4
|\ \
| * | Update periods-related commentsAbel Nieto2017-03-181-3/+4
|/ /
* | Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-184-4/+23
|\ \
| * | fix typo in commentliu fengyun2017-03-181-1/+1
| * | Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-132-4/+7
| * | Test that #2054 is fixed.Dmitry Petrashko2017-03-071-0/+13
| * | 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-164-5/+33
|\ \
| * | 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-164-2/+34
* | | Merge pull request #2108 from dotty-staging/fix-match-in-mergeCompanionDefsodersky2017-03-161-1/+1
|\ \ \
| * | | Remove warning from non exhaustive match in mergeCompanionDefs.Nicolas Stucki2017-03-161-1/+1
|/ / /
* | | Merge pull request #2107 from dotty-staging/disable/sbt-reporterFelix Mulder2017-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | sbt-bridge: Fix #2092: Disable position information in the reporterGuillaume Martres2017-03-151-1/+1
|/ /
* | Merge pull request #2074 from vlthr/dottydoc-entity-implicitsFelix Mulder2017-03-152-209/+460
|\ \
| * | address feedback on #2074Valthor Halldorsson2017-03-142-123/+346
| * | consolidate entity serialization into single classValthor Halldorsson2017-03-102-166/+194
* | | Merge pull request #2096 from dotty-staging/fix-i2051Dmitry Petrashko2017-03-153-3/+15
|\ \ \
| * | | add more testsliu fengyun2017-03-141-0/+7
| * | | add neg test for #2051liu fengyun2017-03-141-0/+2
| * | | fix #2051: allow override T with => T or ()Tliu fengyun2017-03-142-3/+6
* | | | 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-1433-142/+242
|\ \ \ \ \
| * | | | | Drop dead method and testMartin Odersky2017-03-141-19/+2
| * | | | | Fix unrelated typos in commentsMartin Odersky2017-03-142-7/+7
| * | | | | Test casesMartin Odersky2017-03-142-0/+28
| * | | | | 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
| * | | | | Drop mixed MethodType apply methodMartin Odersky2017-03-145-9/+9
| * | | | | Take parameter dependencies into accountMartin Odersky2017-03-142-5/+27
| * | | | | Add method to track parameter dependency statusMartin Odersky2017-03-141-4/+24
| * | | | | Construct dependent method types from symbolsMartin Odersky2017-03-142-5/+21
| * | | | | Construct MethodTypes from parameter closureMartin Odersky2017-03-1425-96/+108
* | | | | | Merge pull request #2098 from dotty-staging/fix-i1960Guillaume Martres2017-03-141-0/+8
|\ \ \ \ \ \
| * | | | | | add test for #1960liu fengyun2017-03-141-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2097 from dotty-staging/fix-i1706Guillaume Martres2017-03-141-0/+3
|\ \ \ \ \ \
| * | | | | | add test for #1706liu fengyun2017-03-141-0/+3
| |/ / / / /
* | | | | | Merge pull request #2100 from dotty-staging/fix/sbt-reporterGuillaume Martres2017-03-141-9/+27
|\ \ \ \ \ \