Skip to content

libcore, libstd: Add isize, usize modules, deprecate int, uint modules #20708

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
Jan 8, 2015

Conversation

aturon
Copy link
Member

@aturon aturon commented Jan 7, 2015

This PR introduces isize and usize modules to core and std, and deprecates the existing int and uint modules. The rustdoc primitive type links now point to these new modules.

Due to deprecation this is a:

[breaking-change]

alexcrichton and others added 2 commits January 7, 2015 10:27
This PR introduces `isize` and `usize` modules to `core` and `std`, and
deprecates the existing `int` and `uint` modules. The rustdoc primitive
type links now point to these new modules.

Due to deprecation this is a:

[breaking-change]
@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@aturon
Copy link
Member Author

aturon commented Jan 7, 2015

@alexcrichton Note: includes snapshot registration.

@alexcrichton
Copy link
Member

Er, r=me after a tidy failure regardless

cc @huonw you may be interested in the SNAP bits. @aturon feel free to just update the hash listed to those SNAP directives to the current snapshot.

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 8, 2015
Conflicts:
	src/libserialize/lib.rs
@bors bors merged commit 321d9dd into rust-lang:master Jan 8, 2015
alkor added a commit to alkor/rust-http that referenced this pull request Jan 11, 2015
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.

4 participants