Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Stabilize the "IP" feature (continued from #76098)
- #85585
#85585
Closed
saethlin
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
saethlin:stabilize-ip
saethlin/rust:stabilize-ip
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Stabilize the "IP" feature (continued from #76098)
#85585
saethlin
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
saethlin:stabilize-ip
saethlin/rust:stabilize-ip
Copy head branch name to clipboard
Commits
Commits on May 22, 2021
stabilize the "ip" feature and document stability guarantees
Show description for 02e835a
Corentin Henry
authored and
saethlin
committed
02e835a
View commit details
Copy full SHA for 02e835a
Browse repository at this point
std::net: add Ipv6Multicastscope variants
Show description for 7b7ca5d
Corentin Henry
authored and
saethlin
committed
7b7ca5d
View commit details
Copy full SHA for 7b7ca5d
Browse repository at this point
Update feature gates
caass
authored and
saethlin
committed
f33f945
View commit details
Copy full SHA for f33f945
Browse repository at this point
Apply suggestions from code review
Show description for 86e9b37
2 people
authored and
saethlin
committed
86e9b37
View commit details
Copy full SHA for 86e9b37
Browse repository at this point
`is_unicast_link_local_strict` --> `is_unicast_link_local`
Show description for f91cb14
caass
authored and
saethlin
committed
f91cb14
View commit details
Copy full SHA for f91cb14
Browse repository at this point
Add checking for ipv4-(mapped | compatible) addresses
Show description for 259ada1
caass
authored and
saethlin
committed
259ada1
View commit details
Copy full SHA for 259ada1
Browse repository at this point
Add stability attributes to Ipv6MulticastScope
caass
authored and
saethlin
committed
f15098f
View commit details
Copy full SHA for f15098f
Browse repository at this point
remove `/// #![feature(ip)]` tags from doc tests
caass
authored and
saethlin
committed
c8ca757
View commit details
Copy full SHA for c8ca757
Browse repository at this point
Remove some more #![feature(ip)] stuff
Show description for 392a21b
caass
authored and
saethlin
committed
392a21b
View commit details
Copy full SHA for 392a21b
Browse repository at this point
Remove some code having to do with link-local strict
caass
authored and
saethlin
committed
f5694dc
View commit details
Copy full SHA for f5694dc
Browse repository at this point
Change checks for is_unicast_link_local_strict to is_unicast_link_local
Show description for 8de3caf
caass
authored and
saethlin
committed
8de3caf
View commit details
Copy full SHA for 8de3caf
Browse repository at this point
Rewrite ipv4 checks to check ipv6 stuff first
caass
authored and
saethlin
committed
f224551
View commit details
Copy full SHA for f224551
Browse repository at this point
Fix test cases that checked for relaxed behavior
Show description for 2db2b5d
caass
authored and
saethlin
committed
2db2b5d
View commit details
Copy full SHA for 2db2b5d
Browse repository at this point
Restore the relaxed behavior of `is_unicast_link_local`
Show description for c72ea14
caass
authored and
saethlin
committed
c72ea14
View commit details
Copy full SHA for c72ea14
Browse repository at this point
Revert "Fix test cases that checked for relaxed behavior"
Show description for 179d376
caass
authored and
saethlin
committed
179d376
View commit details
Copy full SHA for 179d376
Browse repository at this point
Remove IP feature gate
caass
authored and
saethlin
committed
4f77918
View commit details
Copy full SHA for 4f77918
Browse repository at this point
Remove duplicate UI tests as per @CDirkx's suggestions
caass
authored and
saethlin
committed
2f1078d
View commit details
Copy full SHA for 2f1078d
Browse repository at this point
Rewrite using new rustdoc comments!!!!
caass
authored and
saethlin
committed
0348e5e
View commit details
Copy full SHA for 0348e5e
Browse repository at this point
Adjust Ipv4-in-Ipv6 checking to ignore Ipv4-compatible addresses
Show description for 36792e8
caass
authored and
saethlin
committed
36792e8
View commit details
Copy full SHA for 36792e8
Browse repository at this point
Revert "Adjust Ipv4-in-Ipv6 checking to ignore Ipv4-compatible addresses"
Show description for 42b9a38
caass
authored and
saethlin
committed
42b9a38
View commit details
Copy full SHA for 42b9a38
Browse repository at this point
Update doc comments
Show description for e6b76f0
caass
authored and
saethlin
committed
e6b76f0
View commit details
Copy full SHA for e6b76f0
Browse repository at this point
stop treating `::ffff:0.0.0.0` as unspecified
Show description for f469444
caass
authored and
saethlin
committed
f469444
View commit details
Copy full SHA for f469444
Browse repository at this point
wow i hope i didn't mess something up
Show description for 240a913
caass
authored and
saethlin
committed
240a913
View commit details
Copy full SHA for 240a913
Browse repository at this point
Fix tests
Show description for 6c42f4a
saethlin
committed
6c42f4a
View commit details
Copy full SHA for 6c42f4a
Browse repository at this point
You can’t perform that action at this time.