-
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
rustdoc: include impl generics / self in search index #96652
Conversation
Some changes occurred in cc @camelid |
r? @CraftSpider (rust-highfive has picked a reviewer for you, use r? to override) |
cc #92339 Does this PR cover that one? I've been meaning to finish it but haven't gotten to it, so I'd be happy to be able to close it since it's been sitting for so long. |
No, this PR does not address |
r? @camelid |
☔ The latest upstream changes (presumably #97239) made this pull request unmergeable. Please resolve the merge conflicts. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #97365) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some general feedback about code architecture, but unfortunately I don't think I understand the search index well enough to review this.
Looks good to me apart comments from @camelid. :) |
I agree that these aren’t great, so to actually fix them, I’m going to need to change how the |
Is it ready for a final review? |
Yeah, I think so. |
Thanks! @bors: r+ rollup=iffy |
📌 Commit 718269a has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0acc4a3): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
visiting for weekly performance triage.
This regressed doc-generation for a few primary benchmarks, but I think that might be a inherent cost of a change like this. I'm going to mark it as triaged based on that assumption. @rustbot label: perf-regression-triaged |
It's expected because it increases the size of the search index because we add information into it. |
Fixes #92205