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 6 pull requests
- #61852
#61852
Closed
Centril
wants to merge 17 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-9ksf5f5
Centril/rust:rollup-9ksf5f5
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
Rollup of 6 pull requests
#61852
Centril
wants to merge 17 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-9ksf5f5
Centril/rust:rollup-9ksf5f5
Copy head branch name to clipboard
Commits
Commits on Jun 13, 2019
typeck: Fix ICE for blocks in repeat expr count.
Show description for bc36aab
davidtwco
committed
bc36aab
View commit details
Copy full SHA for bc36aab
Browse repository at this point
When suggesting to borrow, remove useless clones
estebank
committed
bdb05a8
View commit details
Copy full SHA for bdb05a8
Browse repository at this point
Commits on Jun 14, 2019
Verify that the clone method call actually corresponds to std::clone::Clone::clone
estebank
committed
8ce063a
View commit details
Copy full SHA for 8ce063a
Browse repository at this point
PatKind::Path: avoid calling resolve_ty_and_res_ufcs twice.
Centril
committed
d302413
View commit details
Copy full SHA for d302413
Browse repository at this point
type_alias_enum_variants: add regression test for #61801.
Centril
committed
065151f
View commit details
Copy full SHA for 065151f
Browse repository at this point
note some safety concerns of raw-ptr-to-ref casts
RalfJung
committed
00bae87
View commit details
Copy full SHA for 00bae87
Browse repository at this point
Change `...` to `..=` where applicable
AaronKutch
committed
363940b
View commit details
Copy full SHA for 363940b
Browse repository at this point
review comments: avoid string modification
estebank
committed
ae8d6a8
View commit details
Copy full SHA for ae8d6a8
Browse repository at this point
Avoid some unnecessary symbol interner operations
matthewjasper
committed
4e212c6
View commit details
Copy full SHA for 4e212c6
Browse repository at this point
Use `sym` constansts for `PrimitiveTypeTable` keys
matthewjasper
committed
5c84cd3
View commit details
Copy full SHA for 5c84cd3
Browse repository at this point
review comment: do not rely on path str to identify std::clone::Clone
estebank
committed
34c4117
View commit details
Copy full SHA for 34c4117
Browse repository at this point
Rollup merge of #61143 - estebank:issue-61106, r=eddyb
Show description for 58a6259
Centril
authored
58a6259
View commit details
Copy full SHA for 58a6259
Browse repository at this point
Rollup merge of #61785 - RalfJung:as-ref, r=rkruppe
Show description for 75d136e
Centril
authored
75d136e
View commit details
Copy full SHA for 75d136e
Browse repository at this point
Rollup merge of #61805 - davidtwco:ice-const-generic-repeat-expr-count-sequel, r=varkor
Show description for 2396a15
Centril
authored
2396a15
View commit details
Copy full SHA for 2396a15
Browse repository at this point
Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petrochenkov
Show description for 57822f9
Centril
authored
57822f9
View commit details
Copy full SHA for 57822f9
Browse repository at this point
Rollup merge of #61825 - Centril:tauv-infer-fix, r=petrochenkov
Show description for 140fa2f
Centril
authored
140fa2f
View commit details
Copy full SHA for 140fa2f
Browse repository at this point
Rollup merge of #61844 - AaronKutch:master, r=Centril
Show description for 4b528fe
Centril
authored
4b528fe
View commit details
Copy full SHA for 4b528fe
Browse repository at this point
You can’t perform that action at this time.