[stable] Prepare Rust 1.91.0 release#148179
Merged
bors merged 9 commits intorust-lang:stablefrom Oct 27, 2025
Merged
Conversation
Mention in the FCW that the lifetime extension behavior was wrong since 1.88/1.89.
This commit is a mirrored change from stringdex that makes `at()` not always return a promise, which is fine because we can still `await` it. (cherry picked from commit 43d45ef)
This avoids blocking on these lookups, so name-based searches return results more quickly. (cherry picked from commit 277e845)
This decreases the size of the compiler-doc from 57MiB to 56MiB. (cherry picked from commit b9037f9)
(cherry picked from commit 9dce3e8)
Before:
18M build/x86_64-unknown-linux-gnu/doc/search.index/
57M build/x86_64-unknown-linux-gnu/compiler-doc/search.index/
After:
16M build/x86_64-unknown-linux-gnu/doc/search.index/
49M build/x86_64-unknown-linux-gnu/compiler-doc/search.index/
(cherry picked from commit 5bec161)
Two index format tweaks that reduce the size of the standard library, compiler, and wordnet dictionary when I test it. (cherry picked from commit fdeb363)
Collaborator
|
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha, @lolbinarycat These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
Collaborator
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
Member
Author
|
@bors r+ rollup=never p=1000 |
Collaborator
This comment has been minimized.
This comment has been minimized.
…5660) Fixes rust-lang/rust-clippy#15657 changelog: [`len_zero`]: fix ICE when `fn len` has a return type without generic type params
Collaborator
|
Member
Author
|
Commit e10fc25, Further revert |
Member
Author
|
@bors r+ |
Collaborator
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
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.
r? cuviper