Skip to content

Rollup of 7 pull requests - #70625

Merged
bors merged 18 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-o8n2hw8
Mar 31, 2020
Merged

Rollup of 7 pull requests#70625
bors merged 18 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-o8n2hw8

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

danielframptonand 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. Fixesrust-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 @CryZerust-lang#69400 (comment)
I am in favor of merging this instead of rust-lang#69400.
…ie27
improve folder name for persistent doc tests
This fixesrust-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)Fixesrust-lang#70356
r? @oli-obk Cc @wesleywiser
Fix broken link in README
Crate name for rustc entry point docs changed. Fixesrust-lang#70603
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ p=7 rollup=never

@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 011c090 has been approved by Dylan-DPC

@borsbors 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-zzDylan-DPC-zz added the rollup A PR which is a rollup label Mar 31, 2020
@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

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

@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors retry (yielding for rustfmt pr)

@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

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

@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors retry

@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 011c090 with merge b83642c5ee4b6537eb579f75e2d667a7195aa7ae...

@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors 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
Copy Markdown
Author

@bors retry

@borsbors 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

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 011c090 with merge a5b09d3...

@bors

bors commented Mar 31, 2020

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Mar 31, 2020
@bors
bors merged commit a5b09d3 into rust-lang:masterMar 31, 2020
@Dylan-DPC-zz
Dylan-DPC-zz deleted the rollup-o8n2hw8 branch April 1, 2020 20:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: 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

@Dylan-DPC-zz@bors@danielframpton@lcnr@tmiasko@Luro02@GuillaumeGomez@RalfJung@rcoh@Dylan-DPC