@@ -9,40 +9,80 @@ <h1 id="so-features">So, features?</h1>
9
9
</ colgroup >
10
10
< tbody >
11
11
< 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 >
13
13
< td > Implemented</ td >
14
14
</ tr >
15
15
< 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 >
17
17
< td > Implemented</ td >
18
18
</ tr >
19
19
< 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 >
21
21
< td > Implemented</ td >
22
22
</ tr >
23
23
< 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 >
25
25
< td > Implemented</ td >
26
26
</ tr >
27
27
< 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 >
29
53
< td > Implemented</ td >
30
54
</ tr >
31
55
< 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 >
33
57
< td > Implemented</ td >
34
58
</ tr >
35
59
< 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 >
37
61
< td > Implemented</ td >
38
62
</ tr >
39
63
< 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 >
41
81
< td > Implemented</ td >
42
82
</ tr >
43
83
< tr >
44
84
< 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 >
46
86
</ tr >
47
87
< tr >
48
88
< td > < a href ="https://github.com/dotty-linker/dotty "> Auto-Specialization</ a > </ td >
@@ -64,6 +104,10 @@ <h1 id="so-features">So, features?</h1>
64
104
< td > Effects</ td >
65
105
< td > Considered</ td >
66
106
</ 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 >
67
111
</ tbody >
68
112
</ table >
69
113
</ div >
0 commit comments