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 }}
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
16.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
Rollup of 9 pull requests
- #64932
#64932
Merged
bors
merged 25 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-7t8x1nz
tmandry/rust:rollup-7t8x1nz
Copy head branch name to clipboard
Oct 1, 2019
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Rollup of 9 pull requests
#64932
bors
merged 25 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-7t8x1nz
tmandry/rust:rollup-7t8x1nz
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 E0493
GuillaumeGomez
committed
cc9db52
View commit details
Copy full SHA for cc9db52
Browse repository at this point
update tests
GuillaumeGomez
committed
9f978b7
View commit details
Copy full SHA for 9f978b7
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
Add missing links for mem::needs_drop
tesuji
committed
cdf1852
View commit details
Copy full SHA for cdf1852
Browse repository at this point
Fix typo in docs
ecstatic-morse
committed
f33d94d
View commit details
Copy full SHA for f33d94d
Browse repository at this point
Allow `ResultsCursor` to borrow the underlying `Results`
ecstatic-morse
committed
3e88aa2
View commit details
Copy full SHA for 3e88aa2
Browse repository at this point
Add graphviz debug output for generic dataflow
ecstatic-morse
committed
d37c318
View commit details
Copy full SHA for d37c318
Browse repository at this point
Update consumers of `generic::Engine` API
ecstatic-morse
committed
cd24cd4
View commit details
Copy full SHA for cd24cd4
Browse repository at this point
Use separate files for debugging `Qualif` dataflow results
ecstatic-morse
committed
cf5f5c5
View commit details
Copy full SHA for cf5f5c5
Browse repository at this point
Stop printing `Qualif` results in debug logs
Show description for 2b8e023
ecstatic-morse
committed
2b8e023
View commit details
Copy full SHA for 2b8e023
Browse repository at this point
Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
Show description for 30ba6fd
tmandry
authored
30ba6fd
View commit details
Copy full SHA for 30ba6fd
Browse repository at this point
Rollup merge of #64786 - tmandry:patch-1, r=alexcrichton
Show description for fb8f9b4
tmandry
authored
fb8f9b4
View commit details
Copy full SHA for fb8f9b4
Browse repository at this point
Rollup merge of #64828 - ecstatic-morse:generic-dataflow-graphviz, r=oli-obk
Show description for 686ad4d
tmandry
authored
686ad4d
View commit details
Copy full SHA for 686ad4d
Browse repository at this point
Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r=oli-obk
Show description for 3add979
tmandry
authored
3add979
View commit details
Copy full SHA for 3add979
Browse repository at this point
Rollup merge of #64891 - SimonSapin:vec-of-fat-raw-ptr, r=sfackler
Show description for 1cd9b4b
tmandry
authored
1cd9b4b
View commit details
Copy full SHA for 1cd9b4b
Browse repository at this point
Rollup merge of #64893 - SimonSapin:vec-of-option-box, r=sfackler
Show description for a8ed9bf
tmandry
authored
a8ed9bf
View commit details
Copy full SHA for a8ed9bf
Browse repository at this point
Rollup merge of #64911 - hman523:64844, r=Dylan-DPC
Show description for 5560f8c
tmandry
authored
5560f8c
View commit details
Copy full SHA for 5560f8c
Browse repository at this point
Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor
Show description for e9d2879
tmandry
authored
e9d2879
View commit details
Copy full SHA for e9d2879
Browse repository at this point
Rollup merge of #64923 - lzutao:improve-doc-needs_drop, r=jonas-schievink
Show description for 913c095
tmandry
authored
913c095
View commit details
Copy full SHA for 913c095
Browse repository at this point
You can’t perform that action at this time.