<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/os/fuchsia, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.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>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 doc links to `std::os` extension traits</title>
<updated>2018-04-14T22:32:24+00:00</updated>
<author>
<name>Dylan MacKenzie</name>
<email>ecstaticmorse@gmail.com</email>
</author>
<published>2018-04-10T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=182d99cfd1a551b9daa3d7f6896775278fb2962e'/>
<id>urn:sha1:182d99cfd1a551b9daa3d7f6896775278fb2962e</id>
<content type='text'>
Add documentation links to the original type for various OS-specific
extension traits and normalize the language for introducing such traits.
Also, remove some outdated comments around the extension trait
definitions.
</content>
</entry>
<entry>
<title>Update libc submodule with corresponding fuchsia changes</title>
<updated>2016-10-22T14:08:07+00:00</updated>
<author>
<name>Raph Levien</name>
<email>raph@google.com</email>
</author>
<published>2016-10-21T17:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cea61408c335826a0e3fcd781ac5d05ae5ad432e'/>
<id>urn:sha1:cea61408c335826a0e3fcd781ac5d05ae5ad432e</id>
<content type='text'>
Also trim os::fuchsia::raw architectures.
</content>
</entry>
<entry>
<title>Add Fuchsia support</title>
<updated>2016-10-22T14:08:06+00:00</updated>
<author>
<name>Raph Levien</name>
<email>raph@google.com</email>
</author>
<published>2016-10-18T20:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76bac5d33e09e8ae1b243c045584646431147cce'/>
<id>urn:sha1:76bac5d33e09e8ae1b243c045584646431147cce</id>
<content type='text'>
Adds support for the x86_64-unknown-fuchsia target, which covers the
Fuchsia operating system.
</content>
</entry>
</feed>
