Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Oct 10, 2023
1 parent 2ddee70 commit b45468e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,28 @@
<td>
operator <code>=></code><br>
keyword <code>match</code><br>
catch-all branch <code>_</code><br>
<span class="label">wip</span> operator <code>::</code><br>
<span class="label">wip</span> enums and the keyword <code>enum</code><br>
</td>
</tr>
<tr>
<td>changed</td>
<td>
catch-all <code>_</code> branch with <code>else</code><br>
keyword <code>struct</code> to <code>value</code><br>
<span class="label">wip</span> keyword <code>enum</code> to <code>union</code><br>
</td>
</tr>
<tr>
<td>added</td>
<td>
unified condition expressions<br>
intrinsics for total order comparison of floats on arm64<br>
<code>Int64#reverseBytes</code>, <code>Int64#reverseBits</code><br>
<code>Int32#reverseBytes</code>, <code>Int32#reverseBits</code>, <code>Int32#asInt64</code><br>
<span class="label">wip</span> keyword <code>is</code><br>
<span class="label">wip</span> semicolon inference<br>
<span class="label">wip</span> RiscV backend<br>
<span class="label">wip</span> unions and the keyword <code>union</code><br>
</td>
</tr>
</table>
Expand Down Expand Up @@ -79,7 +85,7 @@
unified condition expressions<br>
<code>var</code> as a replacement for <code>let mut</code><br>
implementation of <code>trait Hash</code> for <code>String</code><br>
intrinsics for total order comparison on floats<br>
intrinsics for total order comparison for floats on x64<br>
higher-order functions to classes <code>Array</code> and <code>List</code><br>
higher-order functions to enums <code>Option</code> and <code>Result</code><br>
implementations of traits <code>Equals</code>, <code>Hash</code>, <code>Stringable</code> to enums <code>Option</code> and <code>Result</code>
Expand All @@ -95,7 +101,7 @@
<td>
annotation processing<br>
precedence of operator <code>&</code><br>
name of panicking methods in <code>Option</code> and <code>Result</code><br>
names of panicking methods in <code>Option</code> and <code>Result</code><br>
</td>
</tr>
<tr>
Expand Down

0 comments on commit b45468e

Please sign in to comment.