Merged
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.
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
|
📌 Commit ea39f46 has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
This was referenced Feb 28, 2022
Collaborator
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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