Skip to content

Commit 9a3db9f

Browse files
authored
Merge pull request #6449 from newca12/fix-docs
Refresh main doc page and fix broken links
2 parents 61ea245 + d9ed4c7 commit 9a3db9f

File tree

1 file changed

+53
-9
lines changed

1 file changed

+53
-9
lines changed

docs/_includes/features.html

Lines changed: 53 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,80 @@ <h1 id="so-features">So, features?</h1>
99
</colgroup>
1010
<tbody>
1111
<tr>
12-
<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>
12+
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/intersection-types.html">Intersection Types</a></td>
1313
<td>Implemented</td>
1414
</tr>
1515
<tr>
16-
<td><a href="http://docs.scala-lang.org/sips/pending/trait-parameters.html">Trait parameters</a></td>
16+
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/union-types.html">Union Types</a></td>
1717
<td>Implemented</td>
1818
</tr>
1919
<tr>
20-
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
20+
<td><a href="https://dotty.epfl.ch/docs/reference/new-types/type-lambdas.html">Type lambdas</a></td>
2121
<td>Implemented</td>
2222
</tr>
2323
<tr>
24-
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
24+
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/query-types.html">Context query</a></td>
2525
<td>Implemented</td>
2626
</tr>
2727
<tr>
28-
<td><a href="http://dotty.epfl.ch/docs/reference/changed-features/pattern-matching.html">Option-less pattern matching</a></td>
28+
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html">Trait parameters</a></td>
29+
<td>Implemented</td>
30+
</tr>
31+
<tr>
32+
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/instance-defs.html">Implied Instances</a></td>
33+
<td>Implemented</td>
34+
</tr>
35+
<tr>
36+
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/inferable-params.html">Inferable parameters</a></td>
37+
<td>Implemented</td>
38+
</tr>
39+
<tr>
40+
<td><a href="https://dotty.epfl.ch/docs/reference/contextual/extension-methods.html">Extension Methods</a></td>
41+
<td>Implemented</td>
42+
</tr>
43+
<tr>
44+
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html">Opaque Type Aliases</a></td>
45+
<td>Implemented</td>
46+
</tr>
47+
<tr>
48+
<td><a href="https://dotty.epfl.ch/docs/reference/dropped-features/package-objects.html">Toplevel definitions</a></td>
49+
<td>Implemented</td>
50+
</tr>
51+
<tr>
52+
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/export.html">Export clauses</a></td>
2953
<td>Implemented</td>
3054
</tr>
3155
<tr>
32-
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
56+
<td><a href="https://dotty.epfl.ch/docs/reference/changed-features/vararg-patterns.html">Vararg patterns</a></td>
3357
<td>Implemented</td>
3458
</tr>
3559
<tr>
36-
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/multiversal-equality.html">Multiversal equality</a></td>
60+
<td><a href="https://dotty.epfl.ch/docs/reference/other-new-features/creator-applications.html">Creator applications</a></td>
3761
<td>Implemented</td>
3862
</tr>
3963
<tr>
40-
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/query-types.html">Implicit function types</a></td>
64+
<td><a href="https://dotty.epfl.ch/docs/reference/singleton-types.html">Literal singleton types</a></td>
65+
<td>Implemented</td>
66+
</tr>
67+
<tr>
68+
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
69+
<td>Implemented</td>
70+
</tr>
71+
<tr>
72+
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
73+
<td>Implemented</td>
74+
</tr>
75+
<tr>
76+
<td><a href="http://dotty.epfl.ch/docs/reference/changed-features/pattern-matching.html">Option-less pattern matching</a></td>
77+
<td>Implemented</td>
78+
</tr>
79+
<tr>
80+
<td><a href="http://dotty.epfl.ch/docs/reference/contextual/multiversal-equality.html">Multiversal equality</a></td>
4181
<td>Implemented</td>
4282
</tr>
4383
<tr>
4484
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/erased-terms.html">Erased Terms</a></td>
45-
<td>In progress</td>
85+
<td>Implemented</td>
4686
</tr>
4787
<tr>
4888
<td><a href="https://github.com/dotty-linker/dotty">Auto-Specialization</a></td>
@@ -64,6 +104,10 @@ <h1 id="so-features">So, features?</h1>
64104
<td>Effects</td>
65105
<td>Considered</td>
66106
</tr>
107+
<tr>
108+
<td>and many more, check the <a href="http://dotty.epfl.ch/docs/reference/overview.html">overview page</a> for a comprehensive list</td>
109+
<td></td>
110+
</tr>
67111
</tbody>
68112
</table>
69113
</div>

0 commit comments

Comments
 (0)