<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/windows/ext/mod.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<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>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>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing allow_missing_docs</title>
<updated>2018-06-13T21:30:35+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-06-13T20:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=231c61a76bba716ad0a7d571f64825d57be2a75e'/>
<id>urn:sha1:231c61a76bba716ad0a7d571f64825d57be2a75e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exposed all platform-specific documentation.</title>
<updated>2017-08-10T05:43:59+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-08-05T06:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4114ebe3a19d7d9bdacf700cc67bd2709eafe5b'/>
<id>urn:sha1:b4114ebe3a19d7d9bdacf700cc67bd2709eafe5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize docs in windows::ffi and windows::fs</title>
<updated>2017-05-19T02:10:15+00:00</updated>
<author>
<name>David LeGare</name>
<email>excaliburhissheath@gmail.com</email>
</author>
<published>2017-05-19T02:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cd838b274db73be8c974e5335b28f1b6f6b75a0'/>
<id>urn:sha1:4cd838b274db73be8c974e5335b28f1b6f6b75a0</id>
<content type='text'>
- Remove `()` parens when referencing functions in docs.
- Change some examples to be no_run instead of ignore.
- Normalize style in examples for `OpenOptionsExt`.
- Fix typo in windows mod docs.
</content>
</entry>
<entry>
<title>Update documention in windows::ffi</title>
<updated>2017-05-06T01:35:07+00:00</updated>
<author>
<name>David LeGare</name>
<email>excaliburhissheath@gmail.com</email>
</author>
<published>2017-05-06T01:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db16ca7c839c6dcc5a3103b5e0b37239dd21e450'/>
<id>urn:sha1:db16ca7c839c6dcc5a3103b5e0b37239dd21e450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize std::os::*::fs::FileExt</title>
<updated>2016-12-15T18:56:55+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2016-12-14T19:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df26a5a9587c5fd922163d2b7625588fa97912cc'/>
<id>urn:sha1:df26a5a9587c5fd922163d2b7625588fa97912cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement reading and writing atomically at certain offsets</title>
<updated>2016-10-09T08:48:07+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2016-08-15T23:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f2644b66647d47338051d783cae8e661312472'/>
<id>urn:sha1:b3f2644b66647d47338051d783cae8e661312472</id>
<content type='text'>
These functions allow to read from and write to a file in one atomic
action from multiple threads, avoiding the race between the seek and the
read.

The functions are named `{read,write}_at` on non-Windows (which don't
change the file cursor), and `seek_{read,write}` on Windows (which
change the file cursor).
</content>
</entry>
<entry>
<title>AsRawHandle and IntoRawHandle for JoinHandle</title>
<updated>2015-12-05T01:09:30+00:00</updated>
<author>
<name>Peter Atashian</name>
<email>retep998@gmail.com</email>
</author>
<published>2015-10-29T20:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95cdada99a02c5abea4898f46e04f7a271419dac'/>
<id>urn:sha1:95cdada99a02c5abea4898f46e04f7a271419dac</id>
<content type='text'>
This allows users to get the HANDLE of a spawned thread on Windows

Signed-off-by: Peter Atashian &lt;retep998@gmail.com&gt;
</content>
</entry>
</feed>
