-
Couldn't load subscription status.
- Fork 13.9k
[stable] Prepare Rust 1.91.0 release #148179
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
base: stable
Are you sure you want to change the base?
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)
|
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. |
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup=never p=1000 |
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
|
|
Commit e10fc25, Further revert |
|
@bors r+ |
[stable] Prepare Rust 1.91.0 release - [beta-1.91] Add more context to the temporary lifetime extension FCW #148174 - rustdoc-search: JavaScript optimization based on Firefox Profiler output #146484 - rustdoc-search: use the same ID for entry and path to same item #147045 - rustdoc-search: stringdex update with more packing #147002 - rustdoc-search: stringdex 0.0.2 #147660 - [beta] Clippy beta backport #148029 - 1.91.0 release notes #148013 r? cuviper
r? cuviper