<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/consts/std, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-03-31T09:33:45+00:00</updated>
<entry>
<title>Add 32bit.stderr files.</title>
<updated>2021-03-31T09:33:45+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-03-31T09:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f80b9acf204888585b254e760d13ac4c37af2254'/>
<id>urn:sha1:f80b9acf204888585b254e760d13ac4c37af2254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename stderr-&gt;64bit.stderr where needed.</title>
<updated>2021-03-31T08:23:11+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-03-31T08:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=091433d6990c4f2e1286ba1757e584719d4038ad'/>
<id>urn:sha1:091433d6990c4f2e1286ba1757e584719d4038ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add allocation information to undefined behaviour errors.</title>
<updated>2021-03-31T07:21:08+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-02-01T12:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3ec0add8b65e50b6c549353823c7652c354ea2b'/>
<id>urn:sha1:c3ec0add8b65e50b6c549353823c7652c354ea2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance some comments</title>
<updated>2021-01-01T16:59:12+00:00</updated>
<author>
<name>oli</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-12-30T16:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4158e58d79af7a538944c0acffbc0718551f221a'/>
<id>urn:sha1:4158e58d79af7a538944c0acffbc0718551f221a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cell checks in const fn</title>
<updated>2021-01-01T16:59:12+00:00</updated>
<author>
<name>oli</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-12-28T01:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=354e510f7d9e9f19b5f3ff55da83658a260bca4f'/>
<id>urn:sha1:354e510f7d9e9f19b5f3ff55da83658a260bca4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow references to interior mutable data behind a feature gate</title>
<updated>2021-01-01T16:59:12+00:00</updated>
<author>
<name>oli</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-12-27T17:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b841846ba467f0fe4ec1ee152414e3ae8f7d88e'/>
<id>urn:sha1:0b841846ba467f0fe4ec1ee152414e3ae8f7d88e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move const ip in ui test to unit test</title>
<updated>2020-11-26T14:15:32+00:00</updated>
<author>
<name>Daiki Ihara</name>
<email>sasurau4@gmail.com</email>
</author>
<published>2020-11-26T14:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4ee2f6dc5ba9d9e978ac052079ae3f6a5d4551b'/>
<id>urn:sha1:d4ee2f6dc5ba9d9e978ac052079ae3f6a5d4551b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const</title>
<updated>2020-11-23T00:33:46+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-09-02T00:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f8fdf83ff2182938b29b93cbf92aec62e1f96cd'/>
<id>urn:sha1:3f8fdf83ff2182938b29b93cbf92aec62e1f96cd</id>
<content type='text'>
Insta-stabilize the methods `is_ipv4` and `is_ipv6` of `IpAddr`.

Possible because of the recent stabilization of const control flow.

Also adds a test for these methods in a const context.
</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>Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse</title>
<updated>2020-09-03T00:22:02+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-09-03T00:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9605f94f6989fd547f5e61506b18963d24b450ea'/>
<id>urn:sha1:9605f94f6989fd547f5e61506b18963d24b450ea</id>
<content type='text'>
Make all methods of `std::net::Ipv4Addr` const

Make the following methods of `std::net::Ipv4Addr` unstable const under the `const_ipv4` feature:
 - `octets`
 - `is_loopback`
 - `is_private`
 - `is_link_local`
 - `is_global` (unstable)
 - `is_shared` (unstable)
 - `is_ietf_protocol_assignment` (unstable)
 - `is_benchmarking` (unstable)
 - `is_reserved` (unstable)
 - `is_multicast`
 - `is_broadcast`
 - `is_documentation`
 - `to_ipv6_compatible`
 - `to_ipv6_mapped`

This would make all methods of `Ipv6Addr` const.

Of these methods, `is_global`, `is_broadcast`, `to_ipv6_compatible`, and `to_ipv6_mapped` require a change in implementation.

Part of #76205
</content>
</entry>
</feed>
