-
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 5 pull requests #90631
Rollup of 5 pull requests #90631
Conversation
We translate `i686` to `x86` which means tests marked as `only-i686` never ran. Update those tests to use `only-x86`.
…dtolnay Reorder `widening_impl`s to make the doc clearer Fixes rust-lang#88736 This moves `{widening,carrying}_mul`s to the bottom to place consts on the top.
…Mark-Simulacrum Fix tests using `only-i686` to use the correct `only-x86` directive We translate `i686` to `x86` which means tests marked as `only-i686` never ran. Update those tests to use `only-x86`. We parse the `only-` architecture directive here https://github.com/rust-lang/rust/blob/27143a9094b55a00d5f440b05b0cb4233b300d33/src/tools/compiletest/src/util.rs#L160-L168 and we translate `i686` to `x86` here https://github.com/rust-lang/rust/blob/27143a9094b55a00d5f440b05b0cb4233b300d33/src/tools/compiletest/src/util.rs#L56
…iser Warn for variables that are no longer captured r? `@wesleywiser` cc `@rust-lang/wg-rfc-2229` Fixes rust-lang#90465
Remove more checks for LLVM < 12 We already updated the minimum to 12 in rust-lang#90175, but we missed a few `get_version()` checks.
…n514 Properly register text_direction_codepoint_in_comment lint. This makes it known to the compiler so it can be configured like with `#![allow(text_direction_codepoint_in_comment)]`. Fixes rust-lang#90614.
@bors r+ p=5 rollup=never |
📌 Commit f5f6f73 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d32993a): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
widening_impl
s to make the doc clearer #89942 (Reorderwidening_impl
s to make the doc clearer)only-i686
to use the correctonly-x86
directive #90569 (Fix tests usingonly-i686
to use the correctonly-x86
directive)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup