-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add 128-bit ints to ch3 #1230
Add 128-bit ints to ch3 #1230
Conversation
New features need to go in https://github.com/rust-lang/book/blob/master/second-edition/src/appendix-06-newest-features.md, could you put this there please? Thank you! |
@steveklabnik in addition to, or in stead of the changes I have here? |
Instead.
… On Mar 18, 2018, at 2:09 PM, Who? Me?! ***@***.***> wrote:
@steveklabnik in addition to, or in stead of the changes I have here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@steveklabnik Thanks! Done. Let me know if you want me to squash... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Don't worry about the squash, it's fine.
Gah, would you mind adding |
@steveklabnik Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!
Stabilize 128-bit integers 🎉 cc rust-lang#35118 EDIT: This should be merged only after the following have been merged: - [x] rust-lang/compiler-builtins#236 - [x] rust-lang/book#1230
Stabilize 128-bit integers 🎉 cc #35118 EDIT: This should be merged only after the following have been merged: - [x] rust-lang/compiler-builtins#236 - [x] rust-lang/book#1230
128-bit ints are being stabilized.
cc rust-lang/rust#35118