From b45468e5506320a33cbb3f9d14c1b8d50a44e69e Mon Sep 17 00:00:00 2001 From: soc Date: Fri, 18 Aug 2023 16:55:34 +0000 Subject: [PATCH] update changes --- changes.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/changes.html b/changes.html index 2676eec..78dec6f 100644 --- a/changes.html +++ b/changes.html @@ -24,22 +24,28 @@ operator =>
keyword match
+ catch-all branch _
+ wip operator ::
+ wip enums and the keyword enum
changed - catch-all _ branch with else
keyword struct to value
- wip keyword enum to union
added unified condition expressions
+ intrinsics for total order comparison of floats on arm64
+ Int64#reverseBytes, Int64#reverseBits
+ Int32#reverseBytes, Int32#reverseBits, Int32#asInt64
wip keyword is
wip semicolon inference
+ wip RiscV backend
+ wip unions and the keyword union
@@ -79,7 +85,7 @@ unified condition expressions
var as a replacement for let mut
implementation of trait Hash for String
- intrinsics for total order comparison on floats
+ intrinsics for total order comparison for floats on x64
higher-order functions to classes Array and List
higher-order functions to enums Option and Result
implementations of traits Equals, Hash, Stringable to enums Option and Result @@ -95,7 +101,7 @@ annotation processing
precedence of operator &
- name of panicking methods in Option and Result
+ names of panicking methods in Option and Result