-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
is_fp and is_floating_point do the same thing, remove the former #61688
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
@bors try |
is_fp and is_floating_point do the same thing, remove the former also consistently mark all these `is_*` methods for inlining
☀️ Try build successful - checks-travis |
@rust-timer build 59c2273 |
Success: Queued 59c2273 with parent 07c3967, comparison URL. |
Finished benchmarking try commit 59c2273, comparison URL. |
Looks like no change? |
Yeah; just noise... |
@bors r+ |
📌 Commit 5b54a78 has been approved by |
is_fp and is_floating_point do the same thing, remove the former also consistently mark all these `is_*` methods for inlining
@bors r- conflict. |
☔ The latest upstream changes (presumably #61673) made this pull request unmergeable. Please resolve the merge conflicts. |
also consistently mark all these is_* methods for inlining
5b54a78
to
87d5fe0
Compare
Rebased locally (without conflicts). @bors r= cramertj rollup |
📌 Commit 87d5fe0 has been approved by `` |
@bors r=cramertj rollup |
📌 Commit 87d5fe0 has been approved by |
is_fp and is_floating_point do the same thing, remove the former also consistently mark all these `is_*` methods for inlining
Rollup of 9 pull requests Successful merges: - #60187 (Generator optimization: Overlap locals that never have storage live at the same time) - #61348 (Implement Clone::clone_from for Option and Result) - #61568 (Use Symbol, Span in libfmt_macros) - #61632 (ci: Collect CPU usage statistics on Azure) - #61654 (use pattern matching for slices destructuring) - #61671 (implement nth_back for Range(Inclusive)) - #61688 (is_fp and is_floating_point do the same thing, remove the former) - #61705 (Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS) - #61734 (Migrate rust-by-example to MdBook2) Failed merges: r? @ghost
also consistently mark all these
is_*
methods for inlining