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

Use stable wrappers in f32/f64::signum #61647

Merged
merged 1 commit into from
Jun 8, 2019

Conversation

JohnTitor
Copy link
Member

Fixes #61638

r? @Centril

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 8, 2019
@Centril
Copy link
Contributor

Centril commented Jun 8, 2019

Thanks! @bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 8, 2019

📌 Commit 43ab14e has been approved by Centril

@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 Jun 8, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 8, 2019
bors added a commit that referenced this pull request Jun 8, 2019
Rollup of 7 pull requests

Successful merges:

 - #61223 (Document tuple's Ord behavior as sequential)
 - #61615 (syntax: Treat error literals in more principled way)
 - #61616 (parser: Remove `Deref` impl from `Parser`)
 - #61621 (Clarify when we run steps with ONLY_HOSTS)
 - #61627 (Add regression test for #61452.)
 - #61641 (Revert "Make LocalAnalizer visitor iterate instead of recurse")
 - #61647 (Use stable wrappers in f32/f64::signum)

Failed merges:

r? @ghost
@bors bors merged commit 43ab14e into rust-lang:master Jun 8, 2019
@bors
Copy link
Contributor

bors commented Jun 8, 2019

⌛ Testing commit 43ab14e with merge 6312b89...

@JohnTitor JohnTitor deleted the use-stable-func branch June 8, 2019 09:08
@RalfJung
Copy link
Member

@rust-lang/infra why does bors call this PR "pending" at https://buildbot2.rust-lang.org/homu/queue/rust?

@pietroalbini
Copy link
Member

Because bors was redeployed and its internal state got messed up -- again. I'll hit synchronize once the current PR finishes testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unnecessary usage of intrinsics::copysignf32/64 in signum
6 participants