Skip to content

Rollup of 23 pull requests - #44585

Merged
bors merged 55 commits into
rust-lang:masterfrom
frewsxcv:rollup
Sep 15, 2017
Merged

Rollup of 23 pull requests#44585
bors merged 55 commits into
rust-lang:masterfrom
frewsxcv:rollup

Conversation

smaeuland others added 30 commits August 28, 2017 11:22
OpenSSL's Configure script is missing a shebang. On some platforms,
execve falls back to execution with the shell. Some other platforms,
like musl, will fail with an exec format error. Avoid this by calling
perl explicitly (since it's a perl script).
So that you can scroll down the list of labels along with these
explanations.
It's going to be backported to beta.
…etMisdreavus
rustdoc: Don't counts ids twice when using --enable-commonmark
cc @GuillaumeGomez
r? @QuietMisdreavus
Implement named threads on Windows (v2)
https://msdn.microsoft.com/en-us/library/windows/desktop/mt774976(v=vs.85).aspx
Windows 10 version 1607 finally added a sensible API for naming threads, so we can now implement named threads without having to use MSVC compiler extensions like before. VS2017s debugger and the WPA profiler already use this API where available, but other tools may need some time to catch up.
![thread](https://user-images.githubusercontent.com/3153547/30133438-c92a3cda-934b-11e7-9668-915d53e8d860.png)
…=frewsxcv
Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`
CC @frewsxcvrust-lang#22569rust-lang#44209
…richton
update mdbook
This eliminates some warnings
r? @alexcrichton
Add `impl From<Vec<Span>> for MultiSpan`.
A simple `impl`.
r? @nrc
Add short doc examples for str::from_utf8_mut
Fixesrust-lang#44462
…on, r=Mark-Simulacrum
Update label explanations
Some of the newer labels weren't covered in CONTRIBUTING.md :)
r? @Mark-Simulacrum
Add doc examples to str::from_utf8_unchecked_mut
Fixesrust-lang#44461
Added an example for `std::str::into_boxed_bytes()`
This solves issue rust-lang#44423.
Add doc example to str::from_boxed_utf8_unchecked
Fixesrust-lang#44463.
Fix drain_filter doctest.
Fixesrust-lang#44499.
Also change some of the hidden logic in the doctest as a regression test; two bugs in the original would now cause test failure.
Fix example in transmute; add safety requirement to Vec::from_raw_parts
This fixes the second bullet point on rust-lang#44281 and also removes some incorrect information.
update "since" for discriminant_value
It's [going](rust-lang#44263 (comment)) to be backported to beta.
r? @alexcrichton
…_timeout, r=alexcrichton
stabilize tcpstream_connect_timeout (closesrust-lang#43079)
"avoid" is a better word here than "disable"
You don't "disable" the warning really, you just avoid it (as a conscious action).
… r=QuietMisdreavus
Clarify return type of `String::from_utf16_lossy`.
Fixesrust-lang#32874
@frewsxcv

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=9

@bors

bors commented Sep 15, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 68e0f28 has been approved by frewsxcv

@bors

bors commented Sep 15, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 68e0f28 with merge d86a7f7...

bors added a commit that referenced this pull request Sep 15, 2017
@bors

bors commented Sep 15, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing d86a7f7 to master...

@bors
bors merged commit 68e0f28 into rust-lang:masterSep 15, 2017
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@frewsxcv@bors@Centril@smaeul@ollie27@jsheard@tbu-@SergioBenitez@smt923@tommyip@carols10cents@napen123@CodenameLambda@steveklabnik@frehberg@rwakulszowa@GuillaumeGomez@Havvy@durka@budziq