-
Notifications
You must be signed in to change notification settings - Fork 13k
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 12 pull requests #104836
Rollup of 12 pull requests #104836
Conversation
Also do some minor cleanup to insertion of those field names
By using `display: flex`, we still get the never-wrapping layout with `#crate-search-div` maxing out and truncating its text. The title itself winds up always filling its parent, but since `#crate-search` doesn't have `flex-grow` set, it won't fill available space.
…r=petrochenkov Use node_ty_opt to avoid ICE in visit_ty Fixes rust-lang#104513
Allow power10-vector feature in PowerPC Note that we don't have `power10-altivec`: https://github.com/llvm/llvm-project/blob/57fd7ffefffae313de800fecdd9f095a17bfd4ea/llvm/lib/Target/PowerPC/PPC.td#L277-L280
move 2 candidates into builtin candidate having separate candidates for these isn't too helpful i think r? types
resolve: Don't use constructor def ids in the map for field names Also do some minor cleanup to insertion of those field names. Addresses a FIXME left in rust-lang#103578.
OpaqueCast projections are always overlapping, they can't possibly be disjoint r? `@lcnr`
…itespace, r=thomcc Document split{_ascii,}_whitespace() for empty strings doc change only
… r=oli-obk make `error_reported` check for delayed bugs Fixes rust-lang#104768 `error_reported()` was only checking if there were errors emitted, not for `delay_bug`s which can also be a source of `ErrorGuaranteed`. I assume the same is true of `lint_err_count` but i dont know
…nkfelix Bump the const eval step limit fixes rust-lang#103814 rust-lang#103877 has too much of an impact to beta backport. So let's just increase the limit, avoiding the immediate breakage. r? `@pnkfelix`
…itle-display, r=GuillaumeGomez rustdoc: simplify `.search-results-title` CSS By using `display: flex`, we still get the never-wrapping layout with `#crate-search-div` maxing out and truncating its text. The title itself winds up always filling its parent, but since `#crate-search` doesn't have `flex-grow` set, it won't fill available space.
…04397, r=oli-obk lint: do not warn unused parens around higher-ranked function pointers Fixes rust-lang#104397
…tion_type, r=jackh726 Remove normalize_projection_type r? `@lcnr`
…ith_query_mode, r=lcnr with_query_mode -> new r? ``@lcnr``
@bors r+ rollup=never p=12 |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #104321) made this pull request unmergeable. Please resolve the merge conflicts. |
Successful merges:
error_reported
check for delayed bugs #104780 (makeerror_reported
check for delayed bugs).search-results-title
CSS #104792 (rustdoc: simplify.search-results-title
CSS)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup