<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/sgx/waitqueue, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-11T19:10:25+00:00</updated>
<entry>
<title>std: begin moving platform support modules into `pal`</title>
<updated>2024-01-11T19:10:25+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-01-11T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99128b7e45f8b95d962da2e6ea584767f0c85455'/>
<id>urn:sha1:99128b7e45f8b95d962da2e6ea584767f0c85455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Aborting when `before_wait` function panics</title>
<updated>2023-08-01T08:23:32+00:00</updated>
<author>
<name>Raoul Strackx</name>
<email>raoul.strackx@fortanix.com</email>
</author>
<published>2023-07-31T11:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9baab45e2f2bc3218737613bda074e5b04d2034b'/>
<id>urn:sha1:9baab45e2f2bc3218737613bda074e5b04d2034b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`waitqueue` clarifications for SGX platform</title>
<updated>2023-07-31T10:59:42+00:00</updated>
<author>
<name>Raoul Strackx</name>
<email>raoul.strackx@fortanix.com</email>
</author>
<published>2023-05-15T13:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a5443fe21bfaba77a4c872ec76b8e828bb265c0'/>
<id>urn:sha1:9a5443fe21bfaba77a4c872ec76b8e828bb265c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve code around SGX waitqueue</title>
<updated>2023-05-11T09:03:07+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2023-05-11T08:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5aede9c822875345eb7eb468ecd9bc4568ed112'/>
<id>urn:sha1:f5aede9c822875345eb7eb468ecd9bc4568ed112</id>
<content type='text'>
Followed up of d36e390d8176babedcf326581959958d447170cd
See https://github.com/rust-lang/rust/pull/109732#issuecomment-1543574908
for more details.

Co-authored-by: Jethro Beekman &lt;jethro@fortanix.com&gt;
</content>
</entry>
<entry>
<title>Remove and fix useless drop of reference</title>
<updated>2023-05-10T17:36:01+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2023-03-26T14:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d36e390d8176babedcf326581959958d447170cd'/>
<id>urn:sha1:d36e390d8176babedcf326581959958d447170cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warning to SGX mutex implementation</title>
<updated>2021-07-27T10:13:00+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2021-07-27T10:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b518dc7a316b172f474be97e2139cb36b1b15f2f'/>
<id>urn:sha1:b518dc7a316b172f474be97e2139cb36b1b15f2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rearrange SGX split module files</title>
<updated>2021-05-07T11:55:03+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2021-05-07T11:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfa84842e546a5fb2d1c69ba499ddc94bee1e01a'/>
<id>urn:sha1:bfa84842e546a5fb2d1c69ba499ddc94bee1e01a</id>
<content type='text'>
In #75979 several inlined modules were split out into multiple files.
This PR keeps the multiple files but moves a few things around to
organize things in a coherent way.
</content>
</entry>
<entry>
<title>deprecate atomic::spin_loop_hint in favour of hint::spin_loop</title>
<updated>2021-01-13T06:30:29+00:00</updated>
<author>
<name>Ashley Mannix</name>
<email>kodraus@hey.com</email>
</author>
<published>2021-01-13T04:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d65cb6ebcedadbfdf190975228e5db7a5c8f1555'/>
<id>urn:sha1:d65cb6ebcedadbfdf190975228e5db7a5c8f1555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate standard library away from compare_and_swap</title>
<updated>2020-12-22T11:19:46+00:00</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2020-11-20T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=828d4ace4dee856b376fa44cc095d490ee799c30'/>
<id>urn:sha1:828d4ace4dee856b376fa44cc095d490ee799c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx</title>
<updated>2020-10-08T15:09:18+00:00</updated>
<author>
<name>Caduser2020</name>
<email>51916507+Caduser2020@users.noreply.github.com</email>
</author>
<published>2020-09-29T20:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fb0a1d50123de3599ee1802e49cc7c616529735'/>
<id>urn:sha1:1fb0a1d50123de3599ee1802e49cc7c616529735</id>
<content type='text'>
Run `./x.py` fmt

Add reference link

Fix reference link

Apply review suggestions.
</content>
</entry>
</feed>
