Skip to content

Rollup of 7 pull requests - #75215

Closed
JohnTitor wants to merge 15 commits into
rust-lang:masterfrom
JohnTitor:rollup-llsm5ml
Closed

Rollup of 7 pull requests#75215
JohnTitor wants to merge 15 commits into
rust-lang:masterfrom
JohnTitor:rollup-llsm5ml

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

JohnTitorand others added 15 commits July 29, 2020 05:32
This makes it easier to filter toolstate issues by the tool involved.
in {integer}::from_be_bytes and friends.
…matsakis
compiletest: ignore-endian-big, fixesrust-lang#74829, fixesrust-lang#74885
See discussion on rust-lang#74829
I tested it on a Debian s390x machine, works well.
Add HRTB-related regression test
Closesrust-lang#59311 and cc rust-lang#71546
This closes the former but the test is taken from rust-lang#71546 (comment) since it seems they have the same cause and it's simplified.
…komatsakis
Label rustfmt toolstate issues with A-rustfmt
This makes it easier to filter toolstate issues by the tool involved.
…, r=varkor
Handle fieldless tuple structs in diagnostic code
Fixesrust-lang#75062
Note about endianness of returned value of {integer}::from_be_bytes and friends
[`u32::from_be`](https://doc.rust-lang.org/nightly/src/core/num/mod.rs.html#2883-2892) documents about endianness of returned value.
I was confused by endianness of `from_be_bytes` in rust-lang#75086 .
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

@rustbot modify labels: +rollup
@bors r+ rollup=never p=5

@bors

bors commented Aug 6, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 15dd907 has been approved by JohnTitor

@rustbotrustbot added the rollup A PR which is a rollup label Aug 6, 2020
@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 6, 2020
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

#75206 will be timeout since the macOS builder seems to be re-building LLVM.

@JohnTitorJohnTitor mentioned this pull request Aug 6, 2020
@bors

bors commented Aug 6, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 15dd907 with merge 82a3c85362b6f68fdea01fe72df98fa5ba770215...

@bors

bors commented Aug 6, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@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 Aug 6, 2020
@JohnTitor

Copy link
Copy Markdown
MemberAuthor
 error: failed to download from `https://crates.io/api/v1/crates/num_cpus/1.13.0/download`
Caused by:
failed to get 200 response from `https://crates.io/api/v1/crates/num_cpus/1.13.0/download`, got 503

@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 Aug 6, 2020
@bors

bors commented Aug 6, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 15dd907 with merge 071e1ee9a68ef5160eb6bf32f8abcc1b3f857ad7...

@bors

bors commented Aug 6, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@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 Aug 6, 2020
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

Hmm, the same failure in #75206 occurs again, let the PRs go to see if it's spurious or not...

@JohnTitor
JohnTitor deleted the rollup-llsm5ml branch August 6, 2020 11:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui simd-intrinsic-generic-bitmask test fails on big endian since 1.44 some mir-opt tests assume little-endian

8 participants

@JohnTitor@bors@rustbot@infinity0@WaffleLapkin@Aaron1011@GuillaumeGomez@tesuji