Uh oh!
There was an error while loading. Please reload this page.
Rollup of 4 pull requests - #64800
Closed
Centril wants to merge 33 commits into
Closed
Conversation
this is necessary for never-type stabilization
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own representation of ExitStatus. Additionally, the zircon syscall structs were out of date, causing us to see bogus return codes.
reserve `impl<T> From<!> for T` this is necessary for never-type stabilization. cc rust-lang#57012rust-lang#35121 I think we wanted a crater run for this @nikomatsakis? r? @nikomatsakis
…hewjasper Rust 2015: No longer downgrade NLL errors As per decision on a language team meeting as described in rust-lang#63565 (comment), in Rust 2015, we refuse to downgrade NLL errors, that AST borrowck accepts, into warnings and keep them as hard errors. The remaining work to throw out AST borrowck and adjust some tests still remains after this PR. Fixesrust-lang#38899Fixesrust-lang#53432Fixesrust-lang#45157Fixesrust-lang#31567Fixesrust-lang#27868Fixesrust-lang#47366 r? @matthewjasper
Rename `TyS.sty` to `TyS.kind` Fixesrust-lang#64353. r? @eddyb
Fix ExitStatus on Fuchsia Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own representation of ExitStatus. Additionally, the zircon syscall structs were out of date, causing us to see bogus exit codes. r? @cramertj@alexcrichton
Centril
commented
Sep 26, 2019
ContributorAuthor
@bors r+ p=4 rollup=never |
bors
commented
Sep 26, 2019
Collaborator
📌 Commit 2c7796a has been approved by |
bors
commented
Sep 26, 2019
Collaborator
⌛ Testing commit 2c7796a with merge fb78acac3713e20dbe9b57b86ee17684014e9ab5... |
bors
commented
Sep 26, 2019
Collaborator
💔 Test failed - checks-azure |
rust-highfive
commented
Sep 26, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
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 freeto 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.
Successful merges:
impl<T> From<!> for T#62661 (reserveimpl<T> From<!> for T)TyS.stytoTyS.kind#64513 (RenameTyS.stytoTyS.kind)Failed merges:
r? @ghost