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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ It currently implements:
17
17
- HIR type and field tables for class/struct/resource declarations and handle fields
18
18
- HIR constructor signatures derived from declared type fields
19
19
- HIR call-site facts with resolved builtin, user function, constructor, enum variant, and unknown callees
20
+
- HIR body binding facts for parameters, managed lets, local lets, and best-effort initial value types
20
21
- AST-driven mode and call checks for local-only features, named arguments, data effects, and retaining APIs
21
22
- AST-driven body checks for local moves, early-exit-aware `fresh` returns, resource escape, resolved handle-field `take`, and managed closure captures
22
23
- Focused check modules for mode, calls, body semantics, and forbidden operator behavior
0 commit comments