aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2134 from dotty-staging/fix/incremental-compilation-restartFelix Mulder2017-03-221-4/+64
|\
| * Fix incremental compilation not working after restarting sbtGuillaume Martres2017-03-211-4/+64
|/
* Merge pull request #2133 from dotty-staging/fix/refinedtype-incrementalFelix Mulder2017-03-211-6/+42
|\
| * incremental compilation: Fix unstable name hashing for refined membersGuillaume Martres2017-03-211-6/+42
|/
* Merge pull request #2129 from dotty-staging/topic/dottydoc-subprojectDmitry Petrashko2017-03-212-56/+60
|\
| * Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-212-56/+60
|/
* Merge pull request #2124 from dotty-staging/fix-param-fwdGuillaume Martres2017-03-2010-13/+101
|\
| * Update check fileMartin Odersky2017-03-202-4/+4
| * Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
| * Add test casesMartin Odersky2017-03-206-3/+80
| * Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
| * Handle shadowed for TermRefWithSigMartin Odersky2017-03-201-4/+8
|/
* doc-tool/test: Workaround #2112Guillaume Martres2017-03-201-1/+2
* Super Bootstrap: Make dottydoc part of the bootstrapGuillaume Martres2017-03-201-11/+10
* Fix #2084.Dmitry Petrashko2017-03-201-5/+12
* Merge pull request #2122 from dotty-staging/fix-i2086Guillaume Martres2017-03-202-0/+9
|\
| * Fixed #2086: Add tests for issue that has already been fixed.Nicolas Stucki2017-03-202-0/+9
* | Merge pull request #2123 from dotty-staging/fix-i1573Guillaume Martres2017-03-203-0/+15
|\ \
| * | Fixed #1573: Add tests for fixed issue.Nicolas Stucki2017-03-203-0/+15
* | | 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-202-19/+24
|\ \ \ | |_|/ |/| |
| * | Fix bug in typechecking super prefix with invalid enclosing classAbel Nieto2017-03-172-19/+24
* | | 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
|\ \ \