Skip to content

Rollup of 10 pull requests - #62378

Closed
Mark-Simulacrum wants to merge 29 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup-a21wrrg
Closed

Rollup of 10 pull requests#62378
Mark-Simulacrum wants to merge 29 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup-a21wrrg

Conversation

@Mark-Simulacrum

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

nitnelaveand others added 29 commits June 24, 2019 23:11
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
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
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Refs rust-lang#62061
r? @oli-obk
Derive 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
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Jul 4, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 167429f has been approved by Mark-Simulacrum

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 4, 2019
@bors

bors commented Jul 4, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 167429f with merge 29de7f11df368745a1f05f2372d2c045b31ffb36...

@bors

bors commented Jul 4, 2019

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 4, 2019
@Mark-Simulacrum
Mark-Simulacrum deleted the rollup-a21wrrg branch July 4, 2019 20:32
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Mark-Simulacrum@bors@Centril@nitnelave@RalfJung@petrochenkov@jeremystucki@Zoxc@Nemo157@alex