<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/os/raw/mod.rs, branch 1.41.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-30T02:32:46+00:00</updated>
<entry>
<title>Format libstd/os with rustfmt</title>
<updated>2019-11-30T02:32:46+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-27T18:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60091ee826b071a122ad4ef4ae833591e1db553b'/>
<id>urn:sha1:60091ee826b071a122ad4ef4ae833591e1db553b</id>
<content type='text'>
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd/os *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/os -name '*.rs' \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ rg libstd/os 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>Handle cfg(bootstrap) throughout</title>
<updated>2019-08-14T09:39:53+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-08-11T16:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2601c864878412814134f417b7a738e5ee8898f2'/>
<id>urn:sha1:2601c864878412814134f417b7a738e5ee8898f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov</title>
<updated>2019-07-25T21:20:51+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-07-25T21:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=845e146d04bd3591de04ec4bab25f29927d4723c'/>
<id>urn:sha1:845e146d04bd3591de04ec4bab25f29927d4723c</id>
<content type='text'>
rustdoc: make #[doc(include)] relative to the containing file

This matches the behavior of other in-source paths like `#[path]` and the `include_X!` macros.

Fixes https://github.com/rust-lang/rust/pull/58373#issuecomment-462349380
Also addresses https://github.com/rust-lang/rust/issues/44732#issuecomment-467660239

cc #44732

This is still missing a stdsimd change (https://github.com/jonas-schievink/stdsimd/commit/42ed30e0b5fb5e2d11765b5d1e1f36234af85984), so CI will currently fail. I'll land that change once I get initial feedback for this PR.
</content>
</entry>
<entry>
<title>stage0 -&gt; bootstrap</title>
<updated>2019-07-23T15:17:31+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2019-06-22T18:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ccf52c1c6cffde2905d7ad0ebfa36a9e8a0c319'/>
<id>urn:sha1:8ccf52c1c6cffde2905d7ad0ebfa36a9e8a0c319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make #[doc(include)] paths behave like other paths</title>
<updated>2019-07-23T15:17:31+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2019-05-18T13:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=138e08ccf6f6c6caf55a135bd0edcba8e6855df5'/>
<id>urn:sha1:138e08ccf6f6c6caf55a135bd0edcba8e6855df5</id>
<content type='text'>
This makes them relative to the containing file instead of the crate
root
</content>
</entry>
<entry>
<title>add support for hexagon-unknown-linux-musl</title>
<updated>2019-07-22T14:44:58+00:00</updated>
<author>
<name>Brian Cain</name>
<email>bcain@quicinc.com</email>
</author>
<published>2018-08-10T17:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b339688b5b49e38545336b27845b7d1e31a5b80'/>
<id>urn:sha1:4b339688b5b49e38545336b27845b7d1e31a5b80</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>
<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 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 FreeBSD unsigned char platforms to std::os::raw</title>
<updated>2018-12-08T22:37:57+00:00</updated>
<author>
<name>myfreeweb</name>
<email>greg@unrelenting.technology</email>
</author>
<published>2018-12-08T22:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67e7181199d506f26633e4a06073b7a17ad34045'/>
<id>urn:sha1:67e7181199d506f26633e4a06073b7a17ad34045</id>
<content type='text'>
Reference: https://www.freebsd.org/cgi/man.cgi?query=arch&amp;apropos=0&amp;sektion=7</content>
</entry>
</feed>
