You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
178
178
179
179
### Compiler
180
180
181
+
- ast: Remove dead `OperatorKind::BitNot` variant — `~x` is always parsed as `UnaryOperatorKind::BitNot` in a `PrefixUnaryExpression`; the binary enum variant was never produced by the AST builder ([#142])
181
182
- ast: Introduce `SimpleTypeKind` enum for primitive types, replacing string-based type matching ([#50])
182
183
- ast: Simplify Builder API to return `Arena` directly instead of using state machine pattern ([#50])
183
184
- ast: Add error collection in Builder with `collect_errors()` for better parse error reporting ([#50])
0 commit comments