<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys_common, branch 1.32.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.32.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.32.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-11-11T17:22:28+00:00</updated>
<entry>
<title>std: Delete the `alloc_system` crate</title>
<updated>2018-11-11T17:22:28+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-11-03T18:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc7590341a6ac213909d0ef56a7ebc2834274c8b'/>
<id>urn:sha1:cc7590341a6ac213909d0ef56a7ebc2834274c8b</id>
<content type='text'>
This commit deletes the `alloc_system` crate from the standard
distribution. This unstable crate is no longer needed in the modern
stable global allocator world, but rather its functionality is folded
directly into the standard library. The standard library was already the
only stable location to access this crate, and as a result this should
not affect any stable code.
</content>
</entry>
<entry>
<title>refactor: use shorthand fields</title>
<updated>2018-11-06T20:05:44+00:00</updated>
<author>
<name>teresy</name>
<email>hi.teresy@gmail.com</email>
</author>
<published>2018-11-06T20:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eca11b99a7d25e4e6573472a16537c1aacb5d5e1'/>
<id>urn:sha1:eca11b99a7d25e4e6573472a16537c1aacb5d5e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve output if no_lookup_host_duplicates fails</title>
<updated>2018-09-15T15:17:35+00:00</updated>
<author>
<name>Philip Munksgaard</name>
<email>pmunksgaard@gmail.com</email>
</author>
<published>2018-09-15T09:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e9d260e0a53f9d92f09d0276d22b874aee98259'/>
<id>urn:sha1:0e9d260e0a53f9d92f09d0276d22b874aee98259</id>
<content type='text'>
If the test fails, output the offending addresses and a helpful error message.
Also slightly improve legibility of the preceding line that puts the addresses
into a HashMap.
</content>
</entry>
<entry>
<title>Breaking change upgrades</title>
<updated>2018-09-04T19:22:08+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-08-04T22:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133'/>
<id>urn:sha1:9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace usages of ptr::offset with ptr::{add,sub}.</title>
<updated>2018-08-20T11:28:34+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-08-20T02:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=993fb934640b7e514f3c629c33a2698a83ed8c3e'/>
<id>urn:sha1:993fb934640b7e514f3c629c33a2698a83ed8c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex</title>
<updated>2018-08-08T16:12:33+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-08-08T16:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31bec788f46c73ab14c72868dc6141141320a058'/>
<id>urn:sha1:31bec788f46c73ab14c72868dc6141141320a058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>actually, reentrant uninitialized mutex acquisition is outright UB</title>
<updated>2018-08-06T12:39:55+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-08-06T12:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=645388583ca47357a6a2e5878a9cde84e2e579d3'/>
<id>urn:sha1:645388583ca47357a6a2e5878a9cde84e2e579d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>argue why at_exit_imp is fine</title>
<updated>2018-08-06T11:53:38+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-08-06T11:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab3e4a27894295ec0fca28b492450f2b22fbad4e'/>
<id>urn:sha1:ab3e4a27894295ec0fca28b492450f2b22fbad4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I think we have to strengthen Mutex::init UB</title>
<updated>2018-08-06T11:39:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-08-06T11:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=819645bfc461af9c02aa60a3385b008f490ed164'/>
<id>urn:sha1:819645bfc461af9c02aa60a3385b008f490ed164</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify partially initialized Mutex issues</title>
<updated>2018-08-06T10:54:44+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-08-06T10:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3d31105e99f5265880d0f010436ed5c6baab034'/>
<id>urn:sha1:d3d31105e99f5265880d0f010436ed5c6baab034</id>
<content type='text'>
</content>
</entry>
</feed>
