-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustdoc: Reduce allocations in a html::markdown
function
#95868
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Thanks! Let's check what the perf run says about it. @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 8e15b6c with merge 992769f7e91af5bdaaf425c07df6d056bf5e2771... |
☀️ Try build successful - checks-actions |
Queued 992769f7e91af5bdaaf425c07df6d056bf5e2771 with parent 341883d, future comparison URL. |
Finished benchmarking commit (992769f7e91af5bdaaf425c07df6d056bf5e2771): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Footnotes |
No relevant changes apparently so I guess it's good to go. @bors: r+ rollup |
📌 Commit 8e15b6c has been approved by |
It's actually more green, if you filter by |
Rollup of 7 pull requests Successful merges: - rust-lang#95566 (Avoid duplication of doc comments in `std::char` constants and functions) - rust-lang#95784 (Suggest replacing `typeof(...)` with an actual type) - rust-lang#95807 (Suggest adding a local for vector to fix borrowck errors) - rust-lang#95849 (Check for git submodules in non-git source tree.) - rust-lang#95852 (Fix missing space in lossy provenance cast lint) - rust-lang#95857 (Allow multiple derefs to be splitted in deref_separator) - rust-lang#95868 (rustdoc: Reduce allocations in a `html::markdown` function) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No description provided.