<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/thread, branch 1.19.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.19.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-07-13T20:31:12+00:00</updated>
<entry>
<title>Stabilize ThreadId</title>
<updated>2017-07-13T20:31:12+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-08T15:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=647df67faf0d67c72295587276e4aa17568acacb'/>
<id>urn:sha1:647df67faf0d67c72295587276e4aa17568acacb</id>
<content type='text'>
Closes #21507
</content>
</entry>
<entry>
<title>Rollup merge of #41981 - gamazeps:thread-detach, r=frewsxcv</title>
<updated>2017-06-02T15:10:41+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-06-02T15:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32f418f60a1dc924a14ce8d1a6bf71c1794782cc'/>
<id>urn:sha1:32f418f60a1dc924a14ce8d1a6bf71c1794782cc</id>
<content type='text'>
[Doc] Expands `detach` documentation in `thread::JoinHande`.

Part of #29378 .

- Adds an example of a thread detaching.
- Expands what `detaching` means.

r? @steveklabnik
</content>
</entry>
<entry>
<title>Expands `detach` documentation in `thread::JoinHande`.</title>
<updated>2017-06-02T10:26:04+00:00</updated>
<author>
<name>Felix Raimundo</name>
<email>felix.raimundo@tweag.io</email>
</author>
<published>2017-05-13T19:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b76b9e1467f97d9f156da1773728c30ca5fd019a'/>
<id>urn:sha1:b76b9e1467f97d9f156da1773728c30ca5fd019a</id>
<content type='text'>
Part of #29378 .

- Adds an example of a thread detaching.
- Expands what `detaching` means.
</content>
</entry>
<entry>
<title>Rollup merge of #42141 - ids1024:nobacktrace, r=aturon</title>
<updated>2017-05-25T01:50:02+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-05-25T01:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bac98a25285f8855315e802afdfd22fd0c4ddc4'/>
<id>urn:sha1:8bac98a25285f8855315e802afdfd22fd0c4ddc4</id>
<content type='text'>
Fix building std without backtrace feature, which was broken in ca8b754

Fixes #42139
</content>
</entry>
<entry>
<title>Rollup merge of #41980 - gamazeps:thread-send, r=steveklabnik</title>
<updated>2017-05-25T01:49:59+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-05-25T01:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4780a3f7cee8eaaf1e9e015fe7b0f31372ae919'/>
<id>urn:sha1:f4780a3f7cee8eaaf1e9e015fe7b0f31372ae919</id>
<content type='text'>
[Doc] Add `'static` and `Send` constraints explanations to `thread::spawn`

Part of #29378.

Explains why the constraints on the closure and its return value are `'static` and `Send`.

Allows to tick of `thread::spawn` from the list of things to document in the `thread` module.

r? @steveklabnik
</content>
</entry>
<entry>
<title>Fix building without backtrace feature, which was broken in ca8b754</title>
<updated>2017-05-21T19:38:07+00:00</updated>
<author>
<name>Ian Douglas Scott</name>
<email>ian@iandouglasscott.com</email>
</author>
<published>2017-05-21T19:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=66237afce454db9235525dc715238568c492f54b'/>
<id>urn:sha1:66237afce454db9235525dc715238568c492f54b</id>
<content type='text'>
Fixes #42139
</content>
</entry>
<entry>
<title>Rollup merge of #41995 - gamazeps:thread-localkey, r=frewsxcv</title>
<updated>2017-05-16T14:18:31+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-05-16T14:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c72793a20214ec6269abd8796ef9646e8ea3b0d'/>
<id>urn:sha1:4c72793a20214ec6269abd8796ef9646e8ea3b0d</id>
<content type='text'>
[Doc] Add links to the `thread::LocalKey` doc.

Part of #29378 .

I do not know exactly what should be done for the `cleanup` part, if you have any idea I'll gladly do it.

r? @rust-lang/docs
</content>
</entry>
<entry>
<title>Rollup merge of #41994 - gamazeps:thread-builder, r=GuillaumeGomez</title>
<updated>2017-05-16T14:18:30+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-05-16T14:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18171a88617a3ee4e57e72e8d018bd3c30861191'/>
<id>urn:sha1:18171a88617a3ee4e57e72e8d018bd3c30861191</id>
<content type='text'>
[Doc] Implrove `thread::Builder`'s doc.

Part of #29378 .

- Explains *why* we would use the builder instead ofthe free function.
- Changes the parent-child explanation for a spawned-caller in `thread::Builder::spawn`
- Adds a link to `io::Result` in `thread::Builder`
- Corrects the return type doc in `thread::Builder::spawn`

r? @rust-lang/docs
</content>
</entry>
<entry>
<title>Add links to the `thread::LocalKey` doc.</title>
<updated>2017-05-15T06:10:22+00:00</updated>
<author>
<name>Felix Raimundo</name>
<email>felix.raimundo@tweag.io</email>
</author>
<published>2017-05-14T18:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f92bd3dbd005bb0bbcdeb64eea263634428d660a'/>
<id>urn:sha1:f92bd3dbd005bb0bbcdeb64eea263634428d660a</id>
<content type='text'>
Part of #29378 .
</content>
</entry>
<entry>
<title>Improve `thread::Builder` documentation.</title>
<updated>2017-05-14T18:13:32+00:00</updated>
<author>
<name>Felix Raimundo</name>
<email>felix.raimundo@tweag.io</email>
</author>
<published>2017-05-14T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a51777ec874e31b29d85efaa186fe4841257b168'/>
<id>urn:sha1:a51777ec874e31b29d85efaa186fe4841257b168</id>
<content type='text'>
Part of #29378 .

- In particular explains *why* we would use the builder instead of
  the free function.
- Changes the parent-child explanation for a spawned-caller.
- Add link to `io::Result` in `thread::Builder`
- Corrects the `thread::Builder::spawn` documentation.
</content>
</entry>
</feed>
