Merged
Conversation
Member
|
@bors r+ p=1 |
Collaborator
|
📌 Commit 940ce94 has been approved by |
Collaborator
|
⌛ Testing commit 940ce94 with merge 94c259151dc80b45a6cb84a7c6699d97164df5d2... |
Collaborator
|
💥 Test timed out |
Member
Author
|
@bors retry GitHub didn't receive the completion webhook from Azure. |
Collaborator
|
⌛ Testing commit 940ce94 with merge cb070b7ca2a11378f5ad109fbfef63f3de71cd4f... |
|
@bors retry (yield) |
Collaborator
|
⌛ Testing commit 940ce94 with merge a309cee97c88cfb9e6bb85ce759898bfeba2c173... |
|
@bors retry yield |
Collaborator
|
⌛ Testing commit 940ce94 with merge 0e80dcb129b4f565bfeb47dc1b2bd628e534c6e9... |
|
@bors retry (rollup failure, yield) |
Collaborator
|
⌛ Testing commit 940ce94 with merge facef57be5a8758a4c420a8cb400a03ff8f29a5c... |
Collaborator
|
💔 Test failed - checks-azure |
Member
Author
|
@bors retry |
Collaborator
Collaborator
|
☀️ Test successful - checks-azure |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 4, 2020
…roalbini [stable] 1.43.1 release * [Updated openssl-src to 1.1.1g for CVE-2020-1967.][71430] * [Fixed the stabilization of AVX-512 features.][71473] * [Fixed `cargo package --list` not working with unpublished dependencies.][cargo/8151] [71430]: rust-lang#71430 [71473]: rust-lang#71473 [cargo/8151]: rust-lang/cargo#8151
Merged
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.
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
May 17, 2020
Pkgsrc changes: * None. Upstream changes: Version 1.43.1 (2020-05-07) =========================== * [Updated openssl-src to 1.1.1g for CVE-2020-1967.][71430] * [Fixed the stabilization of AVX-512 features.][71473] * [Fixed `cargo package --list` not working with unpublished dependencies.] [cargo/8151] [71430]: rust-lang/rust#71430 [71473]: rust-lang/rust#71473 [cargo/8151]: rust-lang/cargo#8151
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes CVE-2020-1967.
r? @Mark-Simulacrum