-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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 and swap operators #410
Comments
<- is in, but the typestate component doesn't exist yet. Receive is now |> but doesn't chain. |
Swap is implemented. |
Is there much left to do here, aside from "fix bugs as they occur"? |
Tim has implemented the typestate stuff. Otherwise I think it should be good? |
Heh. Ok. Want to fix those? |
Add support for Haiku x86 and x86_64 * Rework of original patches from Niels Sascha Reedijk that include style and build fixes for libc master
Document type layout of `str` rust-lang#410
* More non-strict type handling * Merge global constants
Add loongarch64 vendor conversions
Add operator <- for move semantics and operator <-> for in-place swapping. Essential components to making the unique ownership model work. Steal <- from send, turn operator send into |> and make it chain to the right.
The text was updated successfully, but these errors were encountered: