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
/
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: Direct and Partial Initialization using &uninit T
- #2534
#2534
Closed
RustyYato
wants to merge 14 commits into
rust-lang:master
rust-lang/rfcs:master
from
oldstuffrustyyato:master
oldstuffrustyyato/rfcs:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
RFC: Direct and Partial Initialization using &uninit T
#2534
RustyYato
wants to merge 14 commits into
rust-lang:master
rust-lang/rfcs:master
from
oldstuffrustyyato:master
oldstuffrustyyato/rfcs:master
Copy head branch name to clipboard
Commits
Commits on Aug 29, 2018
Initial Commit for Write Pointer
RustyYato
committed
fbfecc2
View commit details
Copy full SHA for fbfecc2
Browse repository at this point
fixed example for &out T
RustyYato
committed
b09b449
View commit details
Copy full SHA for b09b449
Browse repository at this point
Commits on Aug 30, 2018
Added casting rules, from write references to raw pointers
RustyYato
committed
0c86e89
View commit details
Copy full SHA for 0c86e89
Browse repository at this point
added unresolved questions
Show description for 1a4c890
RustyYato
committed
1a4c890
View commit details
Copy full SHA for 1a4c890
Browse repository at this point
Commits on Sep 11, 2018
Clarified Coercion Rules around &uninit T
Show description for 9925a94
RustyYato
committed
9925a94
View commit details
Copy full SHA for 9925a94
Browse repository at this point
Added constraint to &uninit T
Show description for d7b9e13
RustyYato
committed
d7b9e13
View commit details
Copy full SHA for d7b9e13
Browse repository at this point
Commits on Oct 12, 2018
Changes as a result of @matthewjasper's review
Show description for a84c6ce
RustyYato
committed
a84c6ce
View commit details
Copy full SHA for a84c6ce
Browse repository at this point
Missed fix, extension of last commit
RustyYato
committed
5845403
View commit details
Copy full SHA for 5845403
Browse repository at this point
Added an unresolved question
Show description for 0ce396d
RustyYato
committed
0ce396d
View commit details
Copy full SHA for 0ce396d
Browse repository at this point
changed two variables to be mut, because they could be changed in a loop
RustyYato
committed
68a8630
View commit details
Copy full SHA for 68a8630
Browse repository at this point
Commits on Oct 16, 2018
Updated emplace_back implementation
RustyYato
committed
be86407
View commit details
Copy full SHA for be86407
Browse repository at this point
Made an `&out` example better
RustyYato
committed
01e8e03
View commit details
Copy full SHA for 01e8e03
Browse repository at this point
Commits on Jan 12, 2019
Removed &out, as it is completely unnecessary.
RustyYato
committed
80d162d
View commit details
Copy full SHA for 80d162d
Browse repository at this point
Merge conflict update
RustyYato
committed
fd102f0
View commit details
Copy full SHA for fd102f0
Browse repository at this point
You can’t perform that action at this time.