<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc, branch 1.3.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.3.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-07-30T10:25:23+00:00</updated>
<entry>
<title>Auto merge of #27371 - Gankro:str-clone, r=alexcrichton</title>
<updated>2015-07-30T10:25:23+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-30T10:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87055a68c3194db212456f99ece080728a5fc2f8'/>
<id>urn:sha1:87055a68c3194db212456f99ece080728a5fc2f8</id>
<content type='text'>
This is a minor [breaking-change], as it changes what
`boxed_str.to_owned()` does (previously it would deref to `&amp;str` and
call `to_owned` on that to get a `String`). However `Box&lt;str&gt;` is such an
exceptionally rare type that this is not expected to be a serious
concern. Also a `Box&lt;str&gt;` can be freely converted to a `String` to
obtain the previous result anyway.
</content>
</entry>
<entry>
<title>Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton</title>
<updated>2015-07-30T05:54:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-30T05:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db2af71d59ee1577d1a7c5b8d9c65e1301b870ca'/>
<id>urn:sha1:db2af71d59ee1577d1a7c5b8d9c65e1301b870ca</id>
<content type='text'>
See https://internals.rust-lang.org/t/rc-is-unsafe-mostly-on-32-bit-targets-due-to-overflow/2120 for detailed discussion of this problem.
</content>
</entry>
<entry>
<title>implement Clone for Box&lt;str&gt;, closes #27323</title>
<updated>2015-07-30T01:43:01+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2015-07-27T16:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e954a8cb2fd094d79713059d83d37b2daa7b396'/>
<id>urn:sha1:3e954a8cb2fd094d79713059d83d37b2daa7b396</id>
<content type='text'>
This is a minor [breaking-change], as it changes what
`boxed_str.to_owned()` does (previously it would deref to `&amp;str` and
call `to_owned` on that to get a `String`). However `Box&lt;str&gt;` is such an
exceptionally rare type that this is not expected to be a serious
concern. Also a `Box&lt;str&gt;` can be freely converted to a `String` to
obtain the previous behaviour anyway.
</content>
</entry>
<entry>
<title>make Arc mem::forget safe</title>
<updated>2015-07-30T00:05:40+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2015-07-21T00:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22e21004582902cc1b7d1bef89d09728cbe64ca2'/>
<id>urn:sha1:22e21004582902cc1b7d1bef89d09728cbe64ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make Rc mem::forget safe</title>
<updated>2015-07-30T00:05:40+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2015-07-20T23:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ffe3453cb2bd4cc031b4f8a4bdb88279e01e094'/>
<id>urn:sha1:1ffe3453cb2bd4cc031b4f8a4bdb88279e01e094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro</title>
<updated>2015-07-29T14:30:34+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-29T14:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a368adf8e5bd1166b9fd915ed1db674872f5a1bc'/>
<id>urn:sha1:a368adf8e5bd1166b9fd915ed1db674872f5a1bc</id>
<content type='text'>
In spirit with https://internals.rust-lang.org/t/should-we-keep-including-obvious-imports-in-code-examples/2217, show the feature flags we're using in examples.

(also one instance of 'use')
</content>
</entry>
<entry>
<title>Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro</title>
<updated>2015-07-28T19:36:26+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-28T19:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba9224f35451e5d5ef7647bd2b40e5da80ce2735'/>
<id>urn:sha1:ba9224f35451e5d5ef7647bd2b40e5da80ce2735</id>
<content type='text'>
Closes #25097
</content>
</entry>
<entry>
<title>Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton</title>
<updated>2015-07-28T08:51:21+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-28T08:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b72fa42d434e92e5fbb9fbd3b0995cc936ddcb9'/>
<id>urn:sha1:5b72fa42d434e92e5fbb9fbd3b0995cc936ddcb9</id>
<content type='text'>
FreeBSD i386 snapshot is missing, failed tests (possibly spurious).
r? @alexcrichton
</content>
</entry>
<entry>
<title>Implement Clone for Box&lt;[T]&gt; where T: Clone</title>
<updated>2015-07-28T08:43:17+00:00</updated>
<author>
<name>Jonathan Reem</name>
<email>jonathan.reem@gmail.com</email>
</author>
<published>2015-07-27T05:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e24423091f0690a83e63ee234bee5627a86b51f0'/>
<id>urn:sha1:e24423091f0690a83e63ee234bee5627a86b51f0</id>
<content type='text'>
Closes #25097
</content>
</entry>
<entry>
<title>std: Deprecate a number of unstable features</title>
<updated>2015-07-27T23:38:25+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-07-08T15:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3aa1a6d4ac88f68e036a05fdf19be63b522b65d'/>
<id>urn:sha1:b3aa1a6d4ac88f68e036a05fdf19be63b522b65d</id>
<content type='text'>
Many of these have long since reached their stage of being obsolete, so this
commit starts the removal process for all of them. The unstable features that
were deprecated are:

* cmp_partial
* fs_time
* hash_default
* int_slice
* iter_min_max
* iter_reset_fuse
* iter_to_vec
* map_in_place
* move_from
* owned_ascii_ext
* page_size
* read_and_zero
* scan_state
* slice_chars
* slice_position_elem
* subslice_offset
</content>
</entry>
</feed>
