<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcoretest, 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>Test sort algorithms using a random cmp function</title>
<updated>2017-03-31T15:00:24+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-03-31T14:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e2d3d41bb42abe1c40585d2ed06aea2840e664f'/>
<id>urn:sha1:0e2d3d41bb42abe1c40585d2ed06aea2840e664f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unit test heapsort</title>
<updated>2017-03-21T19:46:20+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-03-21T01:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a718051f63308638ecf40a7570dbd18f4fc99703'/>
<id>urn:sha1:a718051f63308638ecf40a7570dbd18f4fc99703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove stabilized features</title>
<updated>2017-03-21T19:46:20+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-03-20T15:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a18b2aa641da7c000fea9e9ac62d2da89fa034ad'/>
<id>urn:sha1:a18b2aa641da7c000fea9e9ac62d2da89fa034ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement feature sort_unstable</title>
<updated>2017-03-21T19:46:20+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-03-17T14:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1913e2a305f2ad9a655cb0a08cbce886e37ac27'/>
<id>urn:sha1:f1913e2a305f2ad9a655cb0a08cbce886e37ac27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor fixups to fix tidy errors</title>
<updated>2017-03-17T20:28:53+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-03-15T14:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1241a88fa9ddf5e645d1e6e93e04c435bbf15cd4'/>
<id>urn:sha1:1241a88fa9ddf5e645d1e6e93e04c435bbf15cd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve fmt float</title>
<updated>2017-02-07T09:58:34+00:00</updated>
<author>
<name>Son</name>
<email>leson.phung@gmail.com</email>
</author>
<published>2017-02-07T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ba0b65c27724b99f2624c4245698e8ef36a2cf2'/>
<id>urn:sha1:2ba0b65c27724b99f2624c4245698e8ef36a2cf2</id>
<content type='text'>
* Move to a separate float mod
* Add more tests for f64 f32 lower exp upper exp
* Use assert_eq for a clearer error message
</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>Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichton</title>
<updated>2017-02-05T17:45:07+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-02-05T17:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac329cd122185078d10711a0f2f1d4331cd1e3f6'/>
<id>urn:sha1:ac329cd122185078d10711a0f2f1d4331cd1e3f6</id>
<content type='text'>
Extract libcore benchmarks to a separate folder

Fix #39484

r? @alexcrichton since you seem to know about this :)

Thanks!
</content>
</entry>
<entry>
<title>Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichton</title>
<updated>2017-02-05T16:57:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-02-05T16:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc02736d59252fe408dd6c2f7e2c4b6f229e4443'/>
<id>urn:sha1:fc02736d59252fe408dd6c2f7e2c4b6f229e4443</id>
<content type='text'>
Fix TryFrom for i128/u128

Another case of `as` cast silent truncation being error prone.

This also adds a few missing TryFrom tests to libcoretest.

cc #33417
cc #35118
</content>
</entry>
</feed>
