-
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
Rollup of 4 pull requests #100644
Rollup of 4 pull requests #100644
Conversation
Signed-off-by: Miguel Guarniz <[email protected]>
Signed-off-by: Miguel Guarniz <[email protected]>
…tem, r=cjgillot Remove opt_remap_env_constness from rustc_query_impl 1st task off rust-lang#96524. r? `@cjgillot`
…thomcc Add `IpDisplayBuffer` helper struct. This removes the dependency on `std::io::Write` for implementing `Display`, allowing it to be moved to `core` as proposed in rust-lang/rfcs#2832.
…er-errors Use `merged_ty` method instead of rewriting it every time `merged_ty` [source code](https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_typeck/check/coercion.rs.html#1331-1333) is quite literally the same, so instead of rewriting it, makes more sense to use the method instead. r? `@compiler-errors`
…f, r=GuillaumeGomez rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>` Closes rust-lang#100531 r? `@GuillaumeGomez` `@rustbot` labels +A-rustdoc-json +T-rustdoc
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (86c6ebe): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
IpDisplayBuffer
helper struct. #100625 (AddIpDisplayBuffer
helper struct.)merged_ty
method instead of rewriting it every time #100629 (Usemerged_ty
method instead of rewriting it every time)pub extern crate self as <self_crate_name>
#100630 (rustdoc JSON: Fix ICE withpub extern crate self as <self_crate_name>
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup