Skip to content
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

Tracking issue for Rename int/uint to isize/usize (RFC 544) #20639

Closed
aturon opened this issue Jan 6, 2015 · 5 comments
Closed

Tracking issue for Rename int/uint to isize/usize (RFC 544) #20639

aturon opened this issue Jan 6, 2015 · 5 comments
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.

Comments

@aturon
Copy link
Member

aturon commented Jan 6, 2015

rust-lang/rfcs#544

Specifically, int and uint should be deprecated in favor of isize and usize.

@aturon aturon added A-libs B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. labels Jan 6, 2015
@aturon
Copy link
Member Author

aturon commented Jan 6, 2015

cc @cmr @CloudiDust

@pnkfelix
Copy link
Member

pnkfelix commented Jan 8, 2015

( @huonw has a branch with much of this implemented: https://github.com/huonw/rust/tree/int-feature ; I am currently trying to shepherd that branch into a landable state )

@steveklabnik
Copy link
Member

What actually closes this issue, is it when int/uint is totally gone?

@nagisa
Copy link
Member

nagisa commented Feb 15, 2015

We have another issue to audit our uses of int/uint in (at least in parts of) the code base. #22240

@aturon
Copy link
Member Author

aturon commented Feb 15, 2015

@steveklabnik I this we can declare this issue as done; as @nagisa, we're tracking the audit/API renaming elsewhere.

@aturon aturon closed this as completed Feb 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

No branches or pull requests

4 participants