<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/sgx/ext, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<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>Rename asm! to llvm_asm!</title>
<updated>2020-03-26T15:49:22+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2020-01-14T13:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d162d096ddf7972819e5b700890726a2ea85f272'/>
<id>urn:sha1:d162d096ddf7972819e5b700890726a2ea85f272</id>
<content type='text'>
asm! is left as a wrapper around llvm_asm! to maintain compatibility.
</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 some uses I missed</title>
<updated>2019-03-26T08:23:19+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-03-19T08:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=853ae8d931c3fe4cd303edf7d80271c1930b9654'/>
<id>urn:sha1:853ae8d931c3fe4cd303edf7d80271c1930b9654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify OsString/OsStr for byte-based implementations</title>
<updated>2019-03-21T20:45:35+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-03-05T23:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2079df1c8740dd76d5c28bb8f6193826f6afdec4'/>
<id>urn:sha1:2079df1c8740dd76d5c28bb8f6193826f6afdec4</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>fix SGX build failures</title>
<updated>2019-02-10T18:08:49+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-02-10T18:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4833074a9a47c12bcfeee4435bf981981ede689c'/>
<id>urn:sha1:4833074a9a47c12bcfeee4435bf981981ede689c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add os::fortanix_sgx::ffi module</title>
<updated>2019-01-23T13:23:39+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-01-23T13:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8db59d49f3364c26f424518d99631ca008b9b4f5'/>
<id>urn:sha1:8db59d49f3364c26f424518d99631ca008b9b4f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix undefined behavior</title>
<updated>2019-01-11T09:30:08+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-01-11T09:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=928efca151b0afcff90771ef94e09f7634646082'/>
<id>urn:sha1:928efca151b0afcff90771ef94e09f7634646082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove remaining copyright headers</title>
<updated>2018-12-28T20:50:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-12-28T20:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68860989eb0aa7d4dcfcc63257c61f9b5e925d52'/>
<id>urn:sha1:68860989eb0aa7d4dcfcc63257c61f9b5e925d52</id>
<content type='text'>
</content>
</entry>
</feed>
