<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/sgx/abi/usercalls, 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:37:58+00:00</updated>
<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>Use associated_type_bounds where applicable - closes #61738</title>
<updated>2019-08-08T20:39:15+00:00</updated>
<author>
<name>Ilija Tovilo</name>
<email>ilija.tovilo@me.com</email>
</author>
<published>2019-07-31T19:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a'/>
<id>urn:sha1:3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix potential integer overflow in SGX memory range calculation.</title>
<updated>2019-05-03T01:15:44+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-05-03T01:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dc4a38b0e7aa8410437ed72f019dc0f01e30fd1'/>
<id>urn:sha1:1dc4a38b0e7aa8410437ed72f019dc0f01e30fd1</id>
<content type='text'>
Thanks to Eduard Marin and David Oswald at the University of Burmingham,
and Jo Van Bulck at KU Leuven for discovering this issue.
</content>
</entry>
<entry>
<title>SGX target: implemented vectored I/O</title>
<updated>2019-04-29T23:48:22+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-04-11T02:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09f4008da5ecee74fe06d8fd78ac39064e300512'/>
<id>urn:sha1:09f4008da5ecee74fe06d8fd78ac39064e300512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SGX target: don't unwind on usercall index out of bounds</title>
<updated>2019-04-29T23:46:29+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-04-11T02:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e624ce2c2f5196a94178ce7dd62173526ff6839'/>
<id>urn:sha1:7e624ce2c2f5196a94178ce7dd62173526ff6839</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>libstd: deny(elided_lifetimes_in_paths), fixes in sgx</title>
<updated>2019-03-31T10:56:51+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-03-31T10:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=351a20c32fad14760e406e76fab43c8596de694d'/>
<id>urn:sha1:351a20c32fad14760e406e76fab43c8596de694d</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>Fix some imports and paths</title>
<updated>2019-02-27T19:06:17+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-17T13:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90dbf59b920054e5808718f4a54323e3653348aa'/>
<id>urn:sha1:90dbf59b920054e5808718f4a54323e3653348aa</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>
