Backport #37691 to beta#37815
Merged
Merged
Conversation
This update of compiler-rt includes rust-lang/compiler-rt#26 which provides a targeted fix to the powisf2 intrinsics to keep rust-lang#37559 fixed but also address the new issue of rust-lang#37630. I've also [written up my thoughts][1] on why it appears that this is the correct fix for now (hoepfully at least). Closes rust-lang#37630 [1]: rust-lang/compiler-rt#26 (comment)
Contributor
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Nov 24, 2016
Update tooltool manifests to repacks of upstream builds of rustc 1.14.0-beta.2 (e627a2e6e 2016-11-16) cargo 0.15.0-nightly (a9c23dd 2016-11-15) for the relevent hosts and target platforms. We prefer to use stable rust but this bump gets us debuginfo for the rust standard library on all platforms, which we hope will improve crash reporting (bug 1268328). That is higher priority. The rust 1.14 version should be in stable release before Firefox 53 goes to Aurora, so we'll still stabilize and ship with stable rust. This build also contains the fix for the arm code generation bug blocking update from 1.12 on android, so we can use 1.13 language features in Firefox 53. For more information, see rust-lang/rust#37815 This doesn't update the native MacOS build because of an openssl link issue with cargo. This is resolved upstream for rust 1.15; getting that ported to a later 1.14 beta is tracked in rust-lang/rust#37969 MozReview-Commit-ID: JbJTd4D7VOu --HG-- extra : rebase_source : 0690f3d4443f3fc7f224f051f910de92c54b8f60
xeonchen
pushed a commit
to xeonchen/gecko-cinnabar
that referenced
this pull request
Nov 24, 2016
Update tooltool manifests to repacks of upstream builds of rustc 1.14.0-beta.2 (e627a2e6e 2016-11-16) cargo 0.15.0-nightly (a9c23dd 2016-11-15) for the relevent hosts and target platforms. We prefer to use stable rust but this bump gets us debuginfo for the rust standard library on all platforms, which we hope will improve crash reporting (bug 1268328). That is higher priority. The rust 1.14 version should be in stable release before Firefox 53 goes to Aurora, so we'll still stabilize and ship with stable rust. This build also contains the fix for the arm code generation bug blocking update from 1.12 on android, so we can use 1.13 language features in Firefox 53. For more information, see rust-lang/rust#37815 This doesn't update the native MacOS build because of an openssl link issue with cargo. This is resolved upstream for rust 1.15; getting that ported to a later 1.14 beta is tracked in rust-lang/rust#37969 MozReview-Commit-ID: JbJTd4D7VOu
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.
This is a backport of #37691 to beta which is the fix for #37630 affecting stable releases.