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
Accelerator
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
/
rfcs
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
6.6k
Code
Issues
583
Pull requests
216
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
RFC: I/O Safety
- #3128
#3128
Merged
joshtriplett
merged 17 commits into
rust-lang:master
rust-lang/rfcs:master
from
sunfishcode:main
sunfishcode/rfcs:main
Copy head branch name to clipboard
Jul 12, 2021
Conversation
Commits
17
(17)
Checks
Files changed
Merged
RFC: I/O Safety
#3128
joshtriplett
merged 17 commits into
rust-lang:master
rust-lang/rfcs:master
from
sunfishcode:main
sunfishcode/rfcs:main
Copy head branch name to clipboard
Commits
Commits on May 25, 2021
RFC: I/O Safety
sunfishcode
committed
b876015
View commit details
Copy full SHA for b876015
Browse repository at this point
Set the PR number.
sunfishcode
committed
5fc62f4
View commit details
Copy full SHA for 5fc62f4
Browse repository at this point
Commits on May 26, 2021
Update text/0000-io-safety.md
Show description for fda84ab
sunfishcode
and
joshtriplett
authored
fda84ab
View commit details
Copy full SHA for fda84ab
Browse repository at this point
Commits on May 27, 2021
Add an example of a class which can dynamically drop its resource.
sunfishcode
committed
87db7d1
View commit details
Copy full SHA for 87db7d1
Browse repository at this point
Commits on May 30, 2021
Add a new experimental API as a possible alternative.
sunfishcode
committed
8b273b6
View commit details
Copy full SHA for 8b273b6
Browse repository at this point
Commits on May 31, 2021
Remove `OptionFd`.
sunfishcode
committed
79160e8
View commit details
Copy full SHA for 79160e8
Browse repository at this point
Commits on Jun 1, 2021
Rename `AsBorrowed*`, `IntoOwned*`, `FromOwned*` to `As*`, `Into*`, `From*`.
sunfishcode
committed
2e82b83
View commit details
Copy full SHA for 2e82b83
Browse repository at this point
Commits on Jun 4, 2021
Remove `IoSafe`, add `OwnedFd`, `BorrowedFd`, and friends.
sunfishcode
committed
ac872ec
View commit details
Copy full SHA for ac872ec
Browse repository at this point
Commits on Jun 5, 2021
Clarify `BorrowedFd`'s lifetime parameter.
sunfishcode
committed
9d83018
View commit details
Copy full SHA for 9d83018
Browse repository at this point
Commits on Jun 12, 2021
Rename 'owned to 'fd/'handle/'filelike/'socketlike.
sunfishcode
committed
a94b6dc
View commit details
Copy full SHA for a94b6dc
Browse repository at this point
Commits on Jun 30, 2021
Rename io-experiment to io-lifetimes.
sunfishcode
committed
429c646
View commit details
Copy full SHA for 429c646
Browse repository at this point
Move `View` and `from_into_fd` into the Future Possibilities section.
sunfishcode
committed
6854c4d
View commit details
Copy full SHA for 6854c4d
Browse repository at this point
Move the portability traits into Future Possibilities too.
sunfishcode
committed
bf1ef7f
View commit details
Copy full SHA for bf1ef7f
Browse repository at this point
Commits on Jul 1, 2021
Clarify that `AsFd` implementations may also *borrow* their file descriptors.
sunfishcode
committed
aa509de
View commit details
Copy full SHA for aa509de
Browse repository at this point
Commits on Jul 5, 2021
Mention Android's file descriptor ownership APIs in Prior Art.
sunfishcode
committed
60b6181
View commit details
Copy full SHA for 60b6181
Browse repository at this point
Add a table describing `OwnedFd`, `BorrowedFd`, and `RawFd` by analogy.
sunfishcode
committed
a63e42f
View commit details
Copy full SHA for a63e42f
Browse repository at this point
Commits on Jul 8, 2021
Use `Into<OwnedFd>` and `From<OwnedFd>` instead of `IntoFd` and `FromFd`.
sunfishcode
committed
1878c8c
View commit details
Copy full SHA for 1878c8c
Browse repository at this point
You can’t perform that action at this time.