<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync/mpsc, 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>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>Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb</title>
<updated>2020-07-17T00:08:56+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-17T00:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41d956bf632fbc658f21a4195344fe79b685cde9'/>
<id>urn:sha1:41d956bf632fbc658f21a4195344fe79b685cde9</id>
<content type='text'>
Enable some timeouts in SGX platform

This would partially resolve https://github.com/fortanix/rust-sgx/issues/31

cc @jethrogb and @Goirad
</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>Migrate to numeric associated consts</title>
<updated>2020-06-10T01:35:47+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-06-02T07:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fff822fead6249671cbcb090b24bce58fab38de0'/>
<id>urn:sha1:fff822fead6249671cbcb090b24bce58fab38de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump to 1.46</title>
<updated>2020-06-03T19:27:51+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-06-03T19:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71393422495b8d3c7a6e4ded3e64adaec45dca6d'/>
<id>urn:sha1:71393422495b8d3c7a6e4ded3e64adaec45dca6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make abort intrinsic safe, and correct its documentation</title>
<updated>2020-05-17T09:23:42+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-17T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5980d972d1911225e38e98fe81974973349793a0'/>
<id>urn:sha1:5980d972d1911225e38e98fe81974973349793a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more clippy warnings</title>
<updated>2020-04-26T00:24:01+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-04-25T08:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8862f829bbfbc25a2b4e02210a94907787d1cd8b'/>
<id>urn:sha1:8862f829bbfbc25a2b4e02210a94907787d1cd8b</id>
<content type='text'>
clippy::{redundant_pattern_matching, clone_on_copy, iter_cloned_collect, option_as_ref_deref, match_ref_pats}
</content>
</entry>
<entry>
<title>Avoid unused Option::map results</title>
<updated>2020-04-24T20:58:41+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-24T20:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2325c209257a8ce6c11200ebfc152907566f7a04'/>
<id>urn:sha1:2325c209257a8ce6c11200ebfc152907566f7a04</id>
<content type='text'>
These are changes that would be needed if we add `#[must_use]` to
`Option::map`, per #71484.
</content>
</entry>
<entry>
<title>Dogfood or_patterns in the standard library</title>
<updated>2020-04-16T19:44:57+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-16T19:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2edd123a233fff2fbccd17299e0c14d2203e1acc'/>
<id>urn:sha1:2edd123a233fff2fbccd17299e0c14d2203e1acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop importing integer modules in libstd</title>
<updated>2020-04-05T09:22:01+00:00</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2020-04-04T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=101085ad9fd26a5e18f4c76dcc72b34d8edbdbe6'/>
<id>urn:sha1:101085ad9fd26a5e18f4c76dcc72b34d8edbdbe6</id>
<content type='text'>
</content>
</entry>
</feed>
