Skip to content
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 7 pull requests #70625

Merged
merged 18 commits into from
Mar 31, 2020
Merged

Rollup of 7 pull requests #70625

merged 18 commits into from
Mar 31, 2020

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

danielframpton and others added 18 commits March 19, 2020 16:00
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.
…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
…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
@Dylan-DPC-zz
Copy link
Author

@bors r+ p=7 rollup=never

@bors
Copy link
Contributor

bors commented Mar 31, 2020

📌 Commit 011c090 has been approved by Dylan-DPC

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 31, 2020
@Dylan-DPC-zz Dylan-DPC-zz added the rollup A PR which is a rollup label Mar 31, 2020
@bors
Copy link
Contributor

bors commented Mar 31, 2020

⌛ Testing commit 011c090 with merge 57192649f66615d75e3395e89589275c1e4e27d0...

@Dylan-DPC-zz
Copy link
Author

@bors retry (yielding for rustfmt pr)

@bors
Copy link
Contributor

bors commented Mar 31, 2020

⌛ Testing commit 011c090 with merge 139c3399391e4ce8e8144857defe0f37318310a6...

@Dylan-DPC-zz
Copy link
Author

@bors retry

@bors
Copy link
Contributor

bors commented Mar 31, 2020

⌛ Testing commit 011c090 with merge b83642c5ee4b6537eb579f75e2d667a7195aa7ae...

@bors
Copy link
Contributor

bors commented Mar 31, 2020

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 31, 2020
@Dylan-DPC-zz
Copy link
Author

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 31, 2020
@bors
Copy link
Contributor

bors commented Mar 31, 2020

⌛ Testing commit 011c090 with merge a5b09d3...

@bors
Copy link
Contributor

bors commented Mar 31, 2020

☀️ Test successful - checks-azure
Approved by: Dylan-DPC
Pushing a5b09d3 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 31, 2020
@bors bors merged commit a5b09d3 into rust-lang:master Mar 31, 2020
@Dylan-DPC-zz Dylan-DPC-zz deleted the rollup-o8n2hw8 branch April 1, 2020 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants