Resolve documentation links in rustc and store the results in metadata#94857
Resolve documentation links in rustc and store the results in metadata#94857bors merged 3 commits intorust-lang:masterfrom
Conversation
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
|
⌛ Trying commit 2cf9c82db92b289f797a3639fa66646a7f7f7c59 with merge 4ba03cc378a00f3aa7982e3b28bf1be1ee8b5bb1... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
jyn514
left a comment
There was a problem hiding this comment.
This is awesome ❤️ thank you so much for pushing this through.
|
@jyn514 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
|
⌛ Trying commit a212f3f85fc2474fce8a7c6cf94f577a9a3cf558 with merge aa6d1b03317847cb190fc37c0d4674bf18f3a192... |
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
|
10 days since rust-lang/compiler-team#584 (comment) has passed. |
|
⌛ Testing commit da4ce6b with merge f62035c6ee2f0da5b333bc92b4a26511557557ad... |
This comment was marked as resolved.
This comment was marked as resolved.
|
@bors retry msvc PGO: error: no profile can be merged |
This comment was marked as resolved.
This comment was marked as resolved.
|
⌛ Testing commit da4ce6b with merge 9bc50985a9890937eb5cab7ba53a63c1d85eb336... |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (5b45024): comparison URL. Overall result: ❌✅ regressions and improvements - 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.
|
This PR implements MCP rust-lang/compiler-team#584.
Doc links are now resolved in rustc and stored into metadata, so rustdoc simply retrieves them through a query (local or extern),
Code that is no longer used is removed, and some code that no longer needs to be public is privatized.
The removed code includes resolver cloning, so this PR fixes #83761.