aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-11-09 08:07:51 +0100
committerGitHub <noreply@github.com>2016-11-09 08:07:51 +0100
commit64a23e00c34dac6fc5a73d2339486c4440b9a2c2 (patch)
treeaf501ba2cf03092478b299ddedcb65bbd90e23b5 /docs/_includes
parentcf92c40ab73005973045794c5f5e78417e1c2fc0 (diff)
downloaddotty-64a23e00c34dac6fc5a73d2339486c4440b9a2c2.tar.gz
dotty-64a23e00c34dac6fc5a73d2339486c4440b9a2c2.tar.bz2
dotty-64a23e00c34dac6fc5a73d2339486c4440b9a2c2.zip
Update feature list on webpage
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/features.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/_includes/features.html b/docs/_includes/features.html
index bbba6d54c..ba004d68b 100644
--- a/docs/_includes/features.html
+++ b/docs/_includes/features.html
@@ -49,8 +49,8 @@
<td>Implemented</td>
</tr>
<tr class="odd">
- <td></td>
- <td></td>
+ <td>Exhaustivity checks in pattern matching</td>
+ <td>Implemented</td>
</tr>
<tr class="even">
<td>Non-boxed arrays of value classes</td>
@@ -92,14 +92,9 @@
<td>Spec Option-less pattern matching</td>
<td>Considered</td>
</tr>
- <tr class="even">
- <td>Exhaustivity checks in pattern matching</td>
- <td>Considered</td>
- </tr>
</tbody>
</table>
</div>
- <p>The complete list is available <a href="https://github.com/lampepfl/dotty#what-are-the-features-that-could-make-me-consider-trying-it">here</a>.</p>
<h1 id="talks-on-dotty">Talks on Dotty?</h1>
<ul>
<li><a href="https://www.youtube.com/watch?v=WxyyJyB_Ssc">Compilers are Databases</a> by Martin Odersky (<a href="http://www.slideshare.net/Odersky/compilers-are-databases">slides</a>)</li>