-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Avoiding unnecesary allocations at rustc_errors #76846
Conversation
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
rustc_errors/emitter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Could you squash the last commit that changes code style? |
Done, Thanks for your time!! |
Thanks for the contribution! @bors r+ |
📌 Commit 28cfa97 has been approved by |
Avoiding unnecesary allocations at rustc_errors Simplify the code avoiding allocations with easy alternative
Avoiding unnecesary allocations at rustc_errors Simplify the code avoiding allocations with easy alternative
Avoiding unnecesary allocations at rustc_errors Simplify the code avoiding allocations with easy alternative
Avoiding unnecesary allocations at rustc_errors Simplify the code avoiding allocations with easy alternative
Rollup of 13 pull requests Successful merges: - rust-lang#76135 (Stabilize some Option methods as const) - rust-lang#76628 (Add sample defaults for config.toml ) - rust-lang#76846 (Avoiding unnecesary allocations at rustc_errors) - rust-lang#76867 (Use intra-doc links in core/src/iter when possible) - rust-lang#76868 (Finish moving to intra doc links for std::sync) - rust-lang#76872 (Remove DeclareMethods) - rust-lang#76936 (Add non-`unsafe` `.get_mut()` for `Unsafecell`) - rust-lang#76958 (Replace manual as_nanos and as_secs_f64 reimplementations) - rust-lang#76959 (Replace write_fmt with write!) - rust-lang#76961 (Add test for issue rust-lang#34634) - rust-lang#76962 (Use const_cstr macro in consts.rs) - rust-lang#76963 (Remove unused static_assert macro) - rust-lang#77000 (update Miri) Failed merges: r? `@ghost`
Simplify the code avoiding allocations with easy alternative