Skip to content

Cleanup serialize #19980

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 2 commits into from
Dec 22, 2014
Merged

Cleanup serialize #19980

merged 2 commits into from
Dec 22, 2014

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Dec 18, 2014

This brings over some changes from rustc-serialize. It makes sense to keep the two in sync until we finally remove libserialize, just to make sure they don't diverge from each other.

check_encoder_for_simple!('\U0010ffff', "\"\U0010ffff\"");
check_encoder_for_simple!('\u{00a0}', "\"\u{00a0}\"");
check_encoder_for_simple!('\u{abcd}', "\"\u{abcd}\"");
check_encoder_for_simple!('\u{10ffff}', "\"\u{10ffff}\"");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already done in #19974

bors added a commit that referenced this pull request Dec 19, 2014
Cleanup serialize

Reviewed-by: alexcrichton
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 21, 2014
This brings over some changes from [rustc-serialize](https://github.com/rust-lang/rustc-serialize). It makes sense to keep the two in sync until we finally remove libserialize, just to make sure they don't diverge from each other.
@bors bors merged commit d729c96 into rust-lang:master Dec 22, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Jun 16, 2025
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
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