Skip to content

Refresh main doc page and fix broken links #6449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 53 additions & 9 deletions docs/_includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,80 @@ <h1 id="so-features">So, features?</h1>
</colgroup>
<tbody>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/union-types.html">Union</a>, <a href="http://dotty.epfl.ch/docs/reference/new-types/intersection-types.html">intersection</a> and <a href="http://dotty.epfl.ch/docs/reference/singleton-types.html">literal singleton types</a></td>
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/intersection-types.html">Intersection Types</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://docs.scala-lang.org/sips/pending/trait-parameters.html">Trait parameters</a></td>
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/union-types.html">Union Types</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
<td><a href="https://dotty.epfl.ch/docs/reference/new-types/type-lambdas.html">Type lambdas</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/query-types.html">Context query</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/changed-features/pattern-matching.html">Option-less pattern matching</a></td>
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html">Trait parameters</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/instance-defs.html">Implied Instances</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/inferable-params.html">Inferable parameters</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/extension-methods.html">Extension Methods</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html">Opaque Type Aliases</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/dropped-features/package-objects.html">Toplevel definitions</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/export.html">Export clauses</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
<td><a href="https://dotty.epfl.ch/docs/reference/changed-features/vararg-patterns.html">Vararg patterns</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/multiversal-equality.html">Multiversal equality</a></td>
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/creator-applications.html">Creator applications</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/query-types.html">Implicit function types</a></td>
<td><a href="https://dotty.epfl.ch/docs/reference/singleton-types.html">Literal singleton types</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/changed-features/pattern-matching.html">Option-less pattern matching</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/multiversal-equality.html">Multiversal equality</a></td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/erased-terms.html">Erased Terms</a></td>
<td>In progress</td>
<td>Implemented</td>
</tr>
<tr>
<td><a href="https://github.com/dotty-linker/dotty">Auto-Specialization</a></td>
Expand All @@ -64,6 +104,10 @@ <h1 id="so-features">So, features?</h1>
<td>Effects</td>
<td>Considered</td>
</tr>
<tr>
<td>and many more, check the <a href="http://dotty.epfl.ch/docs/reference/overview.html">overview page</a> for a comprehensive list</td>
<td></td>
</tr>
</tbody>
</table>
</div>
Expand Down