-
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
base: main
Are you sure you want to change the base?
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea38cc7 - Browse repository at this point
Copy the full SHA ea38cc7View 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 90d3548 - Browse repository at this point
Copy the full SHA 90d3548View 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 9ce0775 - Browse repository at this point
Copy the full SHA 9ce0775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2446233 - Browse repository at this point
Copy the full SHA 2446233View 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 2f59a4c - Browse repository at this point
Copy the full SHA 2f59a4cView 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 c6e83a5 - Browse repository at this point
Copy the full SHA c6e83a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c67312 - Browse repository at this point
Copy the full SHA 3c67312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc7765 - Browse repository at this point
Copy the full SHA 6dc7765View 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 5af3659 - Browse repository at this point
Copy the full SHA 5af3659View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae478f0 - Browse repository at this point
Copy the full SHA ae478f0View 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 108536c - Browse repository at this point
Copy the full SHA 108536cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 982d07c - Browse repository at this point
Copy the full SHA 982d07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44baaf0 - Browse repository at this point
Copy the full SHA 44baaf0View 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 be0e6e8 - Browse repository at this point
Copy the full SHA be0e6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab1e7d - Browse repository at this point
Copy the full SHA bab1e7dView commit details