<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/sgx/thread.rs, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<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>Move usercall_wait_timeout to abi::usercalls::wait_timeout</title>
<updated>2020-07-15T22:48:36+00:00</updated>
<author>
<name>Mohsen Zohrevandi</name>
<email>mohsen.zohrevandi@fortanix.com</email>
</author>
<published>2020-07-15T22:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85c25aed510ce599504b172f7c7bef280e91637b'/>
<id>urn:sha1:85c25aed510ce599504b172f7c7bef280e91637b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2020-07-11T02:57:31+00:00</updated>
<author>
<name>Mohsen Zohrevandi</name>
<email>mohsen.zohrevandi@fortanix.com</email>
</author>
<published>2020-07-11T02:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1466598e19321bc6b97aef8271a317e78211d54d'/>
<id>urn:sha1:1466598e19321bc6b97aef8271a317e78211d54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle spurious wakeups in wait_timeout_sgx</title>
<updated>2020-06-12T19:06:41+00:00</updated>
<author>
<name>Mohsen Zohrevandi</name>
<email>mohsen.zohrevandi@fortanix.com</email>
</author>
<published>2020-06-12T19:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7dc64bdfea4fbf8974774800ab51e04eaa4f082'/>
<id>urn:sha1:d7dc64bdfea4fbf8974774800ab51e04eaa4f082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable some timeouts in SGX platform</title>
<updated>2020-06-12T18:26:19+00:00</updated>
<author>
<name>Mohsen Zohrevandi</name>
<email>mohsen.zohrevandi@fortanix.com</email>
</author>
<published>2020-06-12T00:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4b02659c16d2ad0ac36d2c8602edd002e559f7a'/>
<id>urn:sha1:c4b02659c16d2ad0ac36d2c8602edd002e559f7a</id>
<content type='text'>
This would partially resolve
https://github.com/fortanix/rust-sgx/issues/31
</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>Eliminate `FnBox` usages from libstd.</title>
<updated>2019-04-10T01:40:44+00:00</updated>
<author>
<name>CrLF0710</name>
<email>crlf0710@gmail.com</email>
</author>
<published>2019-04-09T16:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6635fbed4ca8c65822f99e994735bd1877fb063e'/>
<id>urn:sha1:6635fbed4ca8c65822f99e994735bd1877fb063e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SGX target: convert a bunch of panics to aborts</title>
<updated>2019-04-01T19:24:46+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-02-17T10:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6d96c8979d37dd137d29a992fc9b962ebe089aaf'/>
<id>urn:sha1:6d96c8979d37dd137d29a992fc9b962ebe089aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SGX target: fix std unit tests</title>
<updated>2019-03-25T18:31:19+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-03-12T17:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f229422cc1a0d46d15a7f953f59d8e057ae03865'/>
<id>urn:sha1:f229422cc1a0d46d15a7f953f59d8e057ae03865</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>
</feed>
