Merged
Conversation
Co-Authored-By: Amanieu d'Antras <amanieu@gmail.com>
Crate name for rustc entry point docs changed. Fixes rust-lang#70603
add fn make_contiguous to VecDeque Adds the following method to VecDeque: ```rust pub fn make_contiguous(&mut self) -> &mut [T]; ``` Taken from rust-lang#69400, after a suggestion by @CryZe rust-lang#69400 (comment) I am in favor of merging this instead of rust-lang#69400.
…ie27 improve folder name for persistent doc tests This fixes rust-lang#69411, by using the entire path as folder name and storing already visited paths in a HashMap + appending a number to the file name for duplicates.
Document ThreadSanitizer in unstable-book
…s, r=alexcrichton Ensure there are versions of test code for aarch64 windows Remove the `cfg` flags that were preventing some tests from running on `aarch64-pc-windows-msvc`. All the existing `target_os = windows` targets had the same `align()` and `size()` values, so this change just removes the `target_arch` flags. r? @alexcrichton
…an-DPC Clean up E0466 explanation r? @Dylan-DPC
…iser remove unnecessary relocation check in const_prop Unnecessary as per rust-lang#70356 (comment) Fixes rust-lang#70356 r? @oli-obk Cc @wesleywiser
Fix broken link in README Crate name for rustc entry point docs changed. Fixes rust-lang#70603
Author
|
@bors r+ p=7 rollup=never |
Collaborator
|
📌 Commit 011c090 has been approved by |
Collaborator
|
⌛ Testing commit 011c090 with merge 57192649f66615d75e3395e89589275c1e4e27d0... |
Author
|
@bors retry (yielding for rustfmt pr) |
Collaborator
|
⌛ Testing commit 011c090 with merge 139c3399391e4ce8e8144857defe0f37318310a6... |
Author
|
@bors retry |
Collaborator
|
⌛ Testing commit 011c090 with merge b83642c5ee4b6537eb579f75e2d667a7195aa7ae... |
Collaborator
|
💔 Test failed - checks-azure |
Author
|
@bors retry |
Collaborator
Collaborator
|
☀️ Test successful - checks-azure |
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:
Failed merges:
r? @ghost