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

rustc: Remove support for int/uint #23741

Merged
merged 2 commits into from
Mar 28, 2015
Merged

Conversation

alexcrichton
Copy link
Member

This commit removes all parsing, resolve, and compiler support for the old and
long-deprecated int/uint types.

This commit removes all parsing, resolve, and compiler support for the old and
long-deprecated int/uint types.
@rust-highfive
Copy link
Collaborator

r? @pcwalton

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

@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned pcwalton Mar 26, 2015
@alexcrichton alexcrichton force-pushed the remove-int-uint branch 5 times, most recently from f0a08de to 6cb5da0 Compare March 26, 2015 19:05
Now that support has been removed, all lingering use cases are renamed.
@aturon
Copy link
Member

aturon commented Mar 26, 2015

@bors: r+ 43bfaa4

Thanks for doing this!

@tshepang
Copy link
Member

How is it that these didn't emit warnings when Rust was built?

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 26, 2015
 This commit removes all parsing, resolve, and compiler support for the old and
long-deprecated int/uint types.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 27, 2015
Conflicts:
	src/librustc/middle/ty.rs
	src/librustc_trans/trans/adt.rs
	src/librustc_typeck/check/mod.rs
	src/libserialize/json.rs
	src/test/run-pass/spawn-fn.rs
@bors bors merged commit 43bfaa4 into rust-lang:master Mar 28, 2015
@alexcrichton alexcrichton deleted the remove-int-uint branch March 28, 2015 02:05
@richo
Copy link
Contributor

richo commented Mar 28, 2015

\o/

On Friday, March 27, 2015, bors [email protected] wrote:

Merged #23741 #23741.


Reply to this email directly or view it on GitHub
#23741 (comment).

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.

7 participants