Uh oh!
There was an error while loading. Please reload this page.
rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes - #92608
Conversation
Uh oh!
There was an error while loading. Please reload this page.
jyn514
commented
Jan 6, 2022
I'm on vacation for a while. r? rust-lang/rustdoc |
jyn514
commented
Jan 6, 2022
cc @CraftSpider |
CraftSpider
commented
Jan 6, 2022
I'll try to review this tonight once I'm out of work |
CraftSpider
left a comment
There was a problem hiding this comment.
Looks good to me overall, just have a couple questions before I feel comfortable approving this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
…c link resolution and later passes
CraftSpider
commented
Jan 8, 2022
Thanks for the changes and comments, looks good |
bors
commented
Jan 8, 2022
📌 Commit 5acd1f9 has been approved by |
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#92055 (Add release notes for 1.58) - rust-lang#92490 (Move crate drop-down to search results page) - rust-lang#92510 (Don't resolve blocks in foreign functions) - rust-lang#92573 (expand: Refactor InvocationCollector visitor for better code reuse) - rust-lang#92608 (rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes) - rust-lang#92657 (Implemented const casts of raw pointers) - rust-lang#92671 (Make `Atomic*::from_mut` return `&mut Atomic*`) - rust-lang#92673 (Remove useless collapse toggle on "all items" page) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The refactoring parts of #88679, shouldn't cause any slowdowns.
r? @jyn514