<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/vxworks/stack_overflow.rs, 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>2019-11-30T02:37:58+00:00</updated>
<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>code cleanup</title>
<updated>2019-07-22T01:29:24+00:00</updated>
<author>
<name>Baoshan Pang</name>
<email>baoshan.pang@windriver.com</email>
</author>
<published>2019-07-22T01:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=279c399599357cdb40d2bbe24a769d2d1dd4a9d9'/>
<id>urn:sha1:279c399599357cdb40d2bbe24a769d2d1dd4a9d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add supporting for vxWorks</title>
<updated>2019-07-16T07:13:07+00:00</updated>
<author>
<name>Baoshan Pang</name>
<email>baoshan.pang@windriver.com</email>
</author>
<published>2019-07-16T06:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c0c0f6158b464ee5070b32bb37f2863d0eff012'/>
<id>urn:sha1:4c0c0f6158b464ee5070b32bb37f2863d0eff012</id>
<content type='text'>
r? @alexcrichton
</content>
</entry>
</feed>
