<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-25T02:48:55+00:00</updated>
<entry>
<title>Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay</title>
<updated>2020-05-25T02:48:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-05-25T02:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2679c38fc33b5f69ce3c502c81315aa889035191'/>
<id>urn:sha1:2679c38fc33b5f69ce3c502c81315aa889035191</id>
<content type='text'>
Implement `Sync` for `process::Command on unix and vxworks

Closes #72387.
r? @cuviper
</content>
</entry>
<entry>
<title>Implement `Sync` for `process::Command on unix and vxworks</title>
<updated>2020-05-22T16:33:12+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-05-22T16:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01630b26ddcf647a6e87a0d6a18055a7c516cdbc'/>
<id>urn:sha1:01630b26ddcf647a6e87a0d6a18055a7c516cdbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler</title>
<updated>2020-05-22T14:58:24+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-22T14:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53d0046983228f8f0df77ff6a05ba9bb227e8e33'/>
<id>urn:sha1:53d0046983228f8f0df77ff6a05ba9bb227e8e33</id>
<content type='text'>
Stabilize process_set_argv0 feature for Unix

This stabilizes process_set_argv0 targeting 1.45.0. It has been
useful in practice and seems useful as-is.

The equivalent feature could be implemented for Windows, but as far as I
know nobody has. That can be done separately.

Tracking issue: #66510
</content>
</entry>
<entry>
<title>Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum</title>
<updated>2020-05-18T11:11:19+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-05-18T11:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e2a6a29ce82e4fc5decad86dab7911a38582438'/>
<id>urn:sha1:9e2a6a29ce82e4fc5decad86dab7911a38582438</id>
<content type='text'>
abort_internal is safe

`sys::abort_internal` is stably exposed as a safe function. Forward that assumption "inwards" to the `sys` module by making the function itself safe, too.

This corresponds to what https://github.com/rust-lang/rust/pull/72204 did for the intrinsic. We should probably wait until that lands because some of the intrinsic calls in this PR might then need adjustments.
</content>
</entry>
<entry>
<title>minor changes to pass the format check</title>
<updated>2020-05-17T22:06:32+00:00</updated>
<author>
<name>Stefan Lankes</name>
<email>slankes@eonerc.rwth-aachen.de</email>
</author>
<published>2020-05-17T22:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f47d9d2e6195babf10b4063deb504a00aa5d249'/>
<id>urn:sha1:3f47d9d2e6195babf10b4063deb504a00aa5d249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use new interface to initialize Condvar</title>
<updated>2020-05-17T21:49:18+00:00</updated>
<author>
<name>Stefan Lankes</name>
<email>slankes@eonerc.rwth-aachen.de</email>
</author>
<published>2020-05-17T21:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06d692febdba7ad9627d23f53aa302488268f2c4'/>
<id>urn:sha1:06d692febdba7ad9627d23f53aa302488268f2c4</id>
<content type='text'>
HermitCore introduce a new interface to intialize conditional variables.
Consequently, minor changes are required to support this interface.
</content>
</entry>
<entry>
<title>abort_internal is safe</title>
<updated>2020-05-17T21:38:31+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-17T17:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2764673dca6badb2ef89450bbdd84b19c317a9c7'/>
<id>urn:sha1:2764673dca6badb2ef89450bbdd84b19c317a9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize process_set_argv0 feature for Unix</title>
<updated>2020-05-12T16:34:23+00:00</updated>
<author>
<name>Jeremy Fitzhardinge</name>
<email>jsgf@fb.com</email>
</author>
<published>2020-05-12T00:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff9646c0adc149dfff194665785f4daa3aa6d9c3'/>
<id>urn:sha1:ff9646c0adc149dfff194665785f4daa3aa6d9c3</id>
<content type='text'>
This stabilizes process_set_argv0 targeting 1.45.0. It has been
useful in practice and seems useful as-is.

The equivalent feature could be implemented for Windows, but as far as I
know nobody has. That can be done separately.

Tracking issue: #66510
</content>
</entry>
<entry>
<title>Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-Simulacrum</title>
<updated>2020-05-07T15:59:00+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-05-07T15:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c818e84821e5babc18ac222220b3171247eb974b'/>
<id>urn:sha1:c818e84821e5babc18ac222220b3171247eb974b</id>
<content type='text'>
Allow a few warnings.

On Windows, these types were causing warnings to be emitted during the
build. These types are allowed to not have idiomatic names, so the
warning should be supressed.
</content>
</entry>
<entry>
<title>Allow a few warnings.</title>
<updated>2020-05-07T12:23:06+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2020-05-07T12:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d14f000ccc5104de1aecceabc97f2934caec1144'/>
<id>urn:sha1:d14f000ccc5104de1aecceabc97f2934caec1144</id>
<content type='text'>
On Windows, these types were causing warnings to be emitted during the
build. These types are allowed to not have idiomatic names, so the
warning should be supressed.
</content>
</entry>
</feed>
