Skip to content

Rollup of 4 pull requests - #70862

Closed
Dylan-DPC-zz wants to merge 13 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-rkmfwkm
Closed

Rollup of 4 pull requests#70862
Dylan-DPC-zz wants to merge 13 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-rkmfwkm

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

Thomasdezeeuwand others added 13 commits March 31, 2020 20:22
Similar to io::Write::write_all but uses io::Write::write_vectored
instead.
Also adds some more tests with different length IoSlices.
…s.rs
Co-Authored-By: varkor <github@varkor.com>
…albertodt
Add io::Write::write_all_vectored
Similar to io::Write::write_all but uses io::Write::write_vectored
instead.
Updates rust-lang#70436
/cc @cramertj@sfackler
…xt, r=eddyb
expose suggestions::InferCtxtExt for clippy
This is very useful to do good async/await diagnostic reporting, for example for rust-lang/rust-clippy#5423.
…, r=jonas-schievink
Move sanitize-inline-always test to sanitize directory
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Dylan-DPC-zz@Thomasdezeeuw@rkuhn@tmiasko@GuillaumeGomez@Dylan-DPC