Standard library
- Fix
Enum.from_value?
for flag enum with nonInt32
base type. (#10303, thanks @straight-shoota)
Text
Collections
- Explicitly return a
Hash
inHash#dup
andHash#clone
(reverts #9871). (#10331, thanks @straight-shoota)
Serialization
Runtime
Compiler
- (performance) Initialize right-away constants in a separate function. (#10334, thanks @asterite)
- Fix incorrect casting between different union types. (#10333, thanks @asterite)
- Fix a formatting error in the "missing argument" error. (#10325, thanks @BlobCodes)
- Fix while condition assignment check for Not. (#10347, thanks @asterite)
- Allow operators and setters-like macros names back. (#10338, thanks @asterite)