Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize the "IP" feature #76098

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1a127d5
stabilize the "ip" feature and document stability guarantees
little-dude Nov 20, 2019
0910bbc
std::net: add Ipv6Multicastscope variants
little-dude Jan 12, 2020
67742d4
Update feature gates
caass Sep 4, 2020
d3fea20
Apply suggestions from code review
caass Sep 4, 2020
22520cf
`is_unicast_link_local_strict` --> `is_unicast_link_local`
caass Sep 4, 2020
2c005cb
Add checking for ipv4-(mapped | compatible) addresses
caass Sep 4, 2020
707770c
Add stability attributes to Ipv6MulticastScope
caass Sep 4, 2020
133c62d
remove `/// #![feature(ip)]` tags from doc tests
caass Sep 4, 2020
23f40a3
Remove some more #![feature(ip)] stuff
caass Sep 4, 2020
46bdfcb
Remove some code having to do with link-local strict
caass Sep 4, 2020
ec63c55
Change checks for is_unicast_link_local_strict to is_unicast_link_local
caass Oct 6, 2020
6e6f745
Rewrite ipv4 checks to check ipv6 stuff first
caass Oct 6, 2020
341dc82
Fix test cases that checked for relaxed behavior
caass Oct 7, 2020
c90cc3d
Restore the relaxed behavior of `is_unicast_link_local`
caass Oct 21, 2020
8364ac0
Revert "Fix test cases that checked for relaxed behavior"
caass Oct 21, 2020
3cf1541
Remove IP feature gate
caass Oct 21, 2020
96d1165
Remove duplicate UI tests as per @CDirkx's suggestions
caass Nov 24, 2020
3825105
Rewrite using new rustdoc comments!!!!
caass Nov 24, 2020
18773f9
Adjust Ipv4-in-Ipv6 checking to ignore Ipv4-compatible addresses
caass Nov 25, 2020
a0d0771
Revert "Adjust Ipv4-in-Ipv6 checking to ignore Ipv4-compatible addres…
caass Nov 25, 2020
2c836b5
Update doc comments
caass Nov 25, 2020
e3487cf
stop treating `::ffff:0.0.0.0` as unspecified
caass Feb 6, 2021
a1d4e70
wow i hope i didn't mess something up
caass Feb 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading