-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 4 pull requests #94695
Rollup of 4 pull requests #94695
Conversation
Remove ordering traits from `rustc_span::hygiene::LocalExpnId` Part of work on rust-lang#90317. Also adds a negative impl block as a form of documentation and a roadblock to regression.
interpret: move saturating_add/sub into (pub) helper method I plan to use them for `simd_saturating_add/sub`. The first commit just moves code, the 2nd simplifies it a bit with some helper methods that did not exist yet when the code was originally written.
…y-predicate-check, r=oli-obk Erase regions when checking for missing Copy predicates Fixes rust-lang#94662
@bors r+ rollup=never p=4 |
📌 Commit c0c452b has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d137c3a): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
rustc_span::hygiene::LocalExpnId
#94614 (Remove ordering traits fromrustc_span::hygiene::LocalExpnId
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup