<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/unix/ext, branch 1.34.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-02-26T02:48:13+00:00</updated>
<entry>
<title>Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton</title>
<updated>2019-02-26T02:48:13+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-02-26T02:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb162e69449b423c5aed0d9c39f6c046fa300c30'/>
<id>urn:sha1:fb162e69449b423c5aed0d9c39f6c046fa300c30</id>
<content type='text'>
Add vectored read and write support

This functionality has lived for a while in the tokio ecosystem, where
it can improve performance by minimizing copies.

r? @alexcrichton
</content>
</entry>
<entry>
<title>Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton</title>
<updated>2019-02-22T13:57:56+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-22T13:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec8ef1836af5dbc8df91989de4ae6a9bd6664178'/>
<id>urn:sha1:ec8ef1836af5dbc8df91989de4ae6a9bd6664178</id>
<content type='text'>
deprecate before_exec in favor of unsafe pre_exec

Fixes https://github.com/rust-lang/rust/issues/39575

As per the [lang team decision](https://github.com/rust-lang/rust/issues/39575#issuecomment-442993358):

&gt; The language team agreed that before_exec should be unsafe, and leaves the details of a transition plan to the libs team.

Cc @alexcrichton @rust-lang/libs how would you like to proceed?
</content>
</entry>
<entry>
<title>Add vectored read and write support</title>
<updated>2019-02-14T03:40:17+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2019-02-08T19:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31bcec648aa57391115f877a2ca022d7ff6415aa'/>
<id>urn:sha1:31bcec648aa57391115f877a2ca022d7ff6415aa</id>
<content type='text'>
This functionality has lived for a while in the tokio ecosystem, where
it can improve performance by minimizing copies.
</content>
</entry>
<entry>
<title>Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik</title>
<updated>2019-02-12T19:09:24+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-02-12T19:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b244f61b77c42d7be695afd7901ee4418559e518'/>
<id>urn:sha1:b244f61b77c42d7be695afd7901ee4418559e518</id>
<content type='text'>
Cosmetic improvements to doc comments

This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase).

r? @steveklabnik

Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far!
</content>
</entry>
<entry>
<title>remove "experimental" wording from std::os::unix</title>
<updated>2019-02-11T20:36:45+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2019-02-11T20:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34052a19a24325e525296e97f9b56e77d7fb4020'/>
<id>urn:sha1:34052a19a24325e525296e97f9b56e77d7fb4020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs: doc comments</title>
<updated>2019-02-10T23:57:25+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-09T22:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99ed06eb8864e704c4a1871ccda4648273bee4ef'/>
<id>urn:sha1:99ed06eb8864e704c4a1871ccda4648273bee4ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: doc comments</title>
<updated>2019-02-10T23:42:32+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-09T21:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b87363e7632b3f20f9b529696ffb5d5d9c3927cd'/>
<id>urn:sha1:b87363e7632b3f20f9b529696ffb5d5d9c3927cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>POSIX requires async signal safety for fork in signal handlers, not in general</title>
<updated>2019-02-03T10:17:59+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-02-03T10:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e023403da2da17ba7320c53c415b960c93348247'/>
<id>urn:sha1:e023403da2da17ba7320c53c415b960c93348247</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pre_exec: expand docs</title>
<updated>2019-02-02T10:05:43+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-02-02T10:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c67a7625fbd38b4b986981c553dc7eb5a7a4765'/>
<id>urn:sha1:6c67a7625fbd38b4b986981c553dc7eb5a7a4765</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deprecate things a bit slower</title>
<updated>2019-02-02T10:00:55+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-02-02T10:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbbf8a7ff932b599227b27d34e9b015374f5b37a'/>
<id>urn:sha1:cbbf8a7ff932b599227b27d34e9b015374f5b37a</id>
<content type='text'>
</content>
</entry>
</feed>
