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
- #69590
#69590
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-i3z0sic
Dylan-DPC-zz/rust:rollup-i3z0sic
Copy head branch name to clipboard
Feb 29, 2020
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Rollup of 7 pull requests
#69590
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-i3z0sic
Dylan-DPC-zz/rust:rollup-i3z0sic
Copy head branch name to clipboard
Commits
Commits on Feb 29, 2020
remove unneeded .as_ref() calls.
matthiaskrgr
committed
f55b2c9
View commit details
Copy full SHA for f55b2c9
Browse repository at this point
don't use question mark operator on Err(), return the Result directly instead.
matthiaskrgr
committed
a8a153b
View commit details
Copy full SHA for a8a153b
Browse repository at this point
use .iter() instead of .into_iter() on references.
matthiaskrgr
committed
de7c40c
View commit details
Copy full SHA for de7c40c
Browse repository at this point
transmute: improve Vec example
RalfJung
committed
b961a03
View commit details
Copy full SHA for b961a03
Browse repository at this point
clarify alignment requirements in Vec::from_raw_parts
RalfJung
committed
0edc90c
View commit details
Copy full SHA for 0edc90c
Browse repository at this point
correct comment to match behavior
zantysor
committed
435de17
View commit details
Copy full SHA for 435de17
Browse repository at this point
fix aliasing violation in align_to_mut
RalfJung
committed
c34451f
View commit details
Copy full SHA for c34451f
Browse repository at this point
Fix typo
Show description for b6e847c
RalfJung
and
Centril
authored
b6e847c
View commit details
Copy full SHA for b6e847c
Browse repository at this point
rustc_parse: Tweak the function parameter name check
petrochenkov
committed
65a666c
View commit details
Copy full SHA for 65a666c
Browse repository at this point
Rollup merge of #69571 - matthiaskrgr:useless_asref, r=Centril
Show description for b22631b
Dylan-DPC
authored
b22631b
View commit details
Copy full SHA for b22631b
Browse repository at this point
Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril
Show description for 7d43997
Dylan-DPC
authored
7d43997
View commit details
Copy full SHA for 7d43997
Browse repository at this point
Rollup merge of #69581 - RalfJung:align_to_mut, r=Centril
Show description for 02381db
Dylan-DPC
authored
02381db
View commit details
Copy full SHA for 02381db
Browse repository at this point
Rollup merge of #69582 - RalfJung:vec-parts, r=Centril
Show description for 015bb74
Dylan-DPC
authored
015bb74
View commit details
Copy full SHA for 015bb74
Browse repository at this point
Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=varkor
Show description for cf48ca6
Dylan-DPC
authored
cf48ca6
View commit details
Copy full SHA for cf48ca6
Browse repository at this point
Rollup merge of #69587 - petrochenkov:reqname, r=Centril
Show description for ad200af
Dylan-DPC
authored
ad200af
View commit details
Copy full SHA for ad200af
Browse repository at this point
You can’t perform that action at this time.