-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Rollup of 33 pull requests #145588
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 33 pull requests #145588
Conversation
Update "between" to "among" (more than two items), connect the "which" dependent clause to the independent part, and remove the redundant "here".
I was just looking at the specifics of how the parsing is handled here and I wasn't sure if the examples were incomplete or the grammar below was misleading. The grammar was correct so I figured I'd add these examples to clarify.
Fix adjacent code Fix duplicate warning; merge test into `tests/ui-fulldeps/internal-lints` Use `rustc_middle::ty::FnSig::inputs` Address two review comments - rust-lang#139345 (comment) - rust-lang#139345 (comment) Use `Instance::try_resolve` Import `rustc_middle::ty::Ty` as `Ty` rather than `MiddleTy` Simplify predicate handling Add more `#[allow(rustc::potential_query_instability)]` following rebase Remove two `#[allow(rustc::potential_query_instability)]` following rebase Address review comment Update compiler/rustc_lint/src/internal.rs Co-authored-by: lcnr <[email protected]>
PR 130999 added the file_lock feature, but doesn't included OpenBSD in the supported targets (Tier 3 platform), leading to a compilation error ("try_lock() not supported").
Let's do a try build due to the enormous size. @bors2 try |
Rollup of 33 pull requests
Note that the default try build doesn't run any tests and doesn't actually build much stuff, apart from what would already get built on PR CI. |
In that case, @bors2 try cancel What should be run instead? |
Try build cancelled. Cancelled workflows: |
After discussion on Zulip, @bors r+ rollup=never p=5 |
Rollup of 33 pull requests Successful merges: - #139345 (Extend `QueryStability` to handle `IntoIterator` implementations) - #140740 (Add `-Zindirect-branch-cs-prefix`) - #142079 (nll-relate: improve hr opaque types support) - #142938 (implement std::fs::set_permissions_nofollow on unix) - #144767 (Correct some grammar in integer documentation) - #144906 (Require approval from t-infra instead of t-release on tier bumps) - #144983 (Rehome 37 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`) - #145025 (run spellcheck as a tidy extra check in ci) - #145166 (suggest using `pub(crate)` for E0364) - #145255 (dec2flt: Provide more valid inputs examples) - #145306 (Add tracing to various miscellaneous functions) - #145336 (Hide docs for `core::unicode`) - #145429 (Couple of codegen_fn_attrs improvements) - #145452 (Do not strip binaries in bootstrap everytime if they are unchanged) - #145464 (Stabilize `const_pathbuf_osstring_new` feature) - #145474 (Properly recover from parenthesized use-bounds (precise capturing lists) plus small cleanups) - #145486 (Fix `unicode_data.rs` mention message) - #145493 (remove `should_render` in `PrintAttribute` derive) - #145505 (Simplify span caches) - #145510 (Visit and print async_fut local for async drop.) - #145511 (Rust build fails on OpenBSD after using file_lock feature) - #145532 (resolve: debug for block module) - #145533 (Reorder `lto` options from most to least optimizing) - #145537 (Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.) - #145538 (bufreader::Buffer::backshift: don't move the uninit bytes) - #145542 (triagebot: Don't warn no-mentions on subtree updates) - #145549 (Update rust maintainers in openharmony.md) - #145550 (Avoid using `()` in `derive(From)` output.) - #145556 (Allow stability attributes on extern crates) - #145560 (Remove unused `PartialOrd`/`Ord` from bootstrap) - #145568 (ignore frontmatters in `TokenStream::new`) - #145571 (remove myself from some adhoc-groups and pings) - #145576 (Add change tracker entry for `--timings`) r? `@ghost` `@rustbot` modify labels: rollup
💔 Test failed - checks-actions |
GitHub is once again refusing to show useful logs, so I'm going to assume that the GHA runners exploded again. @bors retry |
Looks like either msvc or mingw failed, judging from the status icons alone. Given that I agree it's reasonable to retry. |
Successful merges:
QueryStability
to handleIntoIterator
implementations #139345 (ExtendQueryStability
to handleIntoIterator
implementations)-Zindirect-branch-cs-prefix
#140740 (Add-Zindirect-branch-cs-prefix
)tests/ui/issues/
tests to other subdirectories undertests/ui/
#144983 (Rehome 37tests/ui/issues/
tests to other subdirectories undertests/ui/
)pub(crate)
for E0364 #145166 (suggest usingpub(crate)
for E0364)core::unicode
#145336 (Hide docs forcore::unicode
)const_pathbuf_osstring_new
feature #145464 (Stabilizeconst_pathbuf_osstring_new
feature)unicode_data.rs
mention message #145486 (Fixunicode_data.rs
mention message)should_render
inPrintAttribute
derive #145493 (removeshould_render
inPrintAttribute
derive)lto
options from most to least optimizing #145533 (Reorderlto
options from most to least optimizing)T: !Sized
candidate to satisfy aT: !MetaSized
obligation. #145537 (Do not consider aT: !Sized
candidate to satisfy aT: !MetaSized
obligation.)()
inderive(From)
output. #145550 (Avoid using()
inderive(From)
output.)PartialOrd
/Ord
from bootstrap #145560 (Remove unusedPartialOrd
/Ord
from bootstrap)TokenStream::new
#145568 (ignore frontmatters inTokenStream::new
)--timings
#145576 (Add change tracker entry for--timings
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup