rustdoc: fix bugs with search aliases and merging#149700
Merged
bors merged 4 commits intorust-lang:mainfrom Dec 7, 2025
Merged
rustdoc: fix bugs with search aliases and merging#149700bors merged 4 commits intorust-lang:mainfrom
bors merged 4 commits intorust-lang:mainfrom
Conversation
Also mentioned, as a perf problem, in <rust-lang/cargo#16309 (comment)>
4 tasks
GuillaumeGomez
approved these changes
Dec 6, 2025
Member
|
Thanks! @bors r+ rollup |
Collaborator
Member
|
Tested and this PR eliminates the ICE I spotted in rust-lang/cargo#16309 (comment). Thanks! |
bors
added a commit
that referenced
this pull request
Dec 6, 2025
Rollup of 5 pull requests Successful merges: - #149659 (Look for typos when reporting an unknown nightly feature) - #149699 (Implement `Vec::from_fn`) - #149700 (rustdoc: fix bugs with search aliases and merging) - #149713 (Update windows-gnullvm platform support doc) - #149716 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Dec 7, 2025
Rollup merge of #149700 - notriddle:alias-loading, r=GuillaumeGomez rustdoc: fix bugs with search aliases and merging These bugs cause a crash and a perf problem with aliases, caused by loading the search index when it's not expected. cc `@weihanglo` r? `@GuillaumeGomez`
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Dec 11, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature) - rust-lang/rust#149699 (Implement `Vec::from_fn`) - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging) - rust-lang/rust#149713 (Update windows-gnullvm platform support doc) - rust-lang/rust#149716 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
7 tasks
makai410
pushed a commit
to makai410/rustc_public
that referenced
this pull request
Dec 16, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature) - rust-lang/rust#149699 (Implement `Vec::from_fn`) - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging) - rust-lang/rust#149713 (Update windows-gnullvm platform support doc) - rust-lang/rust#149716 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
makai410
pushed a commit
to makai410/rust
that referenced
this pull request
Dec 16, 2025
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#149659 (Look for typos when reporting an unknown nightly feature) - rust-lang#149699 (Implement `Vec::from_fn`) - rust-lang#149700 (rustdoc: fix bugs with search aliases and merging) - rust-lang#149713 (Update windows-gnullvm platform support doc) - rust-lang#149716 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These bugs cause a crash and a perf problem with aliases, caused by loading the search index when it's not expected.
cc @weihanglo
r? @GuillaumeGomez