-
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
Rollup of 11 pull requests #104845
Rollup of 11 pull requests #104845
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
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=11 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: b3bc6bf312 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (65a6e22): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
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:
Fn
trait selection #104841 (Assert that we don't capture escaping bound vars inFn
trait selection)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup