-
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 5 pull requests #94447
Rollup of 5 pull requests #94447
Conversation
LLVM target doesn't have to be the same as Rust target so relying on it is wrong.
Add `slice::{from_ptr_range, from_mut_ptr_range} ` Adds `slice::{from_ptr_range, from_mut_ptr_range}` as counterparts to `slice::{as_ptr_range, as_mut_ptr_range}`.
Update search location from a relative path to absolute This should address issue rust-lang#90311.
… r=Mark-Simulacrum regression for issue 90847 Adds a regression test for issue rust-lang#90847
Fix broken link from rustdoc docs to ayu theme
…dylib, r=michaelwoerister Fix MinGW target detection in raw-dylib LLVM target doesn't have to be the same as Rust target so relying on it is wrong. It was one of concerns in rust-lang#88801 that was not fixed in rust-lang#90782.
@bors r+ rollup=never p=5 |
📌 Commit ea39f46 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (97cde9f): comparison url. Summary: This benchmark run did not return any relevant results. 2 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
slice::{from_ptr_range, from_mut_ptr_range}
#89793 (Addslice::{from_ptr_range, from_mut_ptr_range}
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup