<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcoretest/num, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-04-03T18:49:39+00:00</updated>
<entry>
<title>Move libXtest into libX/tests</title>
<updated>2017-04-03T18:49:39+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-04-03T14:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13c744f30d1540f36a6437224d16e3aea0a2ff71'/>
<id>urn:sha1:13c744f30d1540f36a6437224d16e3aea0a2ff71</id>
<content type='text'>
This change moves:

1. `libcoretest` into `libcore/tests`
2. `libcollectionstest` into `libcollections/tests`

This is a follow-up to #39561.
</content>
</entry>
<entry>
<title>Auto merge of #39567 - frewsxcv:rollup, r=frewsxcv</title>
<updated>2017-02-05T19:33:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-02-05T19:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=031c1168b9b3f38405090f6be678a156b7d71e12'/>
<id>urn:sha1:031c1168b9b3f38405090f6be678a156b7d71e12</id>
<content type='text'>
Rollup of 12 pull requests

- Successful merges: #39439, #39472, #39481, #39491, #39501, #39509, #39514, #39519, #39526, #39528, #39530, #39538
- Failed merges:
</content>
</entry>
<entry>
<title>Fix TryFrom for i128/u128</title>
<updated>2017-02-04T23:10:28+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2017-02-04T23:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2de6e22858a02cfcf6bfc18ff40ebb163ebb07c'/>
<id>urn:sha1:a2de6e22858a02cfcf6bfc18ff40ebb163ebb07c</id>
<content type='text'>
Another case of `as` cast silent truncation being error prone.

This also adds a few missing TryFrom tests to libcoretest.
</content>
</entry>
<entry>
<title>Extract libcore benchmarks to a separate folder</title>
<updated>2017-02-03T23:04:22+00:00</updated>
<author>
<name>Son</name>
<email>leson.phung@gmail.com</email>
</author>
<published>2017-02-03T23:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34f444de5d2fbab533eb523f8d8b0b75bf07217d'/>
<id>urn:sha1:34f444de5d2fbab533eb523f8d8b0b75bf07217d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize RFC 1560.</title>
<updated>2016-11-21T09:10:16+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-09-30T00:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4d3df6592a4294afc3d61e512c7bc97b86e6c41'/>
<id>urn:sha1:b4d3df6592a4294afc3d61e512c7bc97b86e6c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call emcc with ERROR_ON_UNDEFINED_SYMBOLS</title>
<updated>2016-09-30T21:02:57+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-09-25T20:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d997a6291f42c9315f9ddd8d4044e8910ced8745'/>
<id>urn:sha1:d997a6291f42c9315f9ddd8d4044e8910ced8745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore another emscripten test because missing intrinsics</title>
<updated>2016-09-30T21:02:54+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-09-16T18:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c0bf41cffc39d011bde4ca722c94d58617c4c91'/>
<id>urn:sha1:7c0bf41cffc39d011bde4ca722c94d58617c4c91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Stabilize APIs for the 1.11.0 release</title>
<updated>2016-07-03T17:49:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-06-28T15:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3016626c3aa4bc44807e54a8ba8b9e367ff566f5'/>
<id>urn:sha1:3016626c3aa4bc44807e54a8ba8b9e367ff566f5</id>
<content type='text'>
Although the set of APIs being stabilized this release is relatively small, the
trains keep going! Listed below are the APIs in the standard library which have
either transitioned from unstable to stable or those from unstable to
deprecated.

Stable

* `BTreeMap::{append, split_off}`
* `BTreeSet::{append, split_off}`
* `Cell::get_mut`
* `RefCell::get_mut`
* `BinaryHeap::append`
* `{f32, f64}::{to_degrees, to_radians}` - libcore stabilizations mirroring past
  libstd stabilizations
* `Iterator::sum`
* `Iterator::product`

Deprecated

* `{f32, f64}::next_after`
* `{f32, f64}::integer_decode`
* `{f32, f64}::ldexp`
* `{f32, f64}::frexp`
* `num::One`
* `num::Zero`

Added APIs (all unstable)

* `iter::Sum`
* `iter::Product`
* `iter::Step` - a few methods were added to accomodate deprecation of One/Zero

Removed APIs

* `From&lt;Range&lt;T&gt;&gt; for RangeInclusive&lt;T&gt;` - everything about `RangeInclusive` is
  unstable

Closes #27739
Closes #27752
Closes #32526
Closes #33444
Closes #34152
cc #34529 (new tracking issue)
</content>
</entry>
<entry>
<title>Rollup merge of #33426 - sfackler:try-from, r=aturon</title>
<updated>2016-05-08T14:02:22+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2016-05-08T05:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc98f4cbb09d0165dcca18664d1fe10cb39a5dfa'/>
<id>urn:sha1:cc98f4cbb09d0165dcca18664d1fe10cb39a5dfa</id>
<content type='text'>
Implement RFC 1542

cc #33417

r? @aturon
</content>
</entry>
<entry>
<title>Implement RFC 1542</title>
<updated>2016-05-07T15:52:41+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2016-05-05T05:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9779df1886e18923f40cf0bb67ab72d4e4942df'/>
<id>urn:sha1:a9779df1886e18923f40cf0bb67ab72d4e4942df</id>
<content type='text'>
cc #33417
</content>
</entry>
</feed>
