<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/common, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-06-17T16:07:17+00:00</updated>
<entry>
<title>More test fixes and fallout of stability changes</title>
<updated>2015-06-17T16:07:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-11T02:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4a2823cd6c6f1a560469587f902f3a1f49d3c79'/>
<id>urn:sha1:b4a2823cd6c6f1a560469587f902f3a1f49d3c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Stabilize the sync_poison feature</title>
<updated>2015-06-17T16:07:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-11T01:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c032d6fd397d95ccfa7c9bbefc8cc508906b8d34'/>
<id>urn:sha1:c032d6fd397d95ccfa7c9bbefc8cc508906b8d34</id>
<content type='text'>
These accessor/constructor methods for a `PoisonError` are quite standard for a
wrapper type and enable manipulation of the underlying type.
</content>
</entry>
<entry>
<title>std: Remove two internal `str_internals` functions</title>
<updated>2015-06-17T16:07:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-11T01:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a05ed9936d97414efdfd460f1e25505c366689d3'/>
<id>urn:sha1:a05ed9936d97414efdfd460f1e25505c366689d3</id>
<content type='text'>
These were just exposed to be used elsewhere at some point, but neither is
currently being used so just make them private again.
</content>
</entry>
<entry>
<title>std: Split the `std_misc` feature</title>
<updated>2015-06-17T16:06:59+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-10T01:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6895311e859e1859f9b3f0adc9f1fbb4d2891534'/>
<id>urn:sha1:6895311e859e1859f9b3f0adc9f1fbb4d2891534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro</title>
<updated>2015-06-10T16:37:10+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-06-10T16:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d9427e6cd798e24b4be633aa4bf459bd232400c'/>
<id>urn:sha1:7d9427e6cd798e24b4be633aa4bf459bd232400c</id>
<content type='text'>
Using two terms for one thing is confusing, these are called 'raw pointers' today.
</content>
</entry>
<entry>
<title>Exise 'unsafe pointer' in favor of 'raw pointer'</title>
<updated>2015-06-09T20:49:24+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-06-09T20:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c75256c151774407e5f4a0e4c655604d34bee17'/>
<id>urn:sha1:2c75256c151774407e5f4a0e4c655604d34bee17</id>
<content type='text'>
Using two terms for one thing is confusing, these are called 'raw pointers' today.
</content>
</entry>
<entry>
<title>fix example in comments about demangling</title>
<updated>2015-06-09T18:47:51+00:00</updated>
<author>
<name>Andrew Straw</name>
<email>strawman@astraw.com</email>
</author>
<published>2015-06-09T18:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24c596c650126116bb5c484666e8c9c34f8da562'/>
<id>urn:sha1:24c596c650126116bb5c484666e8c9c34f8da562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton</title>
<updated>2015-06-08T20:52:33+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-06-08T20:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02c33b690b9270ef7d26412fdf4a8498acfea1a7'/>
<id>urn:sha1:02c33b690b9270ef7d26412fdf4a8498acfea1a7</id>
<content type='text'>
With the latter is provided by the `From` conversion trait, the former is now completely redundant. Their code is identical. Let’s deprecate now and plan to remove in the next cycle. (It’s `#[unstable]`.)

r? @alexcrichton 
CC @nagisa 
</content>
</entry>
<entry>
<title>Replace usage of String::from_str with String:from</title>
<updated>2015-06-08T14:55:35+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2015-06-08T14:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c160192f5f26279eb065a163e651ce610247b108'/>
<id>urn:sha1:c160192f5f26279eb065a163e651ce610247b108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton</title>
<updated>2015-06-08T04:54:59+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-06-08T04:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bea1c4a78e5233ea6f85a2028a26e08c26635fca'/>
<id>urn:sha1:bea1c4a78e5233ea6f85a2028a26e08c26635fca</id>
<content type='text'>
r? @eddyb 
</content>
</entry>
</feed>
