Skip to content

Commit

Permalink
Get rid of even/odd on table rows on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder committed Jun 4, 2017
1 parent 2d457a3 commit 42199fa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/_includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,62 +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">
<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">
<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

0 comments on commit 42199fa

Please sign in to comment.