<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/unix/process, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodt</title>
<updated>2020-07-19T14:02:24+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-19T14:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc4e880c62605a490ca846a86d7b0f8bb50fb8a5'/>
<id>urn:sha1:cc4e880c62605a490ca846a86d7b0f8bb50fb8a5</id>
<content type='text'>
Remove combine function

Comparing two array directly helps generate better assert message.
Resolve https://github.com/rust-lang/rust/pull/74271/files#r454538514
</content>
</entry>
<entry>
<title>Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez</title>
<updated>2020-07-15T18:01:22+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-15T18:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7cf2cbd78ea5e5f6a4514cb631942dc6516c6f4'/>
<id>urn:sha1:b7cf2cbd78ea5e5f6a4514cb631942dc6516c6f4</id>
<content type='text'>
Added docs for `From&lt;c_int&gt;` for `ExitStatus`

Partially addresses https://github.com/rust-lang/rust/issues/51430
</content>
</entry>
<entry>
<title>Remove combine function</title>
<updated>2020-07-15T08:15:57+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-15T08:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=afbfe603fc1c288a0cff63b3b1cad43902a66e9b'/>
<id>urn:sha1:afbfe603fc1c288a0cff63b3b1cad43902a66e9b</id>
<content type='text'>
Comparing two array directly helps generate better assert message
</content>
</entry>
<entry>
<title>Added docs for `From&lt;c_int&gt;` for `ExitStatus`</title>
<updated>2020-07-14T08:25:14+00:00</updated>
<author>
<name>Vincent Esche</name>
<email>regexident@gmail.com</email>
</author>
<published>2020-07-13T11:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=538f15776ba1629ff77e5e78e62c0048f8648498'/>
<id>urn:sha1:538f15776ba1629ff77e5e78e62c0048f8648498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>process_unix: prefer i32::*_be_bytes over manually shifting bytes</title>
<updated>2020-07-12T16:47:15+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-12T16:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=879afd5116a77baea6cdb76029e878bb24eba203'/>
<id>urn:sha1:879afd5116a77baea6cdb76029e878bb24eba203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark tests whcih don't work under riscv emulation</title>
<updated>2020-06-09T15:22:21+00:00</updated>
<author>
<name>Tom Eccles</name>
<email>tom.eccles@codethink.co.uk</email>
</author>
<published>2020-06-09T14:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=253112d43c46f9c0c6c854dcc2c858741616deed'/>
<id>urn:sha1:253112d43c46f9c0c6c854dcc2c858741616deed</id>
<content type='text'>
</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>more clippy fixes</title>
<updated>2020-03-31T13:20:05+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-29T18:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=08f2904dfaf5e75fbcc1305c8b0aad5fae71a4ff'/>
<id>urn:sha1:08f2904dfaf5e75fbcc1305c8b0aad5fae71a4ff</id>
<content type='text'>
use is_empty() instead of len comparison (clippy::len_zero)
use if let instead of while let loop that never loops (clippy::never_loop)
remove redundant returns (clippy::needless_return)
remove redundant closures (clippy::redundant_closure)
use if let instead of match and wildcard pattern (clippy::single_match)
don't repeat field names redundantly (clippy::redundant_field_names)
</content>
</entry>
<entry>
<title>Const items have by default a static lifetime, there's no need to annotate it. (clippy::redundant_static_lifetimes)</title>
<updated>2020-03-05T15:38:24+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-05T10:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c2bbe3349f3c93d63d6408d4df1d190c7890f512'/>
<id>urn:sha1:c2bbe3349f3c93d63d6408d4df1d190c7890f512</id>
<content type='text'>
</content>
</entry>
</feed>
