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.5k
Star
117k
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
Rollup of 7 pull requests
- #64927
#64927
Closed
tmandry
wants to merge 16 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-u37wkea
tmandry/rust:rollup-u37wkea
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
Rollup of 7 pull requests
#64927
tmandry
wants to merge 16 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-u37wkea
tmandry/rust:rollup-u37wkea
Copy head branch name to clipboard
Commits
Commits on Sep 29, 2019
Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadata
Show description for ce60da4
SimonSapin
committed
ce60da4
View commit details
Copy full SHA for ce60da4
Browse repository at this point
Zero-initialize `vec![None; n]` for `Option<&T>`, `Option<&mut T>` and `Option<Box<T>>`
SimonSapin
committed
6c01c0e
View commit details
Copy full SHA for 6c01c0e
Browse repository at this point
Use https for curl when building for linux
tmandry
committed
2185710
View commit details
Copy full SHA for 2185710
Browse repository at this point
Commits on Sep 30, 2019
Fixed a misleading documentation issue #64844
hman523
committed
6c6d27d
View commit details
Copy full SHA for 6c6d27d
Browse repository at this point
Add long error explanation for E0495
GuillaumeGomez
committed
84bb0d7
View commit details
Copy full SHA for 84bb0d7
Browse repository at this point
update ui tests
GuillaumeGomez
committed
37b5efa
View commit details
Copy full SHA for 37b5efa
Browse repository at this point
Add long error explanation for E0550
GuillaumeGomez
committed
67eabe1
View commit details
Copy full SHA for 67eabe1
Browse repository at this point
update ui tests
GuillaumeGomez
committed
e67ae0e
View commit details
Copy full SHA for e67ae0e
Browse repository at this point
Add test for issue-64662
JohnTitor
committed
5bf4397
View commit details
Copy full SHA for 5bf4397
Browse repository at this point
Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=cramertj
Show description for bb980a0
tmandry
authored
bb980a0
View commit details
Copy full SHA for bb980a0
Browse repository at this point
Rollup merge of #64786 - tmandry:patch-1, r=alexcrichton
Show description for b405fe0
tmandry
authored
b405fe0
View commit details
Copy full SHA for b405fe0
Browse repository at this point
Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r=oli-obk
Show description for 6e270ec
tmandry
authored
6e270ec
View commit details
Copy full SHA for 6e270ec
Browse repository at this point
Rollup merge of #64891 - SimonSapin:vec-of-fat-raw-ptr, r=sfackler
Show description for 44cc5d5
tmandry
authored
44cc5d5
View commit details
Copy full SHA for 44cc5d5
Browse repository at this point
Rollup merge of #64893 - SimonSapin:vec-of-option-box, r=sfackler
Show description for 8437757
tmandry
authored
8437757
View commit details
Copy full SHA for 8437757
Browse repository at this point
Rollup merge of #64911 - hman523:64844, r=Dylan-DPC
Show description for 2a6f495
tmandry
authored
2a6f495
View commit details
Copy full SHA for 2a6f495
Browse repository at this point
Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor
Show description for 80739a9
tmandry
authored
80739a9
View commit details
Copy full SHA for 80739a9
Browse repository at this point
You can’t perform that action at this time.