-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[move-compiler-v2] add parser code for lambda types #14792
Commits on Dec 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d39bbbf - Browse repository at this point
Copy the full SHA d39bbbfView commit details -
fix issue with expected_type and curry construction with local variab…
…le of function type
Configuration menu - View commit details
-
Copy full SHA for 9447812 - Browse repository at this point
Copy the full SHA 9447812View commit details -
undo some debugging tweaks to type printing that increased diff size …
…unnecessarily; avoid generating errors/warnings about default Loc
Configuration menu - View commit details
-
Copy full SHA for 889d1f9 - Browse repository at this point
Copy the full SHA 889d1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48129ae - Browse repository at this point
Copy the full SHA 48129aeView commit details -
inverted mask sense, changed Curry expr to Operation::Bind, MoveFunct…
…ionExpr to Value::Function, got things mostly back in shape
Configuration menu - View commit details
-
Copy full SHA for 9646e96 - Browse repository at this point
Copy the full SHA 9646e96View commit details -
fix a merge conflict that duplicated code, and check bound variables …
…for abilities in lambda_lifter.rs
Configuration menu - View commit details
-
Copy full SHA for 54f85e8 - Browse repository at this point
Copy the full SHA 54f85e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a4baa - Browse repository at this point
Copy the full SHA f5a4baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 239e6e1 - Browse repository at this point
Copy the full SHA 239e6e1View commit details -
add
AbilitySet::MAXIMAL_FUNCTIONS
and use it in some function type ……constraints to avoid reducing set of function type abilities when unifying types
Configuration menu - View commit details
-
Copy full SHA for 744b79d - Browse repository at this point
Copy the full SHA 744b79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13dd2e0 - Browse repository at this point
Copy the full SHA 13dd2e0View commit details -
rename Bind to EarlyBind and remove mask in favor of just being able …
…to bind leading arguments
Configuration menu - View commit details
-
Copy full SHA for 386486c - Browse repository at this point
Copy the full SHA 386486cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbc396 - Browse repository at this point
Copy the full SHA 9bbc396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0e9f0 - Browse repository at this point
Copy the full SHA 5c0e9f0View commit details -
suppress
drop
ability in function types, since it's common; fix par……ser location on `||`
Configuration menu - View commit details
-
Copy full SHA for 2fd0d13 - Browse repository at this point
Copy the full SHA 2fd0d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd922b - Browse repository at this point
Copy the full SHA 6bd922bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c8c47 - Browse repository at this point
Copy the full SHA f9c8c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf9a1a - Browse repository at this point
Copy the full SHA 4cf9a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc1956 - Browse repository at this point
Copy the full SHA 3fc1956View commit details