<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/vxworks/process, 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-22T16:33:12+00:00</updated>
<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>Support feature process_set_argv0 for VxWorks</title>
<updated>2020-01-24T17:59:59+00:00</updated>
<author>
<name>BaoshanPang</name>
<email>pangbw@gmail.com</email>
</author>
<published>2020-01-17T17:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06af44238f2b7a82995dc0a354403ab68dab7cc5'/>
<id>urn:sha1:06af44238f2b7a82995dc0a354403ab68dab7cc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use drop instead of the toilet closure `|_| ()`</title>
<updated>2020-01-02T08:56:12+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-01-02T08:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd8f07223346b06da723c25a3ac42f874e6c945c'/>
<id>urn:sha1:dd8f07223346b06da723c25a3ac42f874e6c945c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton</title>
<updated>2019-12-06T06:36:56+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-12-06T06:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=617b07e7302065d8aaed18ab0baf88cfb9e8e054'/>
<id>urn:sha1:617b07e7302065d8aaed18ab0baf88cfb9e8e054</id>
<content type='text'>
VxWorks: fix issues in accessing environment variables
</content>
</entry>
<entry>
<title>Format libstd/sys with rustfmt</title>
<updated>2019-11-30T02:37:58+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-27T18:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c34fbfaad38cf5829ef5cfe780dc9d58480adeaa'/>
<id>urn:sha1:c34fbfaad38cf5829ef5cfe780dc9d58480adeaa</id>
<content type='text'>
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd/sys *that are not involved in any currently open PR*
to minimize merge conflicts. THe list of files involved in open PRs was
determined by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in outstanding_files, the
relevant commands were:

    $ find src/libstd/sys -name '*.rs' \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ rg libstd/sys outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of the files.

To confirm no funny business:

    $ git checkout $THIS_COMMIT^
    $ git show --pretty= --name-only $THIS_COMMIT \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ git diff $THIS_COMMIT  # there should be no difference
</content>
</entry>
<entry>
<title>ensure that access to the environment is synchronized</title>
<updated>2019-11-22T22:36:54+00:00</updated>
<author>
<name>BaoshanPang</name>
<email>pangbw@gmail.com</email>
</author>
<published>2019-11-20T22:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de362b41468f71ab7b1843007f97d4c1ca93638c'/>
<id>urn:sha1:de362b41468f71ab7b1843007f97d4c1ca93638c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pass the captured environment variables to rtpSpawn</title>
<updated>2019-11-22T22:36:53+00:00</updated>
<author>
<name>BaoshanPang</name>
<email>pangbw@gmail.com</email>
</author>
<published>2019-11-04T23:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e20f630f1caf7e95a725ed524109fc168a9e1345'/>
<id>urn:sha1:e20f630f1caf7e95a725ed524109fc168a9e1345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rtpSpawn's parameters type(It's prototype has been updated in libc)</title>
<updated>2019-09-26T03:10:29+00:00</updated>
<author>
<name>Baoshan Pang</name>
<email>baoshan.pang@windriver.com</email>
</author>
<published>2019-09-26T03:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd38a0f6c72928b59ffc266f52954b6cfcc5f491'/>
<id>urn:sha1:dd38a0f6c72928b59ffc266f52954b6cfcc5f491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc</title>
<updated>2019-09-23T22:37:18+00:00</updated>
<author>
<name>Baoshan Pang</name>
<email>baoshan.pang@windriver.com</email>
</author>
<published>2019-09-23T22:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b548814a8b01ee155ceb2946fc92a47dcbe74197'/>
<id>urn:sha1:b548814a8b01ee155ceb2946fc92a47dcbe74197</id>
<content type='text'>
</content>
</entry>
</feed>
