Skip to content
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

Don't look for blanket impls in intra-doc links #79682

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Dec 4, 2020

This never worked and has been causing severe performance problems.
Hopefully it will be re-landed at some point in the future when it
actually works, but in the meantime it makes no sense to have the code
around when it does nothing and actively makes rustdoc harder to use.

Closes #78761. Does not affect #78800.

r? @Manishearth
cc @seeplusplus

@jyn514 jyn514 added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name labels Dec 4, 2020
@rust-highfive

This comment has been minimized.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 4, 2020
@jyn514 jyn514 added the I-compiletime Issue: Problems and improvements with respect to compile times. label Dec 4, 2020
@jyn514
Copy link
Member Author

jyn514 commented Dec 4, 2020

I'm testing locally that this actually improves the compile times for #78761.

@jyn514
Copy link
Member Author

jyn514 commented Dec 4, 2020

Yup, this brought intra-doc links down to only 1.5 seconds 🎉 (down from 90 seconds).

@bors

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Dec 15, 2020

☔ The latest upstream changes (presumably #80044) made this pull request unmergeable. Please resolve the merge conflicts.

Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:

@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author

This never worked and has been causing severe performance problems.
Hopefully it will be re-landed at some point in the future when it
actually works, but in the meantime it makes no sense to have the code
around when it does nothing and actively makes rustdoc harder to use.
@jyn514
Copy link
Member Author

jyn514 commented Dec 15, 2020

@bors r=Manishearth,GuillaumeGomez

@bors
Copy link
Contributor

bors commented Dec 15, 2020

📌 Commit 6580f11 has been approved by Manishearth,GuillaumeGomez

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 15, 2020
@bors
Copy link
Contributor

bors commented Dec 16, 2020

⌛ Testing commit 6580f11 with merge 268cbfe...

@bors
Copy link
Contributor

bors commented Dec 16, 2020

☀️ Test successful - checks-actions
Approved by: Manishearth,GuillaumeGomez
Pushing 268cbfe to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 16, 2020
@bors bors merged commit 268cbfe into rust-lang:master Dec 16, 2020
@rustbot rustbot added this to the 1.50.0 milestone Dec 16, 2020
@jyn514 jyn514 deleted the no-blanket-impls branch December 16, 2020 13:10
@jyn514 jyn514 added the relnotes-perf Performance improvements that should be mentioned in the release notes label Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name I-compiletime Issue: Problems and improvements with respect to compile times. merged-by-bors This PR was explicitly merged by bors. relnotes-perf Performance improvements that should be mentioned in the release notes S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Almost half the time rustdoc spends on stm32h7xx-hal is in intra-doc links
7 participants