Skip to content

Update stdarch submodule - #70151

Merged
bors merged 1 commit into
rust-lang:masterfrom
Amanieu:stdarch
Mar 21, 2020
Merged

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

Conversation

@Amanieu

Copy link
Copy Markdown
Member

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @joshtriplett

(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 Mar 19, 2020
@AmanieuAmanieu added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Mar 19, 2020
@jonas-schievinkjonas-schievink added the T-libs-api [DEPRECATED; DO NOT USE] label Mar 19, 2020
@Amanieu

Copy link
Copy Markdown
MemberAuthor

Reassigning to someone in libs.

r? @sfackler

@AmanieuAmanieu added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Mar 20, 2020
@sfackler

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Mar 20, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 203bb2b 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 Mar 20, 2020
@CentrilCentril mentioned this pull request Mar 21, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 21, 2020
Rollup of 8 pull requests
Successful merges:
- rust-lang#67888 (Prefetch some queries used by the metadata encoder)
- rust-lang#69934 (Update the mir inline costs)
- rust-lang#69965 (Refactorings to get rid of rustc_codegen_utils)
- rust-lang#70054 (Build dist-android with --enable-profiler)
- rust-lang#70089 (rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly known.)
- rust-lang#70092 (hir: replace "items" terminology with "nodes" where appropriate.)
- rust-lang#70138 (do not 'return' in 'throw_' macros)
- rust-lang#70151 (Update stdarch submodule)
Failed merges:
- rust-lang#70074 (Expand: nix all fatal errors)
r? @ghost
@bors
bors merged commit 744bcc6 into rust-lang:masterMar 21, 2020
@Mark-SimulacrumMark-Simulacrum removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Mar 21, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 22, 2020
…ulacrum
[beta] backport rollup
This backports:
* can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. rust-lang#70058
* ci: use python from the correct path rust-lang#70116
* Update stdarch submodule rust-lang#70151 (superseding and closing rust-lang#70221)
* Beta: Update cargo, clippy rust-lang#70105 (also closing that beta-targeted PR)
It also switches the bootstrap compiler to download from static.rust-lang.org from dev-static.rust-lang.org.
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.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

is_x86_feature_detected!("avx512f") fails to build on beta and nightly

7 participants

@Amanieu@rust-highfive@sfackler@bors@joshtriplett@jonas-schievink@Mark-Simulacrum