<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/windows/stdio.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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>Require issue = "none" over issue = "0" in unstable attributes</title>
<updated>2019-12-21T11:16:18+00:00</updated>
<author>
<name>Ross MacArthur</name>
<email>ross@macarthur.io</email>
</author>
<published>2019-12-21T11:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3'/>
<id>urn:sha1:f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3</id>
<content type='text'>
</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>Fix rebase fail</title>
<updated>2019-02-27T19:06:17+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-27T07:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aad9e29f52988c55cd8cee2bd181a2e3c9d436a4'/>
<id>urn:sha1:aad9e29f52988c55cd8cee2bd181a2e3c9d436a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd =&gt; 2018</title>
<updated>2019-02-27T19:06:15+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-10T19:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93b6d9e086c6910118a57e4332c9448ab550931f'/>
<id>urn:sha1:93b6d9e086c6910118a57e4332c9448ab550931f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pub(crate) from stderr_raw</title>
<updated>2019-02-23T11:11:10+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-23T11:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a944b0d5bbc1b70423f6d710021bea5ba16f0b2'/>
<id>urn:sha1:1a944b0d5bbc1b70423f6d710021bea5ba16f0b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use standard Read/Write traits in sys::stdio</title>
<updated>2019-02-20T18:27:03+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-20T07:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6464e32ea97fe0b18f75becc82cba9b19dfe453c'/>
<id>urn:sha1:6464e32ea97fe0b18f75becc82cba9b19dfe453c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2019-02-20T18:26:56+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-19T14:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b09803e8694b3ad83f988e30b4f0a3903ebe2632'/>
<id>urn:sha1:b09803e8694b3ad83f988e30b4f0a3903ebe2632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor Windows stdio and remove stdin double buffering</title>
<updated>2019-02-20T05:37:30+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-14T05:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f411852add58637a3b8628a8f70146106bdc9719'/>
<id>urn:sha1:f411852add58637a3b8628a8f70146106bdc9719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused Read implementation on sys::Windows::Stdin</title>
<updated>2019-02-20T05:37:30+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-14T05:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc20ed678e4fc782cbbe55501bb3e300b5430c37'/>
<id>urn:sha1:cc20ed678e4fc782cbbe55501bb3e300b5430c37</id>
<content type='text'>
</content>
</entry>
</feed>
