<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/convert.rs, 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:06:59+00:00</updated>
<entry>
<title>core: Split apart the global `core` 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-09T18:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c14d86fd3ff3ba2d01a6e859290b30e74081313b'/>
<id>urn:sha1:c14d86fd3ff3ba2d01a6e859290b30e74081313b</id>
<content type='text'>
This commit shards the broad `core` feature of the libcore library into finer
grained features. This split groups together similar APIs and enables tracking
each API separately, giving a better sense of where each feature is within the
stabilization process.

A few minor APIs were deprecated along the way:

* Iterator::reverse_in_place
* marker::NoCopy
</content>
</entry>
<entry>
<title>TRPL: Borrow and AsRef</title>
<updated>2015-05-12T14:53:50+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-04-30T18:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e780fb270c5296a87ff9dc1442fc141f69e77fcd'/>
<id>urn:sha1:e780fb270c5296a87ff9dc1442fc141f69e77fcd</id>
<content type='text'>
These two traits are commonly confused. As such, explain the difference.

Fixes #24163
</content>
</entry>
<entry>
<title>Add #[inline] to AsRef&lt;str&gt;::as_ref for String and str.</title>
<updated>2015-05-10T12:06:41+00:00</updated>
<author>
<name>Jan Bujak</name>
<email>j@exia.io</email>
</author>
<published>2015-05-10T12:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a168dbad15e108fce02a996fc8f72803460b7a55'/>
<id>urn:sha1:a168dbad15e108fce02a996fc8f72803460b7a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make From::from example more idiomatic / simpler</title>
<updated>2015-04-27T03:18:19+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2015-04-27T03:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57284e68803c820ea8d453ed9711e065d2fb3b49'/>
<id>urn:sha1:57284e68803c820ea8d453ed9711e065d2fb3b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove reference to 'to'</title>
<updated>2015-04-24T15:02:07+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-04-24T15:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15c3435b87db2dbdfd564ab13e90b73aadd84737'/>
<id>urn:sha1:15c3435b87db2dbdfd564ab13e90b73aadd84737</id>
<content type='text'>
FIxes #24712
</content>
</entry>
<entry>
<title>Add examples for Convert</title>
<updated>2015-04-10T16:44:20+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-04-06T18:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=288b1c9aba7ab46211d1760d2dc8fcc634acd515'/>
<id>urn:sha1:288b1c9aba7ab46211d1760d2dc8fcc634acd515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/Perform/Performs/</title>
<updated>2015-04-04T14:26:14+00:00</updated>
<author>
<name>Andrew Paseltiner</name>
<email>apaseltiner@gmail.com</email>
</author>
<published>2015-04-04T14:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d198955d329904cbd54531e6f404a5648ace19f'/>
<id>urn:sha1:2d198955d329904cbd54531e6f404a5648ace19f</id>
<content type='text'>
Per [RFC #0505](https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#formatting).</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts, round 2</title>
<updated>2015-03-31T22:56:33+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-31T18:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30532884f83c4346f736dee5df03e812bde94ddc'/>
<id>urn:sha1:30532884f83c4346f736dee5df03e812bde94ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #23879: seanmonstar/del-from-error</title>
<updated>2015-03-31T22:53:39+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-31T18:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e10ee2c8572421c056ea68e6656fee936e0330d8'/>
<id>urn:sha1:e10ee2c8572421c056ea68e6656fee936e0330d8</id>
<content type='text'>
Conflicts:
	src/libcore/error.rs
</content>
</entry>
<entry>
<title>Stabilize `std::convert` and related code</title>
<updated>2015-03-31T18:24:38+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-03-30T22:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fc51efe3344a32d9e522f08383f052277b6ab63'/>
<id>urn:sha1:9fc51efe3344a32d9e522f08383f052277b6ab63</id>
<content type='text'>
* Marks `#[stable]` the contents of the `std::convert` module.

* Added methods `PathBuf::as_path`, `OsString::as_os_str`,
  `String::as_str`, `Vec::{as_slice, as_mut_slice}`.

* Deprecates `OsStr::from_str` in favor of a new, stable, and more
  general `OsStr::new`.

* Adds unstable methods `OsString::from_bytes` and `OsStr::{to_bytes,
  to_cstring}` for ergonomic FFI usage.

[breaking-change]
</content>
</entry>
</feed>
