<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcoretest/lib.rs, 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>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>Merge remote-tracking branch 'upstream/master' into format-with-capacity</title>
<updated>2017-02-03T16:48:07+00:00</updated>
<author>
<name>Michał Krasnoborski</name>
<email>mkrdln@gmail.com</email>
</author>
<published>2017-02-03T16:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0267529681e2fac6ef4560afe7d8d439d04e6303'/>
<id>urn:sha1:0267529681e2fac6ef4560afe7d8d439d04e6303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #39287 - wesleywiser:move_cell, r=aturon</title>
<updated>2017-02-03T03:23:35+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-02-03T03:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5de2a24b2ebfa42db8eadab911a107b4a67fabdb'/>
<id>urn:sha1:5de2a24b2ebfa42db8eadab911a107b4a67fabdb</id>
<content type='text'>
Extend Cell to work with non-Copy types

I'm not sure that I did this right but all of the tests pass.

I also had to move the `new()` function so that `Cell`s with non-`Copy` `T`s could be created. That wasn't in the RFC but I assume it needed to be done?
</content>
</entry>
<entry>
<title>use `String::with_capacity` in `format!`</title>
<updated>2017-01-28T00:50:05+00:00</updated>
<author>
<name>Michał Krasnoborski</name>
<email>mkrdln@gmail.com</email>
</author>
<published>2017-01-27T03:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e74b55b9da5a163e02bbcbf97e7ea24d48742943'/>
<id>urn:sha1:e74b55b9da5a163e02bbcbf97e7ea24d48742943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Stabilize APIs for the 1.16.0 release</title>
<updated>2017-01-26T00:43:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-01-25T23:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=671b1c1d895c54903a10555196b789ebd5ff2c90'/>
<id>urn:sha1:671b1c1d895c54903a10555196b789ebd5ff2c90</id>
<content type='text'>
This commit applies the stabilization/deprecations of the 1.16.0 release, as
tracked by the rust-lang/rust issue tracker and the final-comment-period tag.

The following APIs were stabilized:

* `VecDeque::truncate`
* `VecDeque::resize`
* `String::insert_str`
* `Duration::checked_{add,sub,div,mul}`
* `str::replacen`
* `SocketAddr::is_ipv{4,6}`
* `IpAddr::is_ipv{4,6}`
* `str::repeat`
* `Vec::dedup_by`
* `Vec::dedup_by_key`
* `Result::unwrap_or_default`
* `&lt;*const T&gt;::wrapping_offset`
* `&lt;*mut T&gt;::wrapping_offset`
* `CommandExt::creation_flags` (on Windows)
* `File::set_permissions`
* `String::split_off`

The following APIs were deprecated

* `EnumSet` - replaced with other ecosystem abstractions, long since unstable

Closes #27788
Closes #35553
Closes #35774
Closes #36436
Closes #36949
Closes #37079
Closes #37087
Closes #37516
Closes #37827
Closes #37916
Closes #37966
Closes #38080
</content>
</entry>
<entry>
<title>Extend Cell to work with non-Copy types</title>
<updated>2017-01-25T03:48:38+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2017-01-25T03:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6cfa3c4899e46addfe6d04d6aaa2d247056748f'/>
<id>urn:sha1:c6cfa3c4899e46addfe6d04d6aaa2d247056748f</id>
<content type='text'>
Part of #39264
</content>
</entry>
</feed>
