Uh oh!
There was an error while loading. Please reload this page.
Rollup of 10 pull requests - #62378
Closed
Mark-Simulacrum wants to merge 29 commits into
Closed
Conversation
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
Use a single CtxtInterners Builds on rust-lang#57214 r? @eddyb
Add debug assertions to write_bytes and copy* Looks like @nitnelave went MIA in rust-lang#58783, so I am re-submitting their PR, tweaked just a bit. I took care to preserve commit authorship. Cc rust-lang#53871
…, r=alexcrichton Remove needless lifetimes (std) Split from rust-lang#62039
Feature gate `rustc` attributes harder Fixesrust-lang#62116
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Refs rust-lang#62061
r? @oli-obkDerive which queries to save using the proc macro Based on rust-lang#62166. r? @eddyb
…mertj Move `async || ...` closures into `#![feature(async_closure)]` The `async || expr` syntax is moved out from `#![feature(async_await)]` into its own gate `#![feature(async_closure)]`. New tracking issue: rust-lang#62290Closesrust-lang#62214. cc rust-lang#62149 r? @varkor
…alfJung
Clarify unaligned fields in ptr::{read,write}_unaligned
r? @RalfJung…, r=cramertj Reduce reliance on `await!(...)` macro Only the last commit is new. r? @cramertj
Add tracking issue for Box::into_pin Fixesrust-lang#62288
Mark-Simulacrum
commented
Jul 4, 2019
MemberAuthor
@bors r+ p=10 |
bors
commented
Jul 4, 2019
Collaborator
📌 Commit 167429f has been approved by |
bors
commented
Jul 4, 2019
Collaborator
⌛ Testing commit 167429f with merge 29de7f11df368745a1f05f2372d2c045b31ffb36... |
bors
commented
Jul 4, 2019
Collaborator
💔 Test failed - checks-azure |
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:
rustcattributes harder #62133 (Feature gaterustcattributes harder)async || ...closures into#![feature(async_closure)]#62292 (Moveasync || ...closures into#![feature(async_closure)])await!(...)macro #62324 (Reduce reliance onawait!(...)macro)Failed merges:
r? @ghost