Skip to content

Update stdarch submodule - #71495

Merged
bors merged 1 commit into
rust-lang:masterfrom
Amanieu:update_stdarch
Apr 26, 2020
Merged

Update stdarch submodule#71495
bors merged 1 commit into
rust-lang:masterfrom
Amanieu:update_stdarch

Conversation

@Amanieu

@AmanieuAmanieu commented Apr 23, 2020

Copy link
Copy Markdown
Member

Includes :

Fixes#71473

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @sfackler

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️Warning⚠️

  • These commits modify submodules.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 23, 2020
@AmanieuAmanieu added stable-nominated Nominated for backporting to the compiler in the stable channel. T-libs-api [DEPRECATED; DO NOT USE] labels Apr 23, 2020
@sfackler

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Apr 24, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit e9c5a73f47f3549e8910587a9e4159b4235d0828 has been approved by sfackler

@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 Apr 24, 2020
@Amanieu

Copy link
Copy Markdown
MemberAuthor

@bors r-

I'd like to include another change here which fixes stdarch on FreeBSD: rust-lang/stdarch#850

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 24, 2020
@Amanieu

Copy link
Copy Markdown
MemberAuthor

r? @sfackler

@sfackler

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Apr 24, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit e48b16c has been approved by sfackler

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 24, 2020
@AmanieuAmanieu added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 25, 2020
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors p=1

@bors

bors commented Apr 26, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e48b16c with merge ec1f28f...

@bors

bors commented Apr 26, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-azure
Approved by: sfackler
Pushing ec1f28f to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 26, 2020
@bors
bors merged commit ec1f28f into rust-lang:masterApr 26, 2020
@rust-highfive

Copy link
Copy Markdown
Contributor

📣 Toolstate changed by #71495!

Tested on commit ec1f28f.
Direct link to PR: #71495

💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor@amanjeev@spastorino@mark-i-m).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Apr 26, 2020
Tested on commit rust-lang/rust@ec1f28f.
Direct link to PR: <rust-lang/rust#71495>
💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor@amanjeev@spastorino@mark-i-m).
@pnkfelix

pnkfelix commented May 1, 2020

Copy link
Copy Markdown
Contributor

discussed at T-compiler meeting, (the team has agreed to take on some of the work of maintaining the implementation of Rust's libstd)

accepted for beta-backport and for stable-backport

@pnkfelixpnkfelix added the beta-accepted Accepted for backporting to the compiler in the beta channel. label May 1, 2020
@pnkfelixpnkfelix added the stable-accepted Accepted for backporting to the compiler in the stable channel. label May 1, 2020
@cuvipercuviper mentioned this pull request May 1, 2020
@Mark-SimulacrumMark-Simulacrum removed stable-nominated Nominated for backporting to the compiler in the stable channel. beta-nominated Nominated for backporting to the compiler in the beta channel. labels May 8, 2020
@Mark-SimulacrumMark-Simulacrum mentioned this pull request May 9, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 11, 2020
…ulacrum
[beta] backports
This backport rollup includes the following:
* [beta] Update cargo rust-lang#71967
* Backport 1.43.1 release notes to master rust-lang#71914
* Update the `cc` crate rust-lang#71882
* resolve: Relax fresh binding disambiguation slightly to fix regression rust-lang#71846
* Do not try to find binop method on RHS `TyErr` rust-lang#71810
* Quick and dirty fix of the unused_braces lint rust-lang#71517
* Update stdarch submodule rust-lang#71495
* normalize field projection ty to fix broken MIR issue rust-lang#71488
* Update openssl-src to 1.1.1g rust-lang#71430
* fix error code in E0751.md rust-lang#71426
* Don't fuse Chain in its second iterator rust-lang#71404
* Remove some `Vec` allocations to improve performance rust-lang#71268
* [CI] Use the latest Python available on Windows rust-lang#71995
It also switches the bootstrap compiler to 1.43.1.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.stable-acceptedAccepted for backporting to the compiler in the stable channel.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

avx512 support regression in 1.43

7 participants

@Amanieu@rust-highfive@sfackler@bors@Dylan-DPC-zz@pnkfelix@Mark-Simulacrum