Skip to content

Add u128 and i128 tokens #339

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

Merged
merged 3 commits into from
Jun 3, 2018
Merged

Conversation

markmmm
Copy link
Contributor

@markmmm markmmm commented May 17, 2018

Additionally all other tokens were sorted u.. first, then i.. - so I re-ordered usize & isize to conform

markmmm added 2 commits May 17, 2018 21:41
Additionally all other tokens were sorted `u..` first, then `i..` - so I re-ordered `usize` & `isize` to conform
Also sorted `usize` & `isize` to match the sorting of other literals.
@markmmm
Copy link
Contributor Author

markmmm commented Jun 3, 2018

Somebody beat this commit to add u128 & i128 :) . After merging from master - there is only the order change of isize & usize to match the other types left in this commit.

@Havvy Havvy merged commit 3d4ac84 into rust-lang:master Jun 3, 2018
@Havvy
Copy link
Contributor

Havvy commented Jun 3, 2018

💟 That was bstrie. Both of your PRs were pretty close to each other, but their's were the one I was looking at first...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants