Skip to content

Fix landing page 404s #2674

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 2 commits into from
Jun 4, 2017
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
35 changes: 19 additions & 16 deletions docs/_includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,59 +8,62 @@ <h1 id="so-features">So, features?</h1>
<col width="17%" />
</colgroup>
<tbody>
<tr class="odd">
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/union-types.html">Union</a>, <a href="http://dotty.epfl.ch/docs/reference/intersection-types.html">intersection</a> and <a href="http://docs.scala-lang.org/sips/pending/42.type.html">literal singleton types</a></td>
<td>Implemented</td>
</tr>
<tr class="odd">
<tr>
<td><a href="http://docs.scala-lang.org/sips/pending/trait-parameters.html">Trait parameters</a></td>
<td>Implemented</td>
</tr>
<tr class="even">
<tr>
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
<td>Implemented</td>
</tr>
<tr class="even">
<tr>
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
<td>Implemented</td>
</tr>
<tr class="even">
<td><a href="http://dotty.epfl.ch/docs/reference/pattern-matching.html">Option-less pattern matching</a></td>
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/changed/pattern-matching.html">Option-less pattern matching</a></td>
<td>Implemented</td>
</tr>
<tr class="odd">
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
<td>Implemented</td>
</tr>
<tr class="even">
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/multiversal-equality.html">Multiversal equality</a></td>
<td>Implemented</td>
</tr>
<tr class="even">
<td><a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a></td>
<tr>
<td>
<!--<a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a>-->
Phantom types
</td>
<td>Implemented</td>
</tr>
<tr class="odd">
<tr>
<td><a href="http://dotty.epfl.ch/docs/reference/implicit-function-types.html">Implicit function types</a></td>
<td>Implemented</td>
</tr>
<tr class="odd">
<tr>
<td><a href="https://github.com/dotty-linker/dotty">Auto-Specialization</a></td>
<td>In progress</td>
</tr>
<tr class="even">
<tr>
<td><a href="https://github.com/lampepfl/dotty/pull/1840">Whole program optimizer</a></td>
<td>In progress</td>
</tr>
<tr class="odd">
<tr>
<td><a href="https://github.com/lampepfl/dotty/pull/2199">HList &amp; HMaps/Record types</a></td>
<td>In progress</td>
</tr>
<tr class="even">
<tr>
<td></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>Effects</td>
<td>Considered</td>
</tr>
Expand Down