<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/net/ip/tests.rs, branch 1.48.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.48.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.48.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-09-23T19:33:39+00:00</updated>
<entry>
<title>Make delegation methods of `std::net::IpAddr` unstable const</title>
<updated>2020-09-23T19:33:39+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-09-07T15:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=947536fca06e6dc6c3a3dd4ff1f66fc5080e9cbb'/>
<id>urn:sha1:947536fca06e6dc6c3a3dd4ff1f66fc5080e9cbb</id>
<content type='text'>
Make the following methods of `std::net::IpAddr` unstable const under the `const_ip` feature:
- `is_unspecified`
- `is_loopback`
- `is_global`
- `is_multicast`

Also adds a test for these methods in a const context.

Possible because these methods delegate to the inner `Ipv4Addr` or `Ipv6Addr`, which were made const, and the recent stabilization of const control flow.

Part of #76205
</content>
</entry>
<entry>
<title>Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`</title>
<updated>2020-09-03T21:17:21+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-09-03T21:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2e077e405f9538b42d32e18082d50d0102d2334'/>
<id>urn:sha1:a2e077e405f9538b42d32e18082d50d0102d2334</id>
<content type='text'>
These tests are about the standard library, not the compiler itself, thus should live in `library`, see #76268.
</content>
</entry>
<entry>
<title>std: move "mod tests/benches" to separate files</title>
<updated>2020-08-31T02:56:59+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-27T13:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4e926daeeaedc9178846711daf1f4cb6ce505fb'/>
<id>urn:sha1:a4e926daeeaedc9178846711daf1f4cb6ce505fb</id>
<content type='text'>
Also doing fmt inplace as requested.
</content>
</entry>
</feed>
