-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 2 pull requests #113057
Rollup of 2 pull requests #113057
Conversation
since DrainFilter no longer continues draining when it's dropped the panic tracking is no longer needed.
…hnTitor remove unused field Followup to rust-lang#104455. The field is no longer needed since ExtractIf (previously DrainFilter) doesn't keep draining in its drop impl.
…aumeGomez rustdoc: render generic params & where-clauses of cross-crate assoc tys in impls We used to only ever render generic parameters & where-clauses of cross-crate associated types when the item was located inside of a trait and we used to just drop them when it was inside of an impl block (trait or inherent). Fixes rust-lang#112904. `@rustbot` label A-cross-crate-reexports
@bors r+ rollup=never p=2 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 6f8c27ae89 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (36fb58e): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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.
CyclesResultsThis 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 663.81s -> 662.919s (-0.13%) |
Huh, weird, master now includes the commits found in this rollup but none of three PRs are marked as merged (rollup PR + the containing 2 PRs) and they are now marked as conflicting. Asking T-infra on Zulip... |
Re perf regression: I've fixed a correctness bug in rustdoc with the most straightforward solution. We are now doing more work per associated type to gather the necessary data. It's unclear to me if there's a simple way to boost the perf. Not sure if that suffices as an explanation. Hence not adding the triaged label. |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup