<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/net/ip/tests.rs, branch 1.63.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.63.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.63.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-12-26T08:41:32+00:00</updated>
<entry>
<title>Fix a pair of mistyped test cases in std::net::ip</title>
<updated>2021-12-26T08:41:32+00:00</updated>
<author>
<name>Scallop Ye</name>
<email>yescallop@gmail.com</email>
</author>
<published>2021-12-26T08:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3ad30962e05f08a1c86f0320f2aa7e8a6c9f170'/>
<id>urn:sha1:e3ad30962e05f08a1c86f0320f2aa7e8a6c9f170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of typos</title>
<updated>2021-12-14T15:40:43+00:00</updated>
<author>
<name>Frank Steffahn</name>
<email>frank.steffahn@stu.uni-kiel.de</email>
</author>
<published>2021-12-14T14:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a957cefda63c76c7a91a705f683be45c684d4303'/>
<id>urn:sha1:a957cefda63c76c7a91a705f683be45c684d4303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #86984 - Smittyvb:ipv4-octal-zero, r=m-ou-se</title>
<updated>2021-10-21T05:11:01+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>jtitor@2k36.org</email>
</author>
<published>2021-10-21T05:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09de34c10760d31e0781cb506b5b41c649b53e69'/>
<id>urn:sha1:09de34c10760d31e0781cb506b5b41c649b53e69</id>
<content type='text'>
Reject octal zeros in IPv4 addresses

This fixes #86964 by rejecting octal zeros in IP addresses, such that `192.168.00.00000000` is rejected with a parse error, since having leading zeros in front of another zero indicates it is a zero written in octal notation, which is not allowed in the strict mode specified by RFC 6943 3.1.1. Octal rejection was implemented in #83652, but due to the way it was implemented octal zeros were still allowed.
</content>
</entry>
<entry>
<title>Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett</title>
<updated>2021-10-04T06:13:15+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2021-10-04T06:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22714ed4e3954b3d60b3650bad743ec4b3d64d27'/>
<id>urn:sha1:22714ed4e3954b3d60b3650bad743ec4b3d64d27</id>
<content type='text'>
Add `Ipv6Addr::is_benchmarking`

This PR adds the unstable method `Ipv6Addr::is_benchmarking`. This method is added for parity with `Ipv4Addr::is_benchmarking`, and I intend to use it in a future rework of `Ipv6Addr::is_global` (edit: #86634) to more accurately follow the [IANA Special Address Registry](https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml) (like is done in `Ipv4Addr::is_global`).

With `Ipv6Addr::is_benchmarking` and `Ipv4Addr::is_benchmarking` now both existing, `IpAddr::is_benchmarking` is also added.
</content>
</entry>
<entry>
<title>Disallow octal zeros in IPv4 addresses</title>
<updated>2021-07-08T18:13:42+00:00</updated>
<author>
<name>Smitty</name>
<email>me@smitop.com</email>
</author>
<published>2021-07-08T18:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=734bfdeaf290a64f4170f79770dfac7151951942'/>
<id>urn:sha1:734bfdeaf290a64f4170f79770dfac7151951942</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `Ipv4Addr::is_ietf_protocol_assignment`</title>
<updated>2021-06-19T13:03:02+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-06-18T16:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a26237e634be7f94dbd40cc1204514f2b4c380d2'/>
<id>urn:sha1:a26237e634be7f94dbd40cc1204514f2b4c380d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `IpAddr::is_benchmarking`</title>
<updated>2021-06-18T14:13:05+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-06-18T14:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbaccc12c700a2f4d4d22e2765c10b105497025e'/>
<id>urn:sha1:cbaccc12c700a2f4d4d22e2765c10b105497025e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `Ipv6Addr::is_benchmarking`</title>
<updated>2021-06-18T13:56:22+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-06-18T13:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2d6334191917c9c78f27aadb19722511cad3f47'/>
<id>urn:sha1:e2d6334191917c9c78f27aadb19722511cad3f47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `is_unicast_site_local`</title>
<updated>2021-06-09T07:41:29+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-05-29T22:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed0557ec2ce2efcba33df8f879141fe0c4cbc923'/>
<id>urn:sha1:ed0557ec2ce2efcba33df8f879141fe0c4cbc923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `is_unicast_link_local_strict`</title>
<updated>2021-05-29T22:32:17+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-05-29T21:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1f0c15382fc217d131ad5e08e52e5718d27ca12'/>
<id>urn:sha1:c1f0c15382fc217d131ad5e08e52e5718d27ca12</id>
<content type='text'>
</content>
</entry>
</feed>
