<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/sync, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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>Deny unsafe ops in unsafe fns, part 6</title>
<updated>2020-06-30T17:28:51+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-06-30T17:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1623ff3b6a48e7ac29e1c25900989851278743b'/>
<id>urn:sha1:a1623ff3b6a48e7ac29e1c25900989851278743b</id>
<content type='text'>
And final part!!!
</content>
</entry>
<entry>
<title>Deny unsafe ops in unsafe fns, part 3</title>
<updated>2020-06-30T15:06:16+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-06-24T11:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac7539c6d1036e42e84d388a57a656c420cb9eee'/>
<id>urn:sha1:ac7539c6d1036e42e84d388a57a656c420cb9eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-Simulacrum</title>
<updated>2020-06-11T22:05:27+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-06-11T22:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b41e54799754fcdc7ae0429bd8fd64b5bd5a1fd'/>
<id>urn:sha1:3b41e54799754fcdc7ae0429bd8fd64b5bd5a1fd</id>
<content type='text'>
std: Enable atomic.fence emission on wasm32

This commit removes the `#[cfg]` guards in `atomic::fence` on wasm
targets. Since these guards were originally added the upstream wasm
specification for threads gained an `atomic.fence` instruction, so LLVM
no longer panics on these intrinsics.

Although there aren't a ton of tests in-repo for this right now I've
tested locally and all of these fences generate `atomic.fence`
instructions in wasm.

Closes #65687
Closes #72997
</content>
</entry>
<entry>
<title>Only mention `u8` and not booleans</title>
<updated>2020-06-06T20:30:09+00:00</updated>
<author>
<name>Poliorcetics</name>
<email>poliorcetics@users.noreply.github.com</email>
</author>
<published>2020-06-06T20:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53984569e289867c2fb4518f6345928571fd053a'/>
<id>urn:sha1:53984569e289867c2fb4518f6345928571fd053a</id>
<content type='text'>
Co-authored-by: Amanieu d'Antras &lt;amanieu@gmail.com&gt;</content>
</entry>
<entry>
<title>std: Enable atomic.fence emission on wasm32</title>
<updated>2020-06-05T17:14:53+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2020-06-05T17:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05b2d3f7dc623fc5304fa0edc9efeaf08ea1db26'/>
<id>urn:sha1:05b2d3f7dc623fc5304fa0edc9efeaf08ea1db26</id>
<content type='text'>
This commit removes the `#[cfg]` guards in `atomic::fence` on wasm
targets. Since these guards were originally added the upstream wasm
specification for threads gained an `atomic.fence` instruction, so LLVM
no longer panics on these intrinsics.

Although there aren't a ton of tests in-repo for this right now I've
tested locally and all of these fences generate `atomic.fence`
instructions in wasm.

Closes #72997
</content>
</entry>
<entry>
<title>Improve the new documentation to be more precise about the necessary platform's capabilities</title>
<updated>2020-06-05T17:07:24+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-06-05T17:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7897f60021b95b853b28e600ee858e21f49e8575'/>
<id>urn:sha1:7897f60021b95b853b28e600ee858e21f49e8575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a **Note**: comment in documentation when the type/method/function is not always available</title>
<updated>2020-06-04T20:07:56+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-06-04T20:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=817d6a078eb6b7ef1103781bd9114c6d9b811db9'/>
<id>urn:sha1:817d6a078eb6b7ef1103781bd9114c6d9b811db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay</title>
<updated>2020-05-29T06:06:57+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-05-29T06:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=986c60c78b4aa548aa78570a08b2c51bc16dcbb7'/>
<id>urn:sha1:986c60c78b4aa548aa78570a08b2c51bc16dcbb7</id>
<content type='text'>
Stabilize AtomicN::fetch_min and AtomicN::fetch_max

Some architectures (ARMv8.1 LSE and RISC-V) have specific instructions for atomic min/max which the compiler can only generate through explicit instrinsics.
</content>
</entry>
<entry>
<title>Stabilize AtomicN::fetch_min and AtomicN::fetch_max</title>
<updated>2020-05-18T14:16:23+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2020-05-18T14:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d7a731f3dfc416d761963cf1bbb0abee9764665'/>
<id>urn:sha1:1d7a731f3dfc416d761963cf1bbb0abee9764665</id>
<content type='text'>
</content>
</entry>
</feed>
