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

Remove or hide deprecated unstable SipHasher{13,24} #49108

Merged
merged 2 commits into from
Mar 19, 2018

Conversation

SimonSapin
Copy link
Contributor

Deprecated since Rust 1.13.0.

It is still used by the deprecated *stable* `SipHasher` type.
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @TimNN (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 17, 2018
…ashMap.

It stays in libcore rather than being private in HashMap’s module
because it shares code with the deprecated *stable* `SipHasher` type.
@Centril Centril added the relnotes Marks issues that should be documented in the release notes of the next release. label Mar 18, 2018
@TimNN
Copy link
Contributor

TimNN commented Mar 18, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Mar 18, 2018

📌 Commit 89ecb0d has been approved by TimNN

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 18, 2018
@bors
Copy link
Contributor

bors commented Mar 19, 2018

⌛ Testing commit 89ecb0d with merge aafe7d8...

bors added a commit that referenced this pull request Mar 19, 2018
Remove or hide deprecated unstable SipHasher{13,24}

Deprecated since Rust 1.13.0.
@SimonSapin SimonSapin added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Mar 19, 2018
@bors
Copy link
Contributor

bors commented Mar 19, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: TimNN
Pushing aafe7d8 to master...

@bors bors merged commit 89ecb0d into rust-lang:master Mar 19, 2018
@SimonSapin SimonSapin deleted the sip branch March 30, 2018 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants